Skip to content

Function: HeaderBar()

ts
function HeaderBar(props: HeaderBarProps): Block;

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

Header bar with title, description, and optional icon/image.

Parameters

ParameterType
propsHeaderBarProps

Returns

Block

Example

ts
HeaderBar({title: 'Header title', description: 'Header description'});

Matterway Assistant SDK Documentation