Skip to content

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

ParameterType
contentChildBlock[]

Returns

Block

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

ParameterType
optionsGroupProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation