@dxos/client
    Preparing search index...

    Variable createSubscriptionConst

    createSubscription: (onUpdate: (info: UpdateInfo) => void) => SubscriptionHandle

    Subscribe to database updates. Calls the callback when any object from the selection changes. Calls the callback when the selection changes. Always calls the callback on the first selection.update call.

    Type declaration