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