visualization-tools

Home > @visualization-tools/core > DefaultInteractionGroups

DefaultInteractionGroups class

A set of interaction groups that should meet most use cases.

Signature:

export declare class DefaultInteractionGroups<TPlotRange extends IPlotRange, TUpdateArg, TRequiredTraits, TStore> implements IDefaultInteractionGroups<TPlotRange, TUpdateArg, TStore> 

Implements: IDefaultInteractionGroups<TPlotRange, TUpdateArg, TStore>

Constructors

Constructor Modifiers Description
(constructor)(argProvider, plot)   Constructs a new instance of the DefaultInteractionGroups class

Properties

Property Modifiers Type Description
clickable   IInteractionGroup<TUpdateArg, TStore, IClickableTrait>  
draggable   IInteractionGroup<TUpdateArg, TStore, IDraggableTrait>  
hitTestable   HitTestableGroup<TPlotRange, TUpdateArg, TStore>  
hoverable   IInteractionGroup<TUpdateArg, TStore, IHoverableTrait>