On this page

Interface SplatModelLoadEvent

Event fired when a SplatModel is loaded.

interface SplatModelLoadEvent {
    attribution?: string;
    model: string;
    type: "load";
}

Hierarchy (View Summary)

  • Event<"load">
    • SplatModelLoadEvent
Index

Properties

attribution?: string

Optional attribution from the model.

model: string

UUID or URL of the SplatModel model.

type: "load"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
SplatModelLoadEvent