@resistdesign/voltra
    Preparing search index...

    Type Alias CustomFieldCriterion

    CustomFieldCriterion: FieldCriterionBase & {
        customOperator: string;
        operator?: never;
        value?: any;
        valueOptions?: any[];
    }

    Escape hatch for backend-specific operators whose operand shape is not known to Voltra.

    Type Declaration

    • customOperator: string

      Custom operator label when using backend-specific operators.

    • Optionaloperator?: never
    • Optionalvalue?: any
    • OptionalvalueOptions?: any[]