Plumile JS API
    Preparing search index...

    Interface UnknownOperatorDiagnostic

    Raised when a field is known but an operator that is not whitelisted on the schema is encountered.

    interface UnknownOperatorDiagnostic {
        detail?: string;
        field: string;
        kind: "UnknownOperator";
        operator: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    detail?: string
    field: string
    kind: "UnknownOperator"
    operator: string