class ActionRowBuilder
extends
BuilderActionRow<ComponentType>export class ActionRowBuilder<ComponentType extends AnyComponentBuilder = AnyComponentBuilder,> extends BuilderActionRow<ComponentType>
Represents an action row builder.
Type Parameters
optionalAnyComponentBuilder = AnyComponentBuilder ComponentType? extends
static fromComponentType? extends AnyComponentBuilder = AnyComponentBuilder
>(other: JSONEncodable<APIActionRowComponent<ReturnType<ComponentType['toJSON']>>> | APIActionRowComponent<ReturnType<ComponentType['toJSON']>>) : ActionRowBuilder<ComponentType> <
ComponentType? extends AnyComponentBuilder = AnyComponentBuilder
other: JSONEncodable<APIActionRowComponent<ReturnType<ComponentType['toJSON']>>> | APIActionRowComponent<ReturnType<ComponentType['toJSON']>>
Creates a new action row builder from JSON data