Symbol
[ Interface ]
export interface Symbol {
objectType: 'Symbol';
symbolExpression: string;
}
This interface implements the TcHmi.IFunction.Value interface.
Properties
Name | Type | Description |
---|---|---|
objectType | 'Symbol' | Fixed string |
SymbolExpression | Symbol expression |
Available from 1.8 |