VerbatimText
[ Schnittstelle ]
interface VerbatimText {
text: string;
format?: TcHmi.IFunction<string>;
}Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
text | Der wörtliche Text. | |
format | Das Format des wörtlichen Textes. |
![]() | Verfügbar ab Version 1.12 |
[ Schnittstelle ]
interface VerbatimText {
text: string;
format?: TcHmi.IFunction<string>;
}Name | Typ | Beschreibung |
|---|---|---|
text | Der wörtliche Text. | |
format | Das Format des wörtlichen Textes. |
![]() | Verfügbar ab Version 1.12 |