Preparing search index...
The search index is not available
discord-interaction-binder
discord-interaction-binder
InteractionButtonComponentData
Interface InteractionButtonComponentData
interface
InteractionButtonComponentData
{
customId
:
string
;
disabled
?:
boolean
;
emoji
?:
ComponentEmojiResolvable
;
execute
:
ButtonInteractionExecute
;
label
?:
string
;
style
:
|
Primary
|
Secondary
|
Success
|
Danger
|
Premium
;
type
?:
Button
;
}
Hierarchy
Omit
<
OriginInteractionButtonComponentData
,
"type"
>
InteractionButtonComponentData
Index
Properties
custom
Id
disabled?
emoji?
execute
label?
style
type?
Properties
custom
Id
custom
Id
:
string
Optional
disabled
disabled
?:
boolean
Optional
emoji
emoji
?:
ComponentEmojiResolvable
execute
execute
:
ButtonInteractionExecute
Optional
label
label
?:
string
style
style
:
|
Primary
|
Secondary
|
Success
|
Danger
|
Premium
Optional
type
type
?:
Button
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Id
disabled
emoji
execute
label
style
type
discord-interaction-binder
Loading...