@samply/lens
    Preparing search index...

    Type Alias Criteria

    A criterion that can be selected in a single-select or autocomplete catalogue item.

    type Criteria = {
        aggregatedValue?: AggregatedValue[][];
        description?: string;
        key: string;
        name: string;
        subgroup?: Criteria[];
        visible?: boolean;
    }
    Index

    Properties

    aggregatedValue?: AggregatedValue[][]
    description?: string

    Optional description that is shown next to the display name during autocompletion

    key: string

    A key that uniquely identifies the criterion

    name: string

    The criterion's user-facing display name

    subgroup?: Criteria[]
    visible?: boolean