APIActionRowComponent

export interface APIActionRowComponent<T extends APIActionRowComponentTypes> extends APIBaseComponent<ComponentType.ActionRow>
export interface APIActionRowComponent<T extends APIActionRowComponentTypes> extends APIBaseComponent<ComponentType.ActionRow>
https://discord.com/developers/docs/interactions/message-components#action-rows
NameConstraintsOptionalDefaultDescription
TAPIActionRowComponentTypesNoNone
components:T[]
The components in the ActionRow
type:T
The type of the component
Inherited from APIBaseComponent