Skip to content

PropertyRenderContext.onChange method

PropertyRenderContext › onChange

Unofficial

Callback called on property value change.

Signature:

onChange(value: unknown): void

Parameters:

Parameter Type Description
value unknown The new property value.

Returns: void