Skip to content

Function: buttonList()

ts
function buttonList(props: UiButtonListProps): Element;

Defined in: src/UI/blocks/buttonList.tsx:14

Parameters

ParameterType
propsUiButtonListProps

Returns

Element

Deprecated

Use the equivalent block from @matterway/sdk/UI instead. This block targets the old showUI path and will be removed when src/UI/ is dropped.

Button list for grouped actions. Supports resolve to complete the UI flow when an item is clicked. Supports async items based on the central state.

Matterway Assistant SDK Documentation