@dxos/client
    Preparing search index...

    Interface UpdateSpaceRequest

    interface UpdateSpaceRequest {
        edgeReplication?: number;
        spaceKey: PublicKey;
        state?: number;
    }

    Hierarchy

    Index

    Properties

    edgeReplication?: number
    spaceKey: PublicKey
    state?: number

    Allowed values: ACTIVE, INACTIVE.