Member Junction
    Preparing search index...

    One accepted widget submission, surfaced by the board/host WidgetSubmitted output.

    interface WhiteboardWidgetSubmitEvent {
        DataJson: string;
        ItemID: string;
        Title: string;
    }
    Index

    Properties

    Properties

    DataJson: string

    The submitted payload, JSON-serialized (capped at WHITEBOARD_WIDGET_SUBMIT_MAX_CHARS).

    ItemID: string

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

    Title: string

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