Interface ActionWebviewDataSent

Data was sent from a WebView (user-side action)

interface ActionWebviewDataSent {
    text: string;
    type: "webview_sent";
}

Properties

Properties

text: string

Text of the button that was pressed to open the WebView

type: "webview_sent"