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