visualization-tools

Home > @visualization-tools/core > EHoverState

EHoverState enum

State changes of IHoverableTrait. Events are emitted to entities in the order listed in the enum.

Signature:

export declare enum EHoverState 

Enumeration Members

Member Value Description
Entered 4  
Left 1  
SegmentChange 3  
Unchanged 2 Required where entities share state, otherwise a Left state would clear the hovered state.