json-joy
    Preparing search index...

    Interface OperationFlip

    Flips boolean value to the opposite one.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "flip"
    path: string | Path