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