Appearance
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
| Parameter | Type |
|---|---|
content | ChildBlock[] |
Returns
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
| Parameter | Type |
|---|---|
options | ModalProps |
content | ChildBlock[] |