Illutions Engine API - v0.26.0
    Preparing search index...

    Interface ModelErrorEvent

    Fired when an error occurs while loading model assets and triggers the corresponding XState event.

    interface ModelErrorEvent {
        error: Error;
        type: "MODEL_ERROR";
    }
    Index
    error: Error

    The caught error object.

    type: "MODEL_ERROR"

    Identifies this event type.