Skip to content

qr

The qr action will render a QR code based on the given configuration.

actionValues
qrData The generated QR Codes can contain any content, for example deepLinks or an url.

With url

{
    "label": "QR-Code",
    "icon": "icon-barcode",
    "action": "qr",
    "actionValues": [
        {
            "qrData": "https://google.de"
        }
    ]
}
{
    "label": "QR-Code",
    "icon": "icon-barcode",
    "action": "qr",
    "actionValues": [
        {
            "qrData": "insightmobile://details:${object.path}"
        }
    ]
}