Preparing search index...
The search index is not available
@coveo/headless
@coveo/headless
Insight
UserAction
Interface UserAction
interface
UserAction
{
actionType
:
UserActionType
;
cause
?:
string
;
document
?:
{
clickUri
?:
string
;
contentIdKey
?:
string
;
contentIdValue
?:
string
;
title
:
string
;
uriHash
?:
string
;
}
;
eventData
?:
{
type
?:
string
;
value
?:
string
}
;
query
?:
string
;
searchHub
?:
string
;
timestamp
:
number
;
}
Index
Properties
action
Type
cause?
document?
event
Data?
query?
search
Hub?
timestamp
Properties
action
Type
actionType
:
UserActionType
Optional
cause
cause
?:
string
Optional
document
document
?:
{
clickUri
?:
string
;
contentIdKey
?:
string
;
contentIdValue
?:
string
;
title
:
string
;
uriHash
?:
string
;
}
Optional
event
Data
eventData
?:
{
type
?:
string
;
value
?:
string
}
Optional
query
query
?:
string
Optional
search
Hub
searchHub
?:
string
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Type
cause
document
event
Data
query
search
Hub
timestamp
@coveo/headless
Loading...