Question
Morgan Stanley
IN
Last activity: 31 Jan 2019 23:04 EST
When is a declare expression triggered exactly?
When is a declare expression triggered exactly?
With when ever input changes: Will the expression be triggered immediately after the inputs property changes or will it wait for some time.
Ex:
I have created a property AProp, with a declare expression with "When ever input changes" with value as "ABC" + .AListener.
Its triggered when a property named AListener changes.
In pyDefault DT i have set the AProp after settting the AListener value.. However, the value of the AProp is that of AListener.
Seems like the expression is triggered after the pyDefault is executed as per tracer