@botonic/plugin-hubtype-analytics
Version:
Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord
14 lines (13 loc) • 475 B
TypeScript
import { EventConditionalCustom, RequestData } from '../types';
import { HtEvent } from './ht-event';
export declare class HtEventConditionalCustom extends HtEvent {
flow_thread_id: string;
flow_id: string;
flow_name: string;
flow_node_id: string;
flow_node_content_id: string;
flow_node_is_meaningful: boolean;
conditional_variable: string;
variable_format: string;
constructor(event: EventConditionalCustom, requestData: RequestData);
}