Skip to content

Function: Modal()

Call Signature

ts
function Modal(content: ChildBlock[]): Block;

Defined in: src/renderer/blocks/index.ts:173

Modal container — full-screen overlay UI.

Parameters

ParameterType
contentChildBlock[]

Returns

Block

Call Signature

ts
function Modal(options: ModalProps, content: ChildBlock[]): Block;

Defined in: src/renderer/blocks/index.ts:174

Modal container — full-screen overlay UI.

Parameters

ParameterType
optionsModalProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation