Options
All
  • Public
  • Public/Protected
  • All
Menu

The interface describing a visual chart component that could be hovered.

Hierarchy

Index

Properties

checkIsWithinBounds

checkIsWithinBounds: (args: ModifierMouseArgs) => boolean

Calculates if pointer is within entity bounds

Type declaration

hover

hover: (options: IHoverOptions) => void

Executes a hover action on the annotation if it is hit

Type declaration

hovered

hovered: EventHandler<any>

Fires based on hover rules passed into hover

id

id: string

isHovered

isHovered: boolean

Defines if the entity is hovered

Generated using TypeDoc