visualization-tools

Home > @visualization-tools/core > IChartEntity

IChartEntity interface

Base chart entity.

Signature:

export interface IChartEntity<TUpdateArg> extends TChangeTrackedTrait 

Extends: TChangeTrackedTrait

Properties

Property Type Description
isFiltered boolean If true the entity should not be considered.

Methods

Method Description
onBeforeUpdate(updateArg)