API Reference

ChangeHook

ChangeHook is an optional callback on IExpression that receives the changed expression and previous value.

Description

Called after an expression value changes. Use it for local side effects tied to one expression instance.

Parameters

oldValueunknown

Value before the update.

Return type

void