json-joy
    Preparing search index...

    Interface OperationStrDel

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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