@grabjs/superapp-sdk
    Preparing search index...

    Type Alias RedirectToSystemWebViewRequest

    Request parameters for redirecting to the system web view.

    {
    url: 'https://www.example.com'
    }
    type RedirectToSystemWebViewRequest = {
        url: string;
    }
    Index

    Properties

    Properties

    url: string

    The URL to open in the system web view.