UNPKG

@botonic/plugin-hubtype-analytics

Version:

Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord

16 lines (15 loc) 511 B
import { EventCaptureUserInput, RequestData } from '../types'; import { HtEvent } from './ht-event'; export declare class HtEventCaptureUserInput extends HtEvent { flow_id: string; flow_name: string; flow_node_id: string; flow_node_content_id: string; flow_thread_id: string; flow_node_is_meaningful: boolean; field_name: string; user_input: string; capture_success: boolean; message_id: string; constructor(event: EventCaptureUserInput, requestData: RequestData); }