generateQRCode
Last updated
Last updated
Creates an image for a type of matrix barcode (QR Code).
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
N/A
It is executed after the function completeled generating the matrix barcode (QR Code).
Description | Output Type |
---|---|
Coming Soon.
First we add 2 components to the page:
A button to generate the QR code
imgQR
, an image placeholder for the QR code once generated.
Select the "Generate QR Local" button and add these 2 functions to the event flow:
For generateQRCode
function, the parameters are:
For the setComponentFunction
, we set the "component" value to "imgQR", the image placeholder created in step 1.
For 'value', we add a subflow with the function "objectAttr" like so:
type
Not currently in use by the function.
String/Text
-
-
No
value
The value to be attached to the QR code.
String/Text
-
-
Yes
logo
An image base64 or URL of an image to be appended to the QR Code.
String/Text
-
-
No
extra
The value to be included to the 'callback' as a system value under 'extra'.
Any
-
-
No
Returns the image base64 value.
String/Text