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