Typography
Typography is a component that displays text strings.
Property
| No | Item | Input Value | Default Value | Action Property | Type | Action Default Value | Description |
|---|---|---|---|---|---|---|---|
| 1 | ID | String | Auto-generated | id | string | Auto-generated | The [id] property cannot be set by actions. |
| 2 | Width | String | 222 | width | string | 222 | Component width |
| 3 | Height | String | 40 | height | string | 40 | Component height |
| 4 | X | String | x | string | X coordinate position | ||
| 5 | Y | String | y | string | Y coordinate position | ||
| 6 | Lock | Boolean | OFF | lock | boolean | false | When ON, the component stays fixed even when the screen is scrolled. When OFF, the component moves along with the screen scroll. Added in v4.1.0. |
| 7 | Color | String Color Picker | color | string | Text color | ||
| 8 | Font Size | Number | 16 | fontSize | number | 16 | Font size |
| 9 | Horizontal Alignment | Selection 1. Left 2. Center 3. Right | Left | horizontalAlignment | string | left | Horizontal alignment |
| 10 | Vertical Alignment | Selection 1. Top 2. Center 3. Bottom | Top | verticalAlignment | string | top | Vertical alignment |
| 11 | Bold | Boolean | OFF | bold | boolean | false | Bold text setting |
| 12 | Underline | Boolean | OFF | underline | boolean | false | Underline setting |
| 13 | Italic | Boolean | OFF | italic | boolean | false | Italic text setting |
| 14 | Strikethrough | Boolean | OFF | strikethrough | boolean | false | Strikethrough setting |
| 15 | Visibility | Boolean | ON | visibility | boolean | true | Component show/hide |
| 16 | Value | String | value | string | Text to display |
Event
None