Skip to content

Function: Bubble()

Call Signature

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

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

Bubble container — primary UI container for overlays.

Parameters

ParameterType
contentChildBlock[]

Returns

Block

Call Signature

ts
function Bubble(options: BubbleProps, content: ChildBlock[]): Block;

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

Bubble container — primary UI container for overlays.

Parameters

ParameterType
optionsBubbleProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation