Interface ListInsertOp

interface ListInsertOp {
    li: any;
    p: Path;
}

Properties

li p

Properties

li: any
p: Path