Coveo FieldValue Component (CoveoFieldValue)

Index

Methods

debugInfo

  • debugInfo(): any

disable

  • disable(): void

enable

  • enable(): void

getBindings

getValue

  • getValue(): any

renderOneValue

  • renderOneValue(value: string): HTMLElement

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

conditions

conditions: IFieldConditionOption[]

displaySeparator

displaySeparator: string
Markup configuration example(s) :
data-display-separator='foo'

facet

facet: string
Markup configuration example(s) :
data-facet='foo'

field

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

helper

helper: string
Markup configuration example(s) :
data-helper='foo'

helperOptions

helperOptions: any

htmlValue

htmlValue: boolean
Markup configuration example(s) :
data-html-value='true'
data-html-value='false'

separator

separator: string
Markup configuration example(s) :
data-separator='foo'

splitValues

splitValues: boolean
Markup configuration example(s) :
data-split-values='true'
data-split-values='false'

textCaption

textCaption: string
Markup configuration example(s) :
data-text-caption='foo'

Constructors

constructor