@typed-discord/rest
Preparing search index...
types
StringSelectComponentResponse
Interface StringSelectComponentResponse
interface
StringSelectComponentResponse
{
custom_id
:
string
;
disabled
?:
boolean
;
id
:
number
;
max_values
:
number
;
min_values
:
number
;
options
:
StringSelectOptionResponse
[]
;
placeholder
?:
string
;
type
:
STRING_SELECT
;
}
Index
Properties
custom_
id
disabled?
id
max_
values
min_
values
options
placeholder?
type
Properties
custom_
id
custom_id
:
string
Optional
disabled
disabled
?:
boolean
id
id
:
number
max_
values
max_values
:
number
min_
values
min_values
:
number
options
options
:
StringSelectOptionResponse
[]
Optional
placeholder
placeholder
?:
string
type
type
:
STRING_SELECT
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom_
id
disabled
id
max_
values
min_
values
options
placeholder
type
@typed-discord/rest
Loading...