Preview environment

interface APIActionRowComponent

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

See also: https://discord.com/developers/docs/interactions/message-components#action-rows

Type Parameters

components : T[]

The components in the ActionRow

optional
id? : number

int32, auto generated via increment if not provided

Inherited from: APIBaseComponent

type : T

The type of the component

Inherited from: APIBaseComponent