Type class
Sources
Template can be used (imported) via one of the following packages.
// Template is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "index.ts" * Use like: am5.Template * -------------------------------------------------------- */ import * as am5 from "@amcharts/amcharts5";
// Template is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Include via: <script src="index.js"></script> * Access items like: am5.Template * -------------------------------------------------------- */
Inheritance
Template does not extend any other symbol.
Template is not extended by any other symbol.
Settings
Template does not have any settings.
Private settings
Template does not have any private settings.
Properties
adapters # |
Type Default |
---|---|
entities # |
Type Array of all entities using this template. |
events # |
Type Default |
setup # |
Type ( entity: |
states # |
Type Default |
Methods
constructor( settings: ) |
Returns |
---|---|
get( key: ) |
Returns |
getPrivate( key: ) |
Returns |
new( settings: ) |
Static Returns Use this method to create an instance of this class. Click here for more info |
on( key: ) |
Returns |
onPrivate( key: ) |
Returns |
remove( key: ) |
Returns |
removeAll() |
Returns |
removePrivate( key: ) |
Returns |
set( key: ) |
Returns |
setAll( value: ) |
Returns |
setPrivate( key: ) |
Returns |
setPrivateRaw( key: ) |
Returns |
setRaw( key: ) |
Returns |
Events
Template does not have any events.