ActionRowBuilder

export class ActionRowBuilder<ComponentType extends AnyComponentBuilder = AnyComponentBuilder,> extends BuilderActionRow<ComponentType>
export class ActionRowBuilder<ComponentType extends AnyComponentBuilder = AnyComponentBuilder,> extends BuilderActionRow<ComponentType>
Represents an action row builder.

Extends

BuilderActionRow<ComponentType>
NameConstraintsOptionalDefaultDescription
ComponentTypeAnyComponentBuilderYesAnyComponentBuilderNone
constructor(data?)
Constructs a new instance of the ActionRowBuilder class
Static
from(other):ActionRowBuilder<ComponentType>
Creates a new action row builder from JSON data
NameTypeOptionalDescription
other JSONEncodable<APIActionRowComponent<ReturnType<ComponentType['toJSON']>>> | APIActionRowComponent<ReturnType<ComponentType['toJSON']>>NoThe other data