OpenFairyGUI API
    Preparing search index...

    Interface BackendRuntimeOptions

    interface BackendRuntimeOptions {
        allowedProjectRoots?: readonly string[];
        fileSystem?: BackendFileSystem;
        host?: BackendHostAdapter;
    }
    Index
    allowedProjectRoots?: readonly string[]

    Canonical filesystem roots available to file-backed sessions. Omit for unrestricted library use.

    fileSystem?: BackendFileSystem