Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseOnlineUsersResult

    Return type of useOnlineUsers.

    interface UseOnlineUsersResult {
        isLoading: boolean;
        onlineUserIds: Set<string>;
    }
    Index

    Properties

    isLoading: boolean

    Whether the initial presence check is still loading.

    onlineUserIds: Set<string>

    Set of user IDs currently online.