Skip to content

Function: Shield()

Call Signature

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

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

Shield container — protective overlay blocking user interaction.

Parameters

ParameterType
contentChildBlock[]

Returns

Block

Call Signature

ts
function Shield(options: ShieldProps, content: ChildBlock[]): Block;

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

Shield container — protective overlay blocking user interaction.

Parameters

ParameterType
optionsShieldProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation