Preparing search index...
The search index is not available
mopo-discordjs
mopo-discordjs
InteractionButtonComponentData
Interface InteractionButtonComponentData<Module>
interface
InteractionButtonComponentData
<
Module
>
{
customId
:
string
;
disabled
?:
boolean
;
emoji
?:
ComponentEmojiResolvable
;
execute
:
ButtonInteractionExecute
<
Module
>
;
label
?:
string
;
style
:
|
Primary
|
Secondary
|
Success
|
Danger
|
Premium
;
type
:
Button
;
}
Type Parameters
Module
extends
BaseModule
|
undefined
=
undefined
Hierarchy
Omit
<
OriginInteractionButtonComponentData
,
"type"
|
"customId"
>
InteractionButtonComponentData
Index
Properties
custom
Id
disabled?
emoji?
execute
label?
style
type
Properties
Readonly
custom
Id
custom
Id
:
string
Optional
disabled
disabled
?:
boolean
Optional
emoji
emoji
?:
ComponentEmojiResolvable
Readonly
execute
execute
:
ButtonInteractionExecute
<
Module
>
Optional
label
label
?:
string
style
style
:
|
Primary
|
Secondary
|
Success
|
Danger
|
Premium
Readonly
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
mopo-discordjs
Loading...