Skip to content

ToolbarItemOptions

Defined in: namespaces.ts:299

Options for toolbar item registration.

title: string

Defined in: namespaces.ts:301

Display title for the item.


icon: SFSymbolName

Defined in: namespaces.ts:303

SF Symbol name for the item icon.


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

Defined in: namespaces.ts:305

Handler function invoked when the item is clicked.

void | Promise<void>