Coveo FieldSuggestions Component (CoveoFieldSuggestions)

Index

Methods

debugInfo

  • debugInfo(): any

disable

  • disable(): void

enable

  • enable(): void

getBindings

selectSuggestion

  • selectSuggestion(suggestion: any): void

Static get

  • get(element: HTMLElement, componentClass?: any, noThrow?: boolean): BaseComponent

Properties

bind

componentOptionsModel

componentOptionsModel: ComponentOptionsModel

componentStateModel

componentStateModel: ComponentStateModel

disabled

disabled: boolean

logger

logger: Logger

queryController

queryController: QueryController

queryStateModel

queryStateModel: QueryStateModel

root

root: HTMLElement

searchInterface

searchInterface: SearchInterface

Static ID

ID: string

Accessors

usageAnalytics

usageAnalytics:

Component Options

field

Markup configuration example(s) :
data-field='@foo'

headerTitle

headerTitle: string
Markup configuration example(s) :
data-header-title='foo'

numberOfSuggestions

numberOfSuggestions: number
Markup configuration example(s) :
data-number-of-suggestions='10'

omniboxZIndex

omniboxZIndex: number
Markup configuration example(s) :
data-omnibox-z-index='10'

onSelect

onSelect: ISuggestionForOmniboxOptionsOnSelect

queryOverride

queryOverride: string
Markup configuration example(s) :
data-query-override='foo'

Constructors

constructor