FunctionExpressionContext

[ Interface ]

interface FunctionExpressionContext<T1 = any> extends Context<T1> {
    delegatedWatch?: boolean;
    destroy?: DestroyFunction;
}

Inherits from TcHmi.Context.

Properties

Name

Type

Description

delegatedWatch

boolean, undefined

Determines whether the caller expects the called context to monitor symbol references itself and report changes via the success function.

destroy

DestroyFunction, undefined

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.

FunctionExpressionContext 1:

Available from version 1.12