Registry

Type module

Sources

Items from Registry can be imported/included and used via following ways.

/**
 * --------------------------------------------------------
 * Import via: Registry.ts
 * Access items like: $registry.myVariable
 *                    $registry.myFunction()
 * --------------------------------------------------------
 */
import * as $registry from "@amcharts/amcharts4/Registry";

Variables

Registry does not have any variables.

Functions

is(

object: any,
name: string

)

#

Returns object

Returns true if object is an instance of the class. It's the same as instanceof except it doesn't need to import the class.