mobx-keystone

    Interface PatchAddOperation<T>

    interface PatchAddOperation<T> {
        op: "add";
        path: Path;
        value: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

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