QRCode
Description
Properties
Events
-
Event handlers
Array
-
No description yet
Specific
-
Text
EXPRESSSION (any)
-
No description yet
-
Error correction
Enum
-
No description yet
-
Data
EXPRESSSION (any)
-
No description yet
-
Visible
EXPRESSSION (any)
-
No description yet
Position and size
-
Resizing
Any
-
No description yet
-
Hide “Widget is outside of its parent” warning
Boolean
-
No description yet
-
Align and distribute
Any
-
Alignment icons and component distribution. Alignment icons appear when two or more components are selected, and distribution icons appear when three or more components are selected.
-
Left
Number
-
X position of the component in relation to the page or parent widget. It is set in pixels.
Hint: when setting the value of this property (as well as the
Top
,Width
andHeight
properties), simple mathematical expressions can be used. When we enter an expression and press enter, the expression will be evaluated and the result set as the value of this property. It is allowed to use+
,-
,*
and/
operators in expressions. Brackets can also be used.Examples of such mathematical expressions:
18 + 36
,50 + 32 * 6
,(100 - 32) / 2
. -
Top
Number
-
Y position of the component in relation to the page or parent widget. It is set in pixels.
-
Width
Number
-
The width of the component. It is set in pixels.
-
Height
Number
-
The height of the component. It is set in pixels.
-
Absolute position
String
-
The absolute position of the component in relation to the page. This property is read-only.
-
Center widget
Any
-
Icons for horizontal and vertical centering of widgets within a page or parent widget.
Style
-
Default style
Object
-
No description yet
-
Style ui
Any
-
No description yet
Other
-
Locked
Boolean
-
No description yet
-
Hidden in editor
Boolean
-
No description yet
-
Timeline
Array
-
No description yet
Timeline keyframe
-
Timeline ui
Any
-
No description yet
Flow
-
Inputs
Array
-
Additional component inputs that the user can add as desired in order to use them to receive additional data needed when evaluating expressions in properties. Each input is given a name and type. Name is used when referencing an input within an expression. A type is used to project Check to check whether a data line that transmits data of that type is connected to the input or not.
-
Outputs
Array
-
Additional component outputs that the user can add to send data through. Each output is assigned a name and type. An example of using this output is e.g. in the Loop component, where we can put the output name for the
Variable
property instead of e.g. variable name. In that case, the Loop component will not change the content of the variable in each step, but will send the current value through that output. -
Catch error
Boolean
-
If this checkbox is enabled then an
@Error
output will be added to the component and if an error occurs in this component during the execution of the Flow, the Flow will continue through that output. The data that will be passed through that output is the textual description of the error.