json-joy
    Preparing search index...

    Interface OperationDefined

    Tests is the target value exists in the document, fails otherwise.

    interface OperationDefined {
        op: "defined";
        path: string | Path;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "defined"
    path: string | Path