Coveo PipelineContext Component (CoveoPipelineContext)

Index

Methods

debugInfo

  • debugInfo(): any

disable

  • disable(): void

enable

  • enable(): void

getBindings

getContext

getContextKeys

  • getContextKeys(): string[]

getContextValue

  • getContextValue(key: string): string | string[]

setContext

  • setContext(newContext: string | Context): void

setContextValue

  • setContextValue(contextKey: string, contextValue: string | string[]): 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:

Constructors

constructor

Implements

  • IPipelineContextProvider