Skip to content

Row

Row

A row of buttons to be added to a message component.

Kind: global class

new Row([data])

ParamTypeDescription
[data]ObjectThe data for the row.
[data.components]Array.<Object>An array of button components to be included in the row.

row.components : Array.<Object>

An array of button components included in the row.

Kind: instance property of Row