EventDataObject

[ Interface ]

export interface EventDataObject {
    objectType: 'EventDataObject';
    propertyPath: string;
}

This interface implements the TcHmi.IFunction.Value interface.

Properties

Name

Type

Description

objectType

'EventDataObject'

Fixed string

propertyPath

string

Path to property

EventDataObject 1:

Available from 1.8