Optional
data: Partial<ActionRowData<ActionRowComponentData | JSONEncodable<APIActionRowComponentTypes>> | APIActionRowComponent<APIMessageActionRowComponent | APITextInputComponent>>Readonly
componentsReadonly
dataThe API data associated with this component.
Adds components to this action row.
Rest
...components: RestOrArray<ComponentType>The components to add
Sets components for this action row.
Rest
...components: RestOrArray<ComponentType>The components to set
Serializes this builder to API-compatible JSON data.
This method runs validations on the data before serializing it. As such, it may throw an error if the data is invalid.
Static
fromGenerated using TypeDoc
The components within this action row.