Interface: PrimitiveHoveredItem
Data representing the currently hovered object from the Hit test.
Properties
cursorStyle
• Optional
cursorStyle: string
CSS cursor style as defined here: MDN: CSS Cursor or undefined
if you want the library to use the default cursor style instead.
externalId
• externalId: string
Hovered objects external ID. Can be used to identify the source item within a mouse subscriber event.
zOrder
• zOrder: SeriesPrimitivePaneViewZOrder
The zOrder of the hovered item.
isBackground
• Optional
isBackground: boolean
Set to true if the object is rendered using drawBackground
instead of draw
.