Hiyve Components - v1.0.0
    Preparing search index...
    interface PeerPresence {
        color: string;
        label: string;
        lastUpdate: number;
        status: PresenceStatus;
        tool: WhiteboardTool | null;
        userId: string;
    }
    Index

    Properties

    color: string
    label: string
    lastUpdate: number
    tool: WhiteboardTool | null
    userId: string