Interface ReplaceAtPatch

interface ReplaceAtPatch {
    index: number;
    op: "replaceAt";
    value: Row;
}

Properties

Properties

index: number
op
value: Row