Interface IQrUrlBarcodeContent
A structure defining the content of URL QR codes.
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. |