Symbol
[ Schnittstelle ]
export interface Symbol {
objectType: 'Symbol';
symbolExpression: string;
}
Diese Schnittstelle implementiert die Schnittstelle TcHmi.IFunction.Value.
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
objectType | 'Symbol' | Festgelegter String |
symbolExpression | Symbol-Ausdruck |
Verfügbar ab Version 1.8 |