Back to Website
Show / Hide Table of Contents

Interface IQrUrlBarcodeContent

A structure defining the content of URL QR codes.

Inheritance
IEmptyBarcodeContent<TBarcodeFormat, TBarcodeSubType>
IQrUrlBarcodeContent
Package: @aurigma/design-atoms-interfaces
Examples
{
   "defaultItemsConfig": {
       "barcode": {
           "barcodeContent": {
                "barcodeFormat": "QrUrl",
                "url": "example.com"
           }
       }
   }
}

Properties

url

A URL encoded into the QR code.

Declaration
url?: string;
Property Value
Type Description
string

A URL encoded into the QR code.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback