Unique identifier for the layer/trace
Optionalintersections?: AudioState[] | nullArray of audio states for all lines that intersect at the current point. Used for intersection-aware audio playback in multiline plots. null/undefined for normal points (single line or no intersection).
OptionalgroupCount?: numberNumber of groups/series in the plot. Only present for multiline plots where plotType === 'multiline'.
Optionalgroup?: { label: string; value: string }Label and name of the group/series the cursor is currently on, e.g.
{ label: 'Group', value: 'Series 1' }. Only present for multiline
plots (plotType === 'multiline') whose data names its groups; absent
when the spec authors no names, so consumers can omit group wording
rather than announce a positional placeholder.
Optionalorientation?: OrientationPlot orientation, if applicable (e.g. bar, box, violin).
State for a single trace/layer containing all rendering and navigation information.