Home > @visualization-tools/core > OnEntityRemovedFromGroup > registerListener
Signature:
static registerListener<TTraits>(plot: IReadonlyPlot<IPlotRange, TTraits>, onEvent: (...args: TEntityRemovedFromGroupArgs<TTraits>) => void): () => void;
| Parameter | Type | Description |
|---|---|---|
| plot | IReadonlyPlot<IPlotRange, TTraits> | |
| onEvent | (…args: TEntityRemovedFromGroupArgs<TTraits>) => void |
Returns:
() => void