Home > @visualization-tools/core > OnEntityRemovedFromGroup
Emitted on entity removed from group, if the entity is not present this is not emitted.
Signature:
export declare class OnEntityRemovedFromGroup<TTraits> implements TOnEntityRemovedFromGroup<TTraits>
Implements: TOnEntityRemovedFromGroup<TTraits>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(onEntityRemovedFromGroup) | Constructs a new instance of the OnEntityRemovedFromGroup class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| callbackKey | static |
“onEntityRemovedFromGroup” | |
| onEntityRemovedFromGroup | (…args: TEntityRemovedFromGroupArgs<TTraits>) => void |
| Method | Modifiers | Description |
|---|---|---|
| emit(plot, entity, group) | static |
|
| registerListener(plot, onEvent) | static |
|
| registerOneTimeListener(plot, onEvent) | static |