Type interface
Export menu item interface.
Inheritance
IExportMenuItem does not extend any other symbol.
IExportMenuItem is not extended by any other symbol.
Properties
ascendants # |
Type Holds list of parent menu items to this item. |
---|---|
color # |
Type Color to use as a background. |
element # |
Type Actual HTML element of the menu item. |
format # |
Type Export format. (optional) |
Type Should this item be hidden? |
|
icon # |
Type A |
id # |
Type A unique id to attach to the menu item. |
interactions # |
Type An |
label # |
Type Label to display in the menu. |
menu # |
Type An array of An Export menu can have any number of nesting levels. |
options # |
Type Menu item options. |
submenuElement # |
Type An element that holds the sub-menu. @since 4.10.12 |
svg # |
Type Raw SVG content to add to instead of regular label. |
title # |
Type Alternative title to be displayed on hover. @since 4.9.27 |
type # |
Type Item type, usually an export format. |
unsupported # |
Type If this is set to true, it means that this specific menu item is not supported by the current client system. This is usually populated by |