Preparing search index...
The search index is not available
discord-interaction-binder
discord-interaction-binder
RoleSelectMenuComponentData
Interface RoleSelectMenuComponentData
interface
RoleSelectMenuComponentData
{
customId
:
string
;
defaultValues
?:
readonly
APISelectMenuDefaultValue
<
Role
>
[]
;
disabled
?:
boolean
;
execute
:
RoleSelectMenuInteractionExecute
;
maxValues
?:
number
;
minValues
?:
number
;
placeholder
?:
string
;
type
?:
RoleSelect
;
}
Hierarchy
Omit
<
OriginRoleSelectMenuComponentData
,
"type"
>
RoleSelectMenuComponentData
Index
Properties
custom
Id
default
Values?
disabled?
execute
max
Values?
min
Values?
placeholder?
type?
Properties
custom
Id
custom
Id
:
string
Optional
default
Values
default
Values
?:
readonly
APISelectMenuDefaultValue
<
Role
>
[]
Optional
disabled
disabled
?:
boolean
execute
execute
:
RoleSelectMenuInteractionExecute
Optional
max
Values
max
Values
?:
number
Optional
min
Values
min
Values
?:
number
Optional
placeholder
placeholder
?:
string
Optional
type
type
?:
RoleSelect
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Id
default
Values
disabled
execute
max
Values
min
Values
placeholder
type
discord-interaction-binder
Loading...