@dxos/client
    Preparing search index...

    Interface ImportSpaceRequest

    interface ImportSpaceRequest {
        archive: { contents: Uint8Array; filename: string; format?: number };
        tags?: string[];
    }

    Hierarchy

    Index

    Properties

    Properties

    archive: { contents: Uint8Array; filename: string; format?: number }
    tags?: string[]

    Immutable tags to set on the imported space at creation time.