Home > @visualization-tools/core > IdleState
The initial state of the default user interaction state machine.
Signature:
export declare class IdleState<TPlotRange> implements IChartState<TPlotRange>
Implements: IChartState<TPlotRange>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(lastClick, options, providers, sharedState) | Constructs a new instance of the IdleState class |
| Method | Modifiers | Description |
|---|---|---|
| handleMouseEvent(eventType, chartEvent) | ||
| handlePointerEvent(eventType, chartEvent) |