mobx-keystone

    Interface PatchReplaceOperation<T>

    interface PatchReplaceOperation<T> {
        op: "replace";
        path: Path;
        value: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    op: "replace"
    path: Path
    value: T
    MMNEPVFCICPMFPCPTTAAATR