Interface OperationStrDel2

interface OperationStrDel2 {
    len: number;
    op: "str_del";
    path: string | Path;
    pos: number;
}

Hierarchy (view full)

Properties

Properties

len: number
op: "str_del"
path: string | Path
pos: number