Interface: HoverCursorRingConfig
Outline ring tracing the hovered tile's boundary.
Properties
size?
ts
optional size?: number;Outer radius scale of the ring vs the tile boundary. A value > 1 inflates the ring outside the tile (visible as a halo); < 1 shrinks it inside. Default 1.0 — flush on the boundary.
color?
ts
optional color?: ColorRepresentation;Ring color (default: 0xffffff).
opacity?
ts
optional opacity?: number;Ring opacity in [0, 1] (default: 1.0).