Interface ReplaceAllPatch

interface ReplaceAllPatch {
    op: "replaceAll";
    value: readonly Row[];
}

Properties

Properties

op
value: readonly Row[]