StaticValue

[ Interface ]

export interface StaticValue {
    objectType: 'StaticValue';
    value: any;
    valueType: string;
}

This interface implements the TcHmi.IFunction.Value interface.

Properties

Name

Type

Description

objectType

'StaticValue'

Fixed string

value

any

Any static value.

ValueType

string

Schema name of the data type

StaticValue 1:

Available from 1.8