DropdownComponent.changeCallback method
DropdownComponent › changeCallback
Unofficial
The function that's called after changing the value of the component.Signature:
changeCallback(value: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| value | string |
Returns: void
Remarks:
UsingDropdownComponent.onChange(callback) assigns the callback to this method.