Member Junction
    Preparing search index...

    Interface WhiteboardContentChangedEventArgs

    AFTER-event args for WhiteboardState.ContentChanged$ — the content has applied.

    interface WhiteboardContentChangedEventArgs {
        Author: WhiteboardAuthor;
        Item: WhiteboardItem;
        Patch: WhiteboardItemPatch;
    }
    Index

    Properties

    Properties

    Who changed the content.

    The item in its post-mutation state.

    The patch that was applied.