ActionRow
ActionRow(props): CommandKitElement<'action-row'>
The action row component.
<ActionRow><Button label="Click me" style={ButtonStyle.Primary} customId="click_me" /></ActionRow>
Parameter | Type | Optional | Description |
---|---|---|---|
props | ActionRowProps | ❌ | The action row properties. |