export declare class ActionRowBuilder<T extends AnyComponentBuilder> extends ComponentBuilder<APIActionRowComponent<APIMessageActionRowComponent | APIModalActionRowComponent>>
ComponentBuilder<APIActionRowComponent<APIMessageActionRowComponent | APIModalActionRowComponent
Represents an action row component
The components within this action row
Adds components to this action row.
Name | Type | Optional | Description |
---|---|---|---|
components | RestOrArray<T> | No | None |
Sets the components in this action row
Name | Type | Optional | Description |
---|---|---|---|
components | RestOrArray<T> | No | None |