Skip to main content

sdk.footertoolbaritem

Home > @kittl/sdk > FooterToolbarItem

FooterToolbarItem interface

Defines the shape of an item for the Actions Panel (bottom toolbar).

Signature:

export interface FooterToolbarItem extends PanelItem 

Extends: PanelItem

Properties

Property

Modifiers

Type

Description

name?

string

(Optional) Optional name for the tool, used for analytics purposes

section

SectionTypes

The section that the tool should be displayed in This is used to group tools in the tools panel. The values for the enum are currently a copy from the editor package, and need to be unified somewhere soon