@coveo/headless-react
    Preparing search index...

    Interface FieldExistsExpression

    interface FieldExistsExpression {
        field: string;
        negate?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    field: string

    The field that should be defined on all matching items.

    negate?: boolean

    If true, the inverse expression will be created.