visualization-tools

Home > @visualization-tools/core > InteractionGroup > (constructor)

InteractionGroup.(constructor)

Constructs a new instance of the InteractionGroup class

Signature:

constructor(groupMask: number, hitTestableGroup: HitTestableGroup<IPlotRange, TUpdateArg, TStore>, plot: IWritablePlot<unknown>);

Parameters

Parameter Type Description
groupMask number  
hitTestableGroup HitTestableGroup<IPlotRange, TUpdateArg, TStore>  
plot IWritablePlot<unknown>