Interface OperationSplit

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

Hierarchy (view full)

Properties

Properties

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