Represents an action row builder.
Extends
BuilderActionRow<ComponentType>Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
ComponentType | AnyComponentBuilder | Yes | AnyComponentBuilder | None |
Constructs a new instance of the
ActionRowBuilder
className | Type | Optional | Description |
---|---|---|---|
data | Partial<ActionRowData<ActionRowComponentData | JSONEncodable<APIActionRowComponentTypes>> | APIActionRowComponent<APIMessageActionRowComponent | APIModalActionRowComponent>> | Yes | None |
Creates a new action row builder from JSON data
Name | Type | Optional | Description |
---|---|---|---|
other | JSONEncodable<APIActionRowComponent<ReturnType<ComponentType['toJSON']>>> | APIActionRowComponent<ReturnType<ComponentType['toJSON']>> | No | The other data |