Interface OperationDefined

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

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

Hierarchy (view full)

Properties

Properties

op: "defined"
path: string | Path