interface ActionRowData

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

Type Parameters

components : readonly ComponentType[]

The components in this action row

external
id : number

the id of this component

Inherited from: BaseComponentData

The type of component

Inherited from: BaseComponentData