Home > @visualization-tools/core > getChartInitialState
Provides user interaction state machine initial state.
Signature:
export declare function getChartInitialState<TPlotRange>(options: IInteractionOptions, stateProviders: IPlotInteractionProviders<TPlotRange, IDefaultTargets>): IdleState<TPlotRange>;
| Parameter | Type | Description |
|---|---|---|
| options | IInteractionOptions | |
| stateProviders | IPlotInteractionProviders<TPlotRange, IDefaultTargets> |
Returns:
IdleState<TPlotRange>