Skip to content

Function: UiPopover()

ts
function UiPopover(__namedParameters: UiPopoverProps): Element | null;

Defined in: src/UI/components/Popover.tsx:35

Experimental

Renderer-side wrapper for Popover. Adds dynamic hidden/disabled, async children, and name-based state binding for the open state.

Parameters

ParameterType
__namedParametersUiPopoverProps

Returns

Element | null

Matterway Assistant SDK Documentation