Member Junction
    Preparing search index...

    Class RealtimeWhiteboardAgentSeesPopoverComponent

    The "What [Agent] sees" perception popover: shows the most recent coalesced scene delta JSON (syntax-tinted) plus the perception-feed stats footer (debounce, element count, last-delta age, state of record). Anchored under the header button by the host; visibility is the host's concern.

    Index

    Constructors

    Properties

    AgentName: string = 'Agent'

    Display name of the session's agent.

    DebounceMs: number = 750

    Perception debounce, in ms (the host's SceneDelta debounce).

    ElementCount: number = 0

    Current element count on the board.

    LastDeltaLabel: string = '—'

    Friendly age of the last emitted delta ("2 s ago" / "—").

    TintedHtml: string = ''

    HTML-escaped JSON wrapped in token-tint spans (keys/strings/numbers/comments).

    Accessors