G-code Preview — API Reference
    Preparing search index...
    ModelViewerEvent:
        | { info: ModelReadyInfo; type: "ready" }
        | { state: CameraState; type: "camera-changed" }
        | { code: string; message: string; type: "error" }
        | { feature: string; message: string; type: "renderer-unsupported" }
        | { type: "context-lost" }
        | { type: "context-restored" }