Member Junction
    Preparing search index...

    Single filter option within a category

    interface SearchFilterOption {
        Count: number;
        Icon?: string;
        IsSelected: boolean;
        Label: string;
        Value: string;
    }
    Index

    Properties

    Count: number

    Count of results matching this option

    Icon?: string

    Font Awesome icon class

    IsSelected: boolean

    Whether this option is currently selected

    Label: string

    Display label

    Value: string

    Value to filter by