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

string

Symbol expression

Symbol 1:

Available from 1.8