Skip to content

BindOptions.onChanged method

BindOptions › onChanged

A callback function that is called when the value of the component changes.

Signature:

onChanged(newValue: ReadonlyDeep<T>, oldValue: ReadonlyDeep<T>): Promisable<void>

Parameters:

ParameterTypeDescription
newValueReadonlyDeep<T>
oldValueReadonlyDeep<T>

Returns: Promisable<void>