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