APIActionRowComponent

export interface APIActionRowComponent<T extends APIComponentInActionRow> extends APIBaseComponent<ComponentType.ActionRow>
export interface APIActionRowComponent<T extends APIComponentInActionRow> extends APIBaseComponent<ComponentType.ActionRow>
NameConstraintsOptionalDefaultDescription
TAPIComponentInActionRowNoNone
components:T[]
The components in the ActionRow
id?:number
int32, auto generated via increment if not provided
Inherited from APIBaseComponent
type:T
The type of the component
Inherited from APIBaseComponent