Skip to content

Interface: HoverCursorConfig

Aggregate cursor config — every primitive is optional, every primitive accepts false to be fully disabled. An omitted key means "use default for this primitive"; an explicit false removes the primitive entirely.

ring paints the cap on every layer (waterline / sol cap / atmo cap). floorRing is a liquid-only twin drawn on the seabed so the user can tell which sol tile sits under the hovered ocean hex; the lib forces its opacity low so the seabed stays readable, and tints it red on core-window tiles as a missing-floor warning.

Properties

ring?

ts
optional ring?: false | HoverCursorRingConfig;

floorRing?

ts
optional floorRing?: false | HoverCursorRingConfig;

emissive?

ts
optional emissive?: false | HoverCursorEmissiveConfig;

Distribué sous la licence indiquée dans le dépôt.