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 | Path to property |
Available from 1.8 |