...
Field name | Description | ||
---|---|---|---|
Label | A user-friendly name for the variable, used for easy identification within the application. | ||
Name | The unique identifier for the variable, typically used in code or within merge text. | ||
Event Variables | By clicking on the '+' button in noKodr, you can pass values or data through events into another layout.
|
Event Variable Config
...
Field Name | Description | ||
---|---|---|---|
Label | A user-friendly name for the variable, used for easy identification within the application. | ||
Name | The unique identifier for the variable, it typically used in code or within merge text. | ||
Field Type | Specifies the type of data the variable will hold (e.g., text, number, date,etc).
| ||
Default Value | The initial value assigned to the variable, applied if no other value is provided. | ||
Required | Checkbox that determines if the variable must be filled before proceeding. | ||
Is Array | Checkbox that indicates whether the variable can store multiple values (an array) instead of just one. |
...