Interface OperationMerge

interface OperationMerge {
    op: "merge";
    path: string | Path;
    pos: number;
    props?: object;
}

Hierarchy (view full)

Properties

Properties

op: "merge"
path: string | Path
pos: number
props?: object