Member Junction
    Preparing search index...

    Interface WhiteboardBoardLoadedEventArgs

    AFTER-event args for WhiteboardState.BoardLoaded$ — a persisted board was rehydrated IN PLACE via WhiteboardState.LoadFromJSON. Undo/redo stacks and the journal were reset (the restored state is the new baseline) and one 'replace' op was journaled, so perception consumers re-read the full scene.

    interface WhiteboardBoardLoadedEventArgs {
        ItemCount: number;
    }
    Index

    Properties

    Properties

    ItemCount: number

    How many items the restored board contains (summed across ALL pages).