APIActionRowComponent

export interface APIActionRowComponent<T extends APIActionRowComponentTypes> extends APIBaseComponent<ComponentType.ActionRow>
export interface APIActionRowComponent<T extends APIActionRowComponentTypes> extends APIBaseComponent<ComponentType.ActionRow>
NameConstraintsOptionalDefaultDescription
TAPIActionRowComponentTypesNoNone
components:T[]
The components in the ActionRow
type:T
The type of the component
Inherited from APIBaseComponent