Appearance
Function: Group()
Call Signature
ts
function Group(content: ChildBlock[]): Block;Defined in: src/renderer/blocks/index.ts:160
Group container — groups child elements with optional title/description.
Parameters
| Parameter | Type |
|---|---|
content | ChildBlock[] |
Returns
Call Signature
ts
function Group(options: GroupProps, content: ChildBlock[]): Block;Defined in: src/renderer/blocks/index.ts:161
Group container — groups child elements with optional title/description.
Parameters
| Parameter | Type |
|---|---|
options | GroupProps |
content | ChildBlock[] |