FunctionExpression

[ Interface ]

export interface FunctionExpression {
    objectType: 'FunctionExpression';
    functionExpression: string;
}

This interface implements the TcHmi.IFunction.Value interface.

Properties

Name

Type

Description

objectType

'FunctionExpression'

Fixed string

FunctionExpression

string

Function expression

FunctionExpression 1:

Available from 1.8