DictionaryDisposer

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.

/**
 * --------------------------------------------------------
 * Import from: "core.ts"
 * Use like: am4core.DictionaryDisposer
 * --------------------------------------------------------
 */
import * as am4core from "@amcharts/amcharts4/core";

/**
 * --------------------------------------------------------
 * 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: DictionaryLike < K, A >

)

#

Returns DictionaryDisposer

dispose()

#

Returns void

Inherited from Disposer

Disposes the object.

isDisposed()

#

Returns boolean

Inherited from Disposer

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.