Preparing search index...
The search index is not available
mopo-discordjs
mopo-discordjs
StringSelectMenuComponentData
Interface StringSelectMenuComponentData<Module>
interface
StringSelectMenuComponentData
<
Module
>
{
customId
:
string
;
disabled
?:
boolean
;
execute
:
StringSelectMenuInteractionExecute
<
Module
>
;
maxValues
?:
number
;
minValues
?:
number
;
options
:
readonly
SelectMenuComponentOptionData
[]
;
placeholder
?:
string
;
type
:
StringSelect
;
}
Type Parameters
Module
extends
BaseModule
|
undefined
=
undefined
Hierarchy
Omit
<
OriginStringSelectMenuComponentData
,
"type"
|
"customId"
>
StringSelectMenuComponentData
Index
Properties
custom
Id
disabled?
execute
max
Values?
min
Values?
options
placeholder?
type
Properties
Readonly
custom
Id
custom
Id
:
string
Optional
disabled
disabled
?:
boolean
Readonly
execute
execute
:
StringSelectMenuInteractionExecute
<
Module
>
Optional
max
Values
max
Values
?:
number
Optional
min
Values
min
Values
?:
number
options
options
:
readonly
SelectMenuComponentOptionData
[]
Optional
placeholder
placeholder
?:
string
Readonly
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
mopo-discordjs
Loading...