Member Junction
    Preparing search index...

    The agent presence cursor state (input-driven; the host animates it to mutation points).

    interface WhiteboardAgentPresence {
        Active: boolean;
        Label: string;
        X: number;
        Y: number;
    }
    Index

    Properties

    Properties

    Active: boolean
    Label: string
    X: number
    Y: number