text
Text
¶
Display some static text. Supports "Rich" markup, emojis (Unicode and emoji codes) and ANSI escaped text.
Note
This widget totally ignores refresh_interval: static text does not need to be updated.
| PARAMETER | DESCRIPTION |
|---|---|
text
|
String to be printed
TYPE:
|
ansi
|
Enables "ANSI" escaped text support (emoji codes are not supported in this mode, only Unicode)
TYPE:
|
align
|
Text alignment, "start" and "end" will support RTL layouts in the future.
TYPE:
|
opacity
|
Opacity of the text (0 to 1 o 0% to 100%)
TYPE:
|
overflow
|
Text overflow mode
TYPE:
|
wrap
|
Enable word wrapping
TYPE:
|
style
|
Base style for text
TYPE:
|
**kwargs
|
See BaseModule
TYPE:
|