(e3)
| 6058 | this._core.attachCustomKeyEventHandler(e3); |
| 6059 | } |
| 6060 | attachCustomWheelEventHandler(e3) { |
| 6061 | this._core.attachCustomWheelEventHandler(e3); |
| 6062 | } |
| 6063 | registerLinkProvider(e3) { |
| 6064 | return this._core.registerLinkProvider(e3); |
| 6065 | } |
nothing calls this directly
no test coverage detected