Interface: ToolbarApi

ToolbarApi.ToolbarApi

Description

Refer to ToolbarApiV1

Properties

Properties

createToolbarContent

Type declaration

  • (slot, toolbarContent): void
Parameters
Name Type
slot ToolbarSlotName
toolbarContent ToolbarContent
Returns

void

Deprecated

Use 'v1.createToolbarContent' instead.

hideToolbar

Type declaration

  • (slot): void
Parameters
Name Type
slot ToolbarSlotName
Returns

void

Deprecated

Use 'v1.hideToolbar' instead.

modifyToolbarContent

Type declaration

  • (slot, factoryFn): void
Parameters
Name Type
slot ToolbarSlotName
factoryFn ToolbarFactory
Returns

void

Deprecated

Use 'v1.modifyToolbarContent' instead.

showToolbar

Type declaration

  • (slot): void
Parameters
Name Type
slot ToolbarSlotName
Returns

void

Deprecated

Use 'v1.showToolbar' instead.

v1

Contains the updated v1 version of the ToolbarApi