Member Junction
    Preparing search index...

    Interface WhiteboardWidgetInteractionEvent

    One accepted ambient-interaction batch, surfaced by the board/host WidgetInteraction output. Summary is the compact human line built by SummarizeWidgetInteractions — what integration layers forward to their agent runtime.

    interface WhiteboardWidgetInteractionEvent {
        ItemID: string;
        Summary: string;
        Title: string;
    }
    Index

    Properties

    Properties

    ItemID: string

    The widget's board item ID (e.g. html-2).

    Summary: string

    Compact human summary of the batch (≤WHITEBOARD_INTERACTION_SUMMARY_MAX_CHARS chars).

    Title: string

    The widget's header title ('' when untitled — consumers fall back to ItemID).