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

    Type Alias DownloadFileRequest

    Request parameters for downloading a file through JSBridge.

    type DownloadFileRequest = {
        fileName: string;
        fileUrl: string;
    }
    Index

    Properties

    Properties

    fileName: string

    Target file name used for the downloaded file (for example, "report.pdf").

    fileUrl: string

    Source file URL to download (for example, "https://example.com/report.pdf").