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