Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
InteractionButtonComponentData
Interface InteractionButtonComponentData
interface
InteractionButtonComponentData
{
customId
:
string
;
disabled
?:
boolean
;
emoji
?:
ComponentEmojiResolvable
;
id
?:
number
;
label
?:
string
;
style
:
Primary
|
Secondary
|
Success
|
Danger
|
Premium
;
type
:
Button
;
}
Hierarchy (
View Summary
)
BaseButtonComponentData
InteractionButtonComponentData
Index
Properties
custom
Id
disabled?
emoji?
id?
label?
style
type
Properties
custom
Id
customId
:
string
Optional
disabled
disabled
?:
boolean
Optional
emoji
emoji
?:
ComponentEmojiResolvable
Optional
id
id
?:
number
Optional
label
label
?:
string
style
style
:
Primary
|
Secondary
|
Success
|
Danger
|
Premium
type
type
:
Button
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Id
disabled
emoji
id
label
style
type
discord-js-button-pagination-ts
Loading...