Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ActionRowData
Interface ActionRowData<ComponentType>
interface
ActionRowData
<
ComponentType
extends
JSONEncodable
<
APIComponentInActionRow
>
|
ActionRowComponentData
,
>
{
components
:
readonly
ComponentType
[]
;
id
?:
number
;
type
:
ComponentType
;
}
Type Parameters
ComponentType
extends
JSONEncodable
<
APIComponentInActionRow
>
|
ActionRowComponentData
Hierarchy (
View Summary
)
BaseComponentData
ActionRowData
Index
Properties
components
id?
type
Properties
components
components
:
readonly
ComponentType
[]
Optional
id
id
?:
number
type
type
:
ComponentType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
id
type
discord-js-button-pagination-ts
Loading...