File

libs/facet-search/src/lib/facet-search-model.ts

Index

Properties

Properties

count
count: number
Type : number
label
label: string
Type : string
selected
selected: boolean
Type : boolean
export enum ParameterFacetType {
    category = 'category',
    phenomenon = 'phenomenon',
    procedure = 'procedure',
    feature = 'feature',
    offering = 'offering'
}

export enum ParameterFacetSort {
    none = 'none',
    ascAlphabet = 'ascAlphabet',
    descAlphabet = 'descAlphabet',
    ascCount = 'ascCount',
    descCount = 'descCount',
}

export interface FacetParameter {
    label: string;
    count: number;
    selected: boolean;
}

result-matching ""

    No results matching ""