Interface InsightSearchAnalyticsActionCreators
interface InsightSearchAnalyticsActionCreators { logContextChanged(caseId: string,
caseNumber: string): InsightAction; logExpandToFullUI(caseId: string,
caseNumber: string,
fullSearchComponentName: string,
triggeredBy: string): InsightAction; } Methods
logContextChanged
- logContextChanged(caseId, caseNumber): InsightAction
Parameters
- caseId: string
- caseNumber: string
Returns InsightAction
A dispatchable action.
logExpandToFullUI
- logExpandToFullUI(caseId, caseNumber, fullSearchComponentName, triggeredBy): InsightAction
Parameters
- caseId: string
- caseNumber: string
- fullSearchComponentName: string
- triggeredBy: string
Returns InsightAction
A dispatchable action.
The Insight Search analytics action creators.