Preview environment

interface ActionRowData

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

Type Parameters

components : readonly ComponentType[]

The components in this action row

optional
id? : number

the id of this component

Inherited from: BaseComponentData

The type of component

Inherited from: BaseComponentData