VerbatimText

[ Interface ]

interface VerbatimText {
    text: string;
    format?: TcHmi.IFunction<string>;
}

Properties

Name

Type

Description

text

string

The literal text.

format

TcHmi.IFunction<string>

The format of the literal text.

VerbatimText 1:

Available from version 1.12