Member Junction
    Preparing search index...

    Interface WhiteboardContentAppliedEventArgs

    AFTER-event args for the board/host ContentApplied output — the commit applied.

    interface WhiteboardContentAppliedEventArgs {
        Content: string;
        ItemID: string;
        Kind: WhiteboardEditableContentKind;
        Title?: string;
    }
    Index

    Properties

    Content: string

    The content that was applied.

    ItemID: string

    The updated item's ID.

    The updated item's kind.

    Title?: string

    HTML widgets only: the applied header title.