Documentation - v0.27.1
    Preparing search index...

    Interface ActionWebviewDataSent

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

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

    Properties

    Properties

    text: string

    Text of the button that was pressed to open the WebView

    type: "webview_sent"