visualization-tools

Home > @visualization-tools/core > ChartEntity

ChartEntity class

Base chart entity.

Signature:

export declare class ChartEntity<TUpdateArg> implements IChartEntity<TUpdateArg> 

Implements: IChartEntity<TUpdateArg>

Constructors

Constructor Modifiers Description
(constructor)(identifierFactory)   Constructs a new instance of the ChartEntity class

Properties

Property Modifiers Type Description
changeId   number  
isFiltered   boolean  

Methods

Method Modifiers Description
onBeforeUpdate()    
updateChangeId()