@dxos/react-client
    Preparing search index...

    Variable subscribeConst

    subscribe: (entity: Entity.Unknown, callback: () => void) => () => void

    Subscribe to changes on an entity (object or relation).

    Type declaration

      • (entity: Entity.Unknown, callback: () => void): () => void
      • Parameters

        Returns () => void

        Unsubscribe function.