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 | Color | String Color Picker | color | string | Text color | ||
| 7 | Font Size | Number | 16 | fontSize | number | 16 | Font size |
| 8 | Horizontal Alignment | Selection 1. Left 2. Center 3. Right | Left | horizontalAlignment | string | left | Horizontal alignment |
| 9 | Vertical Alignment | Selection 1. Top 2. Center 3. Bottom | Top | verticalAlignment | string | top | Vertical alignment |
| 10 | Bold | Boolean | OFF | bold | boolean | false | Bold text setting |
| 11 | Underline | Boolean | OFF | underline | boolean | false | Underline setting |
| 12 | Italic | Boolean | OFF | italic | boolean | false | Italic text setting |
| 13 | Strikethrough | Boolean | OFF | strikethrough | boolean | false | Strikethrough setting |
| 14 | Visibility | Boolean | ON | visibility | boolean | true | Component show/hide |
| 15 | Value | String | value | string | Text to display |
Event
None