Home > @visualization-tools/core > InteractionGroup > (constructor)
Constructs a new instance of the InteractionGroup class
Signature:
constructor(groupMask: number, hitTestableGroup: HitTestableGroup<IPlotRange, TUpdateArg, TStore>, plot: IWritablePlot<unknown>);
| Parameter | Type | Description |
|---|---|---|
| groupMask | number | |
| hitTestableGroup | HitTestableGroup<IPlotRange, TUpdateArg, TStore> | |
| plot | IWritablePlot<unknown> |