FunctionExpressionContext
[ Interface ]
interface FunctionExpressionContext<T1 = any> extends Context<T1> {
delegatedWatch?: boolean;
destroy?: DestroyFunction;
}Inherits from TcHmi.Context.
Properties
Name | Type | Description |
|---|---|---|
delegatedWatch | Determines whether the caller expects the called context to monitor symbol references itself and report changes via the success function. | |
destroy | Function that the called context can inject into the context object. It is called by the context caller when the context needs to be destroyed. |
![]() | Available from version 1.12 |
