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

    Type Alias ScanQRCodeResult

    Result object containing the scanned QR code data.

    type ScanQRCodeResult = {
        qrCode: string;
    }
    Index

    Properties

    Properties

    qrCode: string

    QR code value returned by the scanner (for example, "https://example.com/payment/123").