EventProperty
[ Interface ]
interface EventProperty {
name: string;
format?: TcHmi.IFunction<string>;
}Properties
Name | Type | Description |
|---|---|---|
name | The name of the event property | |
format | The format of the event property |
![]() | Available from version 1.12 |
[ Interface ]
interface EventProperty {
name: string;
format?: TcHmi.IFunction<string>;
}Name | Type | Description |
|---|---|---|
name | The name of the event property | |
format | The format of the event property |
![]() | Available from version 1.12 |