Leaf
    Preparing search index...

    Type Alias PeerOpenOptions

    Options for configuring ["open"].

    type PeerOpenOptions = {
        createAfterTimeout: number;
    }
    Index

    Properties

    createAfterTimeout: number

    If set, when opening an entity that does not exist locally, and cannot be synced from a peer, the function will wait the specified number of milliseconds before creating the entity and returning the newly created entity.