ActionRowBuilder
Represents an action row component
Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
T | AnyComponentBuilder | No | None |
constructor({ components, ...data }?)
Constructs a new instance of the
ActionRowBuilder
className | Type | Optional | Description |
---|---|---|---|
{ components, ...data } | Partial<APIActionRowComponent<APIActionRowComponentTypes>> | Yes | None |
Readonly
The API data associated with this component
Inherited from ComponentBuilderAdds components to this action row.
Name | Type | Optional | Description |
---|---|---|---|
components | RestOrArray<T> | No | The components to add to this action row. |
Sets the components in this action row
Name | Type | Optional | Description |
---|---|---|---|
components | RestOrArray<T> | No | The components to set this row to |