These docs are for v1.0. Click to read the latest docs for v2.0.

interface-bottombarbutton

Interface: BottomBarButton

Defines a button in the bottom bar extension point.
The bottom bar is displayed on the bottom left side of the board.

See IPluginConfigExtensionPoints for examples.

Read more about Extension Points

Hierarchy

  • BottomBarButton

Index

Properties

Properties

onClick

onClick: () => void

A handler to be executed when the user clicks the button


svgIcon

svgIcon: string

The icon that will be displayed.
Must be an SVGElement


title

title: string

The title of the button, It will be displayed on mouse over.