EventProperty

[ Interface ]

interface EventProperty {
    name: string;
    format?: TcHmi.IFunction<string>;
}

Properties

Name

Type

Description

name

string

The name of the event property

format

TcHmi.IFunction<string>

The format of the event property

EventProperty 1:

Available from version 1.12