Skip to content

ToolbarItemOptions

Defined in: namespaces.ts:300

Options for toolbar item registration.

title: string

Defined in: namespaces.ts:302

Display title for the item.


icon: SFSymbolName

Defined in: namespaces.ts:304

SF Symbol name for the item icon.


handler: () => void | Promise<void>

Defined in: namespaces.ts:306

Handler function invoked when the item is clicked.

void | Promise<void>