The types of components this action row holds
Creates a new action row from API data.
Optional
data: Partial<APIActionRowComponent<APIComponentInActionRow>>The API data to create this action row with
Readonly
componentsThe components within this action row.
Readonly
dataThe API data associated with this component.
Adds components to this action row.
The components to add
Clears the id of this component, defaulting to a default incremented id.
Sets components for this action row.
The components to set
Sets the id (not the custom id) for this component.
The id for this component
Serializes this builder to API-compatible JSON data.
A builder that creates API-compatible JSON data for action rows.