* Default handler for onLoad event * Displays loader. Override to customize. * @protected
()
| 64 | * @protected |
| 65 | */ |
| 66 | handleOnLoad() { |
| 67 | this.toggleLoading?.(false); |
| 68 | this.toggleFallback?.(false); |
| 69 | this.togglePlaceholder?.(false); |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Default handler for onLoading event |
no test coverage detected