Coveo Icon Component (CoveoIcon)

Index

Methods

debugInfo

  • debugInfo(): any

disable

  • disable(): void

enable

  • enable(): void

getBindings

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[]

labelValue

labelValue: string
Markup configuration example(s) :
data-label-value='foo'

small

small: boolean
Markup configuration example(s) :
data-small='true'
data-small='false'

value

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

withLabel

withLabel: boolean
Markup configuration example(s) :
data-with-label='true'
data-with-label='false'

Constructors

constructor