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

interface-exportmenubutton

Interface: ExportMenuButton

Defines a button in the export menu extension point.
The export buttons appears after the user click the "export" button in a board.

See IPluginConfigExtensionPoints for examples.

Read more about Extension Points

Hierarchy

  • ExportMenuButton

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.

See IPluginConfigExtensionPoints for examples.