Event

[ Interface ]

interface Event extends EventContext {
    name: string;
    destroy: TcHmi.DestroyFunction
}

This interface extends TcHmi.EventContext

Properties

Name

Type

Description

name

string

Name of the event

destroy

TcHmi.DestroyFunction

Deregisters the event and releases all associated resources when called.

Event 1:

Available from 1.8