Interface OperationStrDel

interface OperationStrDel {
    len?: number;
    op: "str_del";
    path: string | Path;
    pos: number;
    str?: string;
}

Hierarchy (view full)

Properties

Properties

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