(e3)
| 6055 | this._core.open(e3); |
| 6056 | } |
| 6057 | attachCustomKeyEventHandler(e3) { |
| 6058 | this._core.attachCustomKeyEventHandler(e3); |
| 6059 | } |
| 6060 | attachCustomWheelEventHandler(e3) { |
| 6061 | this._core.attachCustomWheelEventHandler(e3); |
| 6062 | } |
nothing calls this directly
no test coverage detected