export class ActionRow<ComponentType extends MessageActionRowComponent> extends Component<APIActionRowComponent<APIComponentInMessageActionRow>>Represents an action row
Type Parameters
ComponentType extends MessageActionRowComponent
readonlycomponents : ComponentType[]
The components in this action row
readonlydata : Readonly<APIActionRowComponent>
The API data associated with this component
Inherited from: Component
equals(other: APIActionRowComponent | this) : boolean
other: APIActionRowComponent | this
Whether or not the given components are equal
Inherited from: Component
toJSON() : APIActionRowComponent<ReturnType<ComponentType['toJSON']>>
Returns the API-compatible JSON for this component