Interface OperationFlip

Flips boolean value to the opposite one.

interface OperationFlip {
    op: "flip";
    path: string | Path;
}

Hierarchy (view full)

Properties

Properties

op: "flip"
path: string | Path