mobx-bonsai
    Preparing search index...

    Interface UndoableChangeBase

    Base interface for all undoable changes. Contains the path from the tracked root to the changed node.

    interface UndoableChangeBase {
        path: readonly string[];
    }
    Index

    Properties

    Properties

    path: readonly string[]