ActionRowData

export interface ActionRowData<ComponentType extends JSONEncodable<APIActionRowComponentTypes> | ActionRowComponentData> extends BaseComponentData
export interface ActionRowData<ComponentType extends JSONEncodable<APIActionRowComponentTypes> | ActionRowComponentData> extends BaseComponentData

No summary provided.

NameConstraintsOptionalDefaultDescription
ComponentTypeJSONEncodable<APIActionRowComponentTypes> | ActionRowComponentDataNoNone
components:readonly ComponentType[]
The components in this action row
The type of component
Inherited from BaseComponentData