* Hides or shows the loading indicator. * @param {boolean} state * @param {boolean=} force * @public @final
(state, force = false)
| 802 | * @public @final |
| 803 | */ |
| 804 | toggleLoading(state, force = false) { |
| 805 | this.element.toggleLoading(state, force); |
| 806 | } |
| 807 | |
| 808 | /** |
| 809 | * Returns an optional overflow element for this custom element. |
no outgoing calls
no test coverage detected