visualization-tools

Home > @visualization-tools/core > OnEntityRemovedFromGroup

OnEntityRemovedFromGroup class

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>

Constructors

Constructor Modifiers Description
(constructor)(onEntityRemovedFromGroup)   Constructs a new instance of the OnEntityRemovedFromGroup class

Properties

Property Modifiers Type Description
callbackKey static “onEntityRemovedFromGroup”  
onEntityRemovedFromGroup   (…args: TEntityRemovedFromGroupArgs<TTraits>) => void  

Methods

Method Modifiers Description
emit(plot, entity, group) static  
registerListener(plot, onEvent) static  
registerOneTimeListener(plot, onEvent) static