* Hides or shows the fallback, if available. This function must only * be called inside a mutate context. * @param {boolean} state * @public @final
(state)
| 792 | * @public @final |
| 793 | */ |
| 794 | toggleFallback(state) { |
| 795 | this.element.toggleFallback(state); |
| 796 | } |
| 797 | |
| 798 | /** |
| 799 | * Hides or shows the loading indicator. |
no outgoing calls
no test coverage detected