Skip to content

AbstractTextComponent.changeCallback method

AbstractTextComponent › changeCallback

Unofficial

The function that's called after changing the value of the component.

Signature:

changeCallback(value: string): void

Parameters:

Parameter Type Description
value string

Returns: void

Remarks:

Using AbstractTextComponent.onChange(callback) assigns the callback to this method.