EventContext
[ Interface ]
export interface EventContext extends Context {
name: string;
}This interface extends TcHmi.Context from version 1.10
Properties
Name | Type | Description |
|---|---|---|
name | Name of the event |
![]() | Available from 1.8 |
[ Interface ]
export interface EventContext extends Context {
name: string;
}This interface extends TcHmi.Context from version 1.10
Name | Type | Description |
|---|---|---|
name | Name of the event |
![]() | Available from 1.8 |