Interface SplatModelMouseOutEvent

Event fired when the mouse leaves the SplatModel.

interface SplatModelMouseOutEvent {
    type: "mouseout";
}

Hierarchy (View Summary)

  • Event<"mouseout">
    • SplatModelMouseOutEvent
Index

Properties

Properties

type: "mouseout"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
SplatModelMouseOutEvent