Member Junction
    Preparing search index...

    Interface WhiteboardBoardClearedEventArgs

    AFTER-event args for WhiteboardState.BoardCleared$ — every item was removed in one operation via WhiteboardState.Clear. The clear is a single undo step; one 'replace' op lands in the journal so perception consumers re-read the (now empty) scene.

    interface WhiteboardBoardClearedEventArgs {
        Author: WhiteboardAuthor;
        ItemCount: number;
    }
    Index

    Properties

    Properties

    Who cleared the board.

    ItemCount: number

    How many items were removed (highlights included).