Member Junction
    Preparing search index...

    Grouped search results by source type

    interface SearchResultGroup {
        Icon: string;
        Label: string;
        Results: SearchResultItem[];
        SourceType: string;
        TotalCount: number;
    }
    Index

    Properties

    Icon: string

    Font Awesome icon class

    Label: string

    The source type label

    Results: SearchResultItem[]

    Results in this group

    SourceType: string

    The source type key

    TotalCount: number

    Total count for this source (may exceed Results.length if paginated)