IExportCustomOptions

Type interface

Represents options for custom menu items.

Inheritance

IExportCustomOptions does not extend any other symbol.

IExportCustomOptions is not extended by any other symbol.

Properties

callback
#

Type ( branch: any) => any

A callback function reference that will be called when this custom item is clicked.

callbackTarget
#

Type any

A target which will be this context for callback calls.

disabled
#

Type boolean

Set this option to disabled for a format to not show up in ExportMenu.

@since 4.9.11