Row
A row of buttons to be added to a message component.
Kind: global class
- Row
- new Row([data])
- .components :
Array.<Object>
new Row([data])
Section titled “new Row([data])”| Param | Type | Description |
|---|---|---|
| [data] | Object | The data for the row. |
| [data.components] | Array.<Object> | An array of button components to be included in the row. |
row.components : Array.<Object>
Section titled “row.components : Array.<Object>”An array of button components included in the row.
Kind: instance property of Row