Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    Variable useRemoteAwarenessConst

    useRemoteAwareness: <T>(
        { handle, localUserId, offlineTimeout, getTime, }: UseRemoteAwarenessProps<
            T,
        >,
    ) => [PeerStates, Heartbeats]

    This hook returns read-only state for remote clients. It also returns their heartbeat status. It is intended to be used alongside useLocalAwareness.

    Type declaration