Member Junction
    Preparing search index...

    Metadata about a field that can be filtered

    interface FilterFieldInfo {
        displayName: string;
        lookupEntityName?: string;
        name: string;
        type: FilterFieldType;
        valueList?: FilterValueOption[];
    }
    Index

    Properties

    displayName: string

    Display name shown in the UI

    lookupEntityName?: string

    For lookup fields, the entity name to look up records from

    name: string

    The field name (must match entity field name)

    The data type of the field

    valueList?: FilterValueOption[]

    For fields with a fixed set of values, the available options