POLAR reference
    Preparing search index...
    interface GroupProperties {
        label: string;
        hint?: string;
        limitResults?: number;
        resultDisplayMode?: "mixed" | "categorized";
    }
    Index

    Properties

    label: string

    Display label for group selection. Can be a locale key.

    hint?: string

    Hint that is displayed below the input field if no other plugin-state-based hint is to be displayed. Can be a locale key.

    limitResults?: number

    If set, only the first n results (per category in categorized) are displayed initially. All further results can be opened via UI.

    resultDisplayMode?: "mixed" | "categorized"

    In 'mixed', results of all requested services are offered in a list in no specific order. In 'categorized', the results are listed by their searchService's categoryId.

    'mixed'