json-joy
    Preparing search index...

    Interface OperationSplit

    interface OperationSplit {
        op: "split";
        path: string | Path;
        pos: number;
        props?: object;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "split"
    path: string | Path
    pos: number
    props?: object