Type class
Displays a menu for Exporting.
Click here for more info
Sources
ExportingMenu can be used (imported) via one of the following packages.
// Import ExportingMenu
import * as am5plugins_exporting from "@amcharts/amcharts5/plugins/exporting";
am5plugins_exporting.ExportingMenu.new(root, {
// ... config if applicable
});
<!-- Load ExportingMenu -->
<script src="plugins/exporting.js">
<script>
// Create ExportingMenu
am5plugins_exporting.ExportingMenu.new(root, {
// ... config if applicable
});
</script>
Inheritance
ExportingMenu extends Entity.
ExportingMenu is not extended by any other symbol.
Settings
Set these settings on a ExportingMenu object using its set() and setAll() methods.
Read about settings concept.
|
align # |
Type Default Horizontal alignment of the menu. |
|---|---|
|
ariaLabel # |
Type ARIA label for the menu. @since 5.14.4 |
|
autoClose # |
Type Default If set to |
|
container # |
Type A reference to an element in the document to place export menu in. If not set, will use root element's container. |
|
deactivateRoot # |
Type Default Menu will disable all interactions for the underlying chart when browsing the menu. |
|
exporting # |
Type A reference to related |
|
id # |
Type Inherited from A custom string ID for the element. If set, element can be looked up via Will raise error if an element with the same ID already exists. |
|
ignoreThemes # |
Type Default Inherited from If set to @since 5.15.6 |
|
items # |
Type A list of menu items. |
|
stateAnimationDuration # |
Type Default Inherited from Duration of transition from one state to another. |
|
stateAnimationEasing # |
Type Default Inherited from Easing of transition from one state to another. |
|
themeTags # |
Type Inherited from Tags which can be used by the theme rules. Click here for more info |
|
themeTagsSelf # |
Type Inherited from Tags which can be used by the theme rules. These tags only apply to this object, not any children. Click here for more info |
|
themes # |
Type Inherited from A list of themes applied to the element. |
|
useDefaultCSS # |
Type Default If set to |
|
userData # |
Type Inherited from A storage for any custom user data that needs to be associated with the element. |
|
valign # |
Type Default Vertical alignment of the menu. |
| There are 8 inherited items currently hidden from this list. | |
Private settings
These are read-only settings accessible from a ExportingMenu object using its getPrivate() method.
Read about private settings.
|
listElement # |
Read only
Type A top-level |
|---|---|
|
menuElement # |
Read only
Type A |
Properties
|
adapters # |
Type Default Inherited from |
|---|---|
|
className # |
Static
Type Default |
|
classNames # |
Static
Type Default |
|
enableDispose # |
Type Default Inherited from If this is set to |
|
events # |
Type Default Inherited from |
|
isOpen # |
Type Default |
|
root # |
Type Inherited from An instance of @readonly |
|
states # |
Type Default Inherited from |
|
template # |
Type Inherited from @todo needs description |
|
uid # |
Type Default Inherited from Unique ID. |
| There are 7 inherited items currently hidden from this list. | |
Methods
|
animate( options: ) |
Returns Inherited from Animates setting values from current/start values to new ones. Click here for more info |
|---|---|
|
close() |
Returns Closes menu. |
|
dispose() |
Returns Inherited from Disposes this object. |
|
get( key: ) |
Returns Inherited from Returns settings value for the specified If there is no value, Click here for more info |
|
has( key: ) |
Returns Inherited from Returns Click here for more info |
|
isDisposed() |
Returns Inherited from Returns |
|
isType( type: ) |
Returns Inherited from Checks if element is of certain class (or inherits one). |
|
new( root: ) |
Static Returns Inherited from Use this method to create an instance of this class. Click here for more info |
|
off( key: ) |
Returns Inherited from Removes a callback for when value of a setting changes. Click here for more info |
|
offDebounced( key: ) |
Returns Inherited from Removes a debounced callback for when value of a setting changes. Click here for more info |
|
offDebouncedPrivate( key: ) |
Returns Inherited from Removes a debounced callback for when value of a private setting changes. Click here for more info |
|
offPrivate( key: ) |
Returns Inherited from Removes a callback for when value of a private setting changes. Click here for more info |
|
on( key: ) |
Returns Inherited from Sets a callback function to invoke when specific key of settings changes or is set. Click here for more info |
|
onDebounced( key: ) |
Returns Inherited from Sets a debounced callback function to invoke when specific key of settings changes or is set. The callback fires only once even if the setting is changed multiple times within the debounce delay. Click here for more info |
|
onPrivate( key: ) |
Returns Inherited from Sets a callback function to invoke when specific key of private settings changes or is set. Click here for more info |
|
onPrivateDebounced( key: ) |
Returns Inherited from Sets a debounced callback function to invoke when specific key of private settings changes or is set. The callback fires only once even if the setting is changed multiple times within the debounce delay. Click here for more info |
|
open() |
Returns Opens menu. |
|
remove( key: ) |
Returns Inherited from Removes a setting value for the specified Click here for more info |
|
removeAll() |
Returns Inherited from Removes all keys; Click here for more info |
|
set( key: ) |
Returns Inherited from Sets a setting Click here for more info |
|
setAll( settings: ) |
Returns Inherited from Sets multiple settings at once. Click here for more info |
|
setTimeout( fn: () => ) |
Returns Inherited from Creates and returns a "disposable" timeout. |
|
toggle() |
Returns Toggles menu open and close. |
| There are 20 inherited items currently hidden from this list. | |
Events
Add event handlers to ExportingMenu object using its events.on() method.
Read about adding event handlers.
| #menuclosed |
Param { type: |
|---|---|
| #menucreated |
Param { type: |
| #menuopened |
Param { type: |