Element | Default Event | Records | Data Type | Max/Min |
---|---|---|---|---|
Button | button1 | "On" or "Off" | Boolean value | "Off"/"On" |
Text Input | text_input1 | Text within "placeholder" | string | N/A |
Label | label1 | Text within "text" | string | N/A |
Dropdown Menu | "on change" | Text within "options" | string | N/A |
Radio Button | radio_button1 | "On" or "Off" | Boolean value | "Off"/"On" |
Check Box | checkbox1 | "Checked" or "Unchecked" | Boolean value | "Unchecked"/"Checked" |
Image | image1 | Image url | string | N/A |
Canvas | canvas1 | N/A | string | N/A |
Screen | screen1 | Background color and image url | string | N/A |
Text Area | text_area1 | Text within "text" | string | N/A |
Chart | chart1 | N/A | string | N/A |
Slider | slider1 | Value of "value" | number | "Min" value/"Max" value |
Question Answers: