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 static value. | |
ValueType | Schema name of the data type |
Available from 1.8 |