The QR Code component for Retool Apps
A content area to display a QR code.
For more information about this component, refer to the Embedded media guide.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
heightType
Whether the height automatically adjusts to fit content or is a fixed size.
Type | string | ||||||
Format | Plain Text | ||||||
Mutability |
| ||||||
Allowed Values |
| ||||||
Default |
|
hidden
Whether this object is hidden from view.
Type | boolean | ||||||
Format | True/False | ||||||
Mutability |
| ||||||
Default |
|
Examples
horizontalAlign
The horizontal alignment of the contents.
Type | string | ||||||||
Format | Plain Text | ||||||||
Mutability |
| ||||||||
Allowed Values |
| ||||||||
Default |
|
id
The unique identifier (name).
Type | string | ||||
Format | Plain Text | ||||
Mutability |
| ||||
Default |
|
Examples
value
The current or default value.
Type | string | ||||||
Format | Plain Text | ||||||
Mutability |
| ||||||
Default |
|
Examples
Methods
JavaScript API methods for this object. You can write JavaScript almost anywhere in Retool and use methods to manipulate data and property values.
qrCode.resetValue()
Examples
qrCode.scrollIntoView()
Scrolls the canvas or parent container so that the selected component appears in the visible area.
qrCode.scrollIntoView(options)
Parameters
Examples
qrCode.setHidden()
Set the hidden
value to toggle whether the component is visible. Defaults to true
without a parameter.
qrCode.setHidden(hidden)
Parameters
Examples
qrCode.setValue(id, pluginType, global, isHiddenOnDesktop, isHiddenOnMobile, style, maintainSpaceWhenHidden, showInEditor, margin, value)
Parameters
Examples
Events
Events triggered by user interactions. Use event handlers to trigger queries or other actions in response to events.