Home > @visualization-tools/core > DefaultInteractionGroups
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>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(argProvider, plot) | Constructs a new instance of the DefaultInteractionGroups class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| clickable | IInteractionGroup<TUpdateArg, TStore, IClickableTrait> | ||
| draggable | IInteractionGroup<TUpdateArg, TStore, IDraggableTrait> | ||
| hitTestable | HitTestableGroup<TPlotRange, TUpdateArg, TStore> | ||
| hoverable | IInteractionGroup<TUpdateArg, TStore, IHoverableTrait> |