1.5.57 TextElement

The TextElement shows a label (a one line text string) with a chosable font / color.

Data Model (extends ScreenElement)

Key Type Value
type String Always "TextElement".
xpos Number see ScreenElement
ypos Number see ScreenElement
width Number see ScreenElement
height Number see ScreenElement
label String The text to be drawn
font String The font to be used
color String The color used for the label (#RRGGBB)