Skip to main content

QR (QR) Widget Control

This page lists the Widget Control (Property · Method · Event) to reference when controlling the QR widget from a script. To learn what the widget is and how to use it, visit QR.

info

The qrID in the examples below is the name (ID) you assigned to the QR widget on the canvas. In a script, access members as widgetID.member.

Property

info

Not applicable — the QR widget has no script-specific Property. From a script, read and write values with the common Widget Control below (getProperty / setProperty).

Method

info

Not applicable — the QR widget has no dedicated Method. Use the common Widget Control below.

Event

info

Not applicable — the QR widget has no dedicated Event.

Common Widget Control (all widgets)

note

Every widget supports name-based common Widget Control (Method) such as setProperty(name, value) / getProperty(name) / setStyleProperty(styleName, styleProperty, value). For example: qrID.setProperty("value", "https://edencrew.com"). getProperty(name) returns the current value of that property, while setProperty and setStyleProperty only set a value and return nothing. See the common reference doc (to be written).