|
docs
Community
Feedback
News
Guides
Searching With Coveo
Project Guide
Services
API Reference
JavaScript Search Framework
Headless
Push API
Field API
Search API
Usage Analytics API
Other APIs
Extensions
Coveo for Commerce
Coveo for Salesforce
Coveo for ServiceNow
Coveo for Sitecore
Filter
Inherited
Globals
Pipeline
Context
debug
Info
disable
enable
get
Bindings
get
Context
get
Context
Keys
get
Context
Value
set
Context
set
Context
Value
get
bind
component
Options
Model
component
State
Model
disabled
logger
query
Controller
query
State
Model
root
search
Interface
ID
usage
Analytics
constructor
Globals
PipelineContext
Coveo PipelineContext Component (CoveoPipelineContext)
Index
Methods
debug
Info
disable
enable
get
Bindings
get
Context
get
Context
Keys
get
Context
Value
set
Context
set
Context
Value
get
Properties
bind
component
Options
Model
component
State
Model
disabled
logger
query
Controller
query
State
Model
root
search
Interface
ID
Accessors
usage
Analytics
Constructors
constructor
Methods
debug
Info
debug
Info
(
)
:
any
Returns
any
disable
disable
(
)
:
void
Returns
void
enable
enable
(
)
:
void
Returns
void
get
Bindings
get
Bindings
(
)
:
IComponentBindings
Returns
IComponentBindings
get
Context
get
Context
(
)
:
Context
Returns
Context
get
Context
Keys
get
Context
Keys
(
)
:
string[]
Returns
string[]
get
Context
Value
get
Context
Value
(
key
:
string
)
:
string
|
string[]
Parameters
key:
string
Returns
string
|
string[]
set
Context
set
Context
(
newContext
:
string
|
Context
)
:
void
Parameters
newContext:
string
|
Context
Returns
void
set
Context
Value
set
Context
Value
(
contextKey
:
string
, contextValue
:
string
|
string[]
)
:
void
Parameters
contextKey:
string
contextValue:
string
|
string[]
Returns
void
Static
get
get
(
element
:
HTMLElement
, componentClass
?:
any
, noThrow
?:
boolean
)
:
BaseComponent
Parameters
element:
HTMLElement
Optional
componentClass:
any
Optional
noThrow:
boolean
Returns
BaseComponent
Properties
bind
bind
:
ComponentEvents
component
Options
Model
component
Options
Model
:
ComponentOptionsModel
component
State
Model
component
State
Model
:
ComponentStateModel
disabled
disabled
:
boolean
logger
logger
:
Logger
query
Controller
query
Controller
:
QueryController
query
State
Model
query
State
Model
:
QueryStateModel
root
root
:
HTMLElement
search
Interface
search
Interface
:
SearchInterface
Static
ID
ID
:
string
Accessors
usage
Analytics
usage
Analytics
:
Constructors
constructor
new
Pipeline
Context
(
element
:
HTMLElement
, type
:
string
, bindings
?:
IComponentBindings
)
:
PipelineContext
Parameters
element:
HTMLElement
type:
string
Default value
bindings:
IComponentBindings
= {}
Returns
PipelineContext
Implements
IPipelineContextProvider