visualization-tools

Home > @visualization-tools/core > IPlotInteractionProviders

IPlotInteractionProviders interface

Providers required by the user interaction state machine.

Signature:

export interface IPlotInteractionProviders<TPlotRange, TTargets extends object> 

Properties

Property Type Description
attachPoint IGraphAttachPoint  
callbacks IInteractionStateChangeCallbacks<unknown>  
eventTargets IPlotEventTargetProvider<TTargets>  
stateFactories IPlotStateFactories<TPlotRange>