Home > @visualization-tools/core > IInteractionSharedState
Signature:
export interface IInteractionSharedState
| Property | Type | Description |
|---|---|---|
| dragTargets | readonly HitTestResult<unknown, IHitTestableTrait>[] | null |
| Method | Description |
|---|---|
| clearAllHoveredEntities(chartEvent) | |
| onClick(chartEvent) | |
| onDblClick(chartEvent) | |
| onHover(chartEvent) |