interface SearchEngineOptions {
    hint?: string;
    label?: string;
    searchService?: any;
}

Properties

hint?: string

Texte d'aide / placeholder.

label?: string

Libellé associé à l'input.

searchService?: any

Configuration du service de recherche.