ActionRowData

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