QR Code

Overview

The QR Code component is a UI element that generates and displays a QR code based on provided data. The QR code is scannable and includes features for downloading the QR code image. The component also supports color customization.

Properties

Name
Type
Description

name

string

Component name

Methods

Name
Parameters
Returns
Description

setValue

value: string

void

Set component value setting

download

void

Download the QR code

Triggers

Name
Description

On Init

Triggered when the component is initialized

On Click

Triggered when the component is clicked

Last updated

Was this helpful?