interface APIActionRowComponent

external
export interface APIActionRowComponent<T extends APIComponentInActionRow> extends APIBaseComponent<ComponentType.ActionRow>

An Action Row is a top-level layout component used in messages and modals.

See also: https://discord.com/developers/docs/components/reference#action-row

Type Parameters

external
components : T[]

The components in the ActionRow