Interface SplatModelClickEvent

Event fired when the SplatModel is clicked.

interface SplatModelClickEvent {
    type: "click";
}

Hierarchy (View Summary)

  • Event<"click">
    • SplatModelClickEvent
Index

Properties

Properties

type: "click"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
SplatModelClickEvent