@dxos/client
    Preparing search index...

    Interface DedicatedWorkerStartSessionMessage

    Any Client -> Worker to start a session.

    interface DedicatedWorkerStartSessionMessage {
        clientId: string;
        type: "start-session";
    }
    Index

    Properties

    Properties

    clientId: string
    type: "start-session"