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

string

Symbol-Ausdruck

Symbol 1:

Verfügbar ab Version 1.8