UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 370 B
import { EventAction } from '@botonic/core'; import { DebugEventConfig } from '../types'; export interface WebviewActionTriggeredDebugEvent { action: EventAction.WebviewActionTriggered; webview_target_id: string; webview_name: string; } export declare const getWebviewActionTriggeredEventConfig: (data: WebviewActionTriggeredDebugEvent) => DebugEventConfig;