On this page
Properties

Interface SplatModelErrorEvent

Event fired when an error occurs during SplatModel loading.

interface SplatModelErrorEvent {
    message: string;
    type: "error";
}

Hierarchy (View Summary)

  • Event<"error">
    • SplatModelErrorEvent
Index

Properties

Properties

message: string

Error message.

type: "error"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
SplatModelErrorEvent