visualization-tools

Home > @visualization-tools/core > OnHoverResult

OnHoverResult class

Signature:

export declare class OnHoverResult<TTraits> implements IOnHoverResult<TTraits> 

Implements: IOnHoverResult<TTraits>

Constructors

Constructor Modifiers Description
(constructor)(newlyHovered, stillHovered, noLongerHovered, unchanged)   Constructs a new instance of the OnHoverResult class

Properties

Property Modifiers Type Description
newlyHovered   readonly HitTestResult<unknown, TTraits>[]  
noLongerHovered   readonly HitTestResult<unknown, TTraits>[]  
stillHovered   readonly HitTestResult<unknown, TTraits>[]  
unchanged   readonly HitTestResult<unknown, TTraits>[]