@dxos/client
    Preparing search index...

    Type Alias AddOptions

    type AddOptions = {
        placeIn?: ObjectPlacement;
    }
    Index

    Properties

    Properties

    placeIn?: ObjectPlacement

    Where to place the object in the Automerge document tree. Root document is always loaded with the space. Linked documents are loaded lazily. Placing large number of objects in the root document may slow down the initial load.

    'linked-doc'