visualization-tools

Home > @visualization-tools/core > IdleState

IdleState class

The initial state of the default user interaction state machine.

Signature:

export declare class IdleState<TPlotRange> implements IChartState<TPlotRange> 

Implements: IChartState<TPlotRange>

Constructors

Constructor Modifiers Description
(constructor)(lastClick, options, providers, sharedState)   Constructs a new instance of the IdleState class

Methods

Method Modifiers Description
handleMouseEvent(eventType, chartEvent)    
handlePointerEvent(eventType, chartEvent)