VerbatimText
[ Interface ]
interface VerbatimText {
text: string;
format?: TcHmi.IFunction<string>;
}Properties
Name | Type | Description |
|---|---|---|
text | The literal text. | |
format | The format of the literal text. |
![]() | Available from version 1.12 |
[ Interface ]
interface VerbatimText {
text: string;
format?: TcHmi.IFunction<string>;
}Name | Type | Description |
|---|---|---|
text | The literal text. | |
format | The format of the literal text. |
![]() | Available from version 1.12 |