interface ActionRowData

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

Type Parameters

components : ComponentType[]

The components in this action row

The type of component

Inherited from: BaseComponentData