OpenFairyGUI API
    Preparing search index...

    Interface OpenProjectSessionInput

    interface OpenProjectSessionInput {
        canonicalPathKey?: string;
        canonicalProjectPath?: string;
        project: UamProject;
        sessionId?: string;
        storage?: BackendProjectSessionStorage;
    }
    Index
    canonicalPathKey?: string

    Host-defined session identity; not a filesystem authorization or an allowed-root override.

    canonicalProjectPath?: string

    Session identity only; without explicit storage or a per-call filesystem this grants no filesystem access.

    project: UamProject

    Authoritative UAM project. Use BackendRuntime.openSession() when importing an existing project from storage.

    sessionId?: string

    Optional writeback target for the authoritative UAM project; this is not an import source.