ButtonComponent.setLoading method
ButtonComponent › setLoading
Unofficial
Toggles the button's loading state.Signature:
setLoading(loading: boolean): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| loading | boolean | Whether the button is loading. |
Returns: this — The button component.