Type class
A disposable dictionary, which when disposed itself will call dispose()
method on all its items.
Sources
DictionaryDisposer can be used (imported) via one of the following packages.
// DictionaryDisposer is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.DictionaryDisposer * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
// DictionaryDisposer is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Include via: <script src="core.js"></script> * Access items like: am4.DictionaryDisposer * -------------------------------------------------------- */
Inheritance
DictionaryDisposer extends Disposer
.
DictionaryDisposer is not extended by any other symbol.
Properties
DictionaryDisposer does not have any properties.
Methods
constructor( dict: ) |
Returns |
---|---|
dispose() |
Returns Inherited from Disposes the object. |
isDisposed() |
Returns Inherited from Checks if object is disposed. |
There are 2 inherited items currently hidden from this list. |
Events
DictionaryDisposer does not have any events.
Adapters
DictionaryDisposer does not have any adapters.