Last date modified: 2025-Apr-29
Interface: ToolbarApi
ToolbarApi.ToolbarApi
Description
Refer to ToolbarApiV1
Properties
Properties
createToolbarContent
- createToolbarContent: (
slot:ToolbarSlotName,toolbarContent:ToolbarContent) =>void
Type declaration
- (
slot,toolbarContent):void
Parameters
| Name | Type |
|---|---|
slot
|
ToolbarSlotName
|
toolbarContent
|
ToolbarContent
|
Returns
void
Deprecated
Use 'v1.createToolbarContent' instead.
hideToolbar
- hideToolbar: (
slot:ToolbarSlotName) =>void
Type declaration
- (
slot):void
Parameters
| Name | Type |
|---|---|
slot
|
ToolbarSlotName
|
Returns
void
Deprecated
Use 'v1.hideToolbar' instead.
modifyToolbarContent
- modifyToolbarContent: (
slot:ToolbarSlotName,factoryFn:ToolbarFactory) =>void
Type declaration
- (
slot,factoryFn):void
Parameters
| Name | Type |
|---|---|
slot
|
ToolbarSlotName
|
factoryFn
|
ToolbarFactory
|
Returns
void
Deprecated
Use 'v1.modifyToolbarContent' instead.
showToolbar
- showToolbar: (
slot:ToolbarSlotName) =>void
Type declaration
- (
slot):void
Parameters
| Name | Type |
|---|---|
slot
|
ToolbarSlotName
|
Returns
void
Deprecated
Use 'v1.showToolbar' instead.
v1
- v1:
ToolbarApiV1
Contains the updated v1 version of the ToolbarApi