Skip to content

Function: buttonList()

ts
function buttonList(props: UiButtonListProps): Element;

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

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.

Parameters

ParameterType
propsUiButtonListProps

Returns

Element

Matterway Assistant SDK Documentation