ixfx
    Preparing search index...

    Type Alias PathDataChange<V>

    PathDataChange: PathData<V> & {
        previous?: V;
        state: "change" | "added" | "removed";
    }

    A change to a value

    Type Parameters

    • V

    Type declaration

    • Optionalprevious?: V

      Previous value, if any

    • state: "change" | "added" | "removed"

      Nature of the change