Home > @visualization-tools/core > ChartEntity
Base chart entity.
Signature:
export declare class ChartEntity<TUpdateArg> implements IChartEntity<TUpdateArg>
Implements: IChartEntity<TUpdateArg>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(identifierFactory) | Constructs a new instance of the ChartEntity class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| changeId | number | ||
| isFiltered | boolean |
| Method | Modifiers | Description |
|---|---|---|
| onBeforeUpdate() | ||
| updateChangeId() |