Member Junction
    Preparing search index...

    Operator metadata for display in the UI

    interface OperatorInfo {
        label: string;
        requiresValue: boolean;
        value: FilterOperator;
    }
    Index

    Properties

    label: string

    Display label shown in dropdown

    requiresValue: boolean

    Whether this operator requires a value input (false for isnull, isnotnull)

    The operator value