@dxos/client
    Preparing search index...

    Interface SubscriptionHandle

    interface SubscriptionHandle {
        selected: Set<any>;
        subscribed: boolean;
        unsubscribe: () => void;
        update: (selection: Selection) => SubscriptionHandle;
    }
    Index

    Properties

    selected: Set<any>
    subscribed: boolean
    unsubscribe: () => void
    update: (selection: Selection) => SubscriptionHandle