visualization-tools

Home > @visualization-tools/core > IInteractionSharedState

IInteractionSharedState interface

Signature:

export interface IInteractionSharedState 

Properties

Property Type Description
dragTargets readonly HitTestResult<unknown, IHitTestableTrait>[] | null  

Methods

Method Description
clearAllHoveredEntities(chartEvent)  
onClick(chartEvent)  
onDblClick(chartEvent)  
onHover(chartEvent)