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

    Type Alias ScanQRCodeResult

    Result object containing the scanned QR code data.

    { qrCode: 'https://example.com/payment/123' }
    
    type ScanQRCodeResult = {
        qrCode: string;
    }
    Index

    Properties

    Properties

    qrCode: string

    The raw string content decoded from the scanned QR code.