ActionRowData

export interface ActionRowData<T extends JSONEncodable<APIActionRowComponentTypes> | ActionRowComponentData>
extends BaseComponentData
export interface ActionRowData<T extends JSONEncodable<APIActionRowComponentTypes> | ActionRowComponentData>
extends BaseComponentData
undefined
NameConstraintsOptionalDefaultDescription
TJSONEncodable<APIActionRowComponentTypes> | ActionRowComponentDataNoNone
components:T[]
The components in this action row
The type of component
Inherited from BaseComponentData