mobx-bonsai
    Preparing search index...

    Type Alias UndoStore

    UndoStore: TNode<
        typeof undoStoreTypeKey,
        { redoEvents: UndoEvent[]; undoEvents: UndoEvent[] },
    >

    UndoStore holds the undo and redo event queues. Simple observable data structure - all manipulation is handled by UndoManager.