Interface SplatModelRemoveEvent

Event fired when a SplatModel is removed.

interface SplatModelRemoveEvent {
    model: string;
    type: "remove";
}

Hierarchy (View Summary)

  • Event<"remove">
    • SplatModelRemoveEvent
Index

Properties

Properties

model: string

UUID or URL of the SplatModel model.

type: "remove"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
SplatModelRemoveEvent