Event
[ Interface ]
interface Event extends EventContext {
name: string;
destroy: TcHmi.DestroyFunction
}This interface extends TcHmi.EventContext
Properties
Name | Type | Description |
|---|---|---|
name | Name of the event | |
destroy | Deregisters the event and releases all associated resources when called. |
![]() | Available from 1.8 |
