coveo-search-ui-extensions
Version:
Small generic components to extend the functionality of Coveo's Search UI framework.
8 lines (7 loc) • 310 B
TypeScript
import { IAnalyticsActionCause } from 'coveo-search-ui';
export declare const USER_ACTION_EVENT_TYPE = "User Actions";
export declare class UserActionEvents {
static readonly load: IAnalyticsActionCause;
static readonly submit: IAnalyticsActionCause;
static readonly open: IAnalyticsActionCause;
}