@internal
()
| 351 | |
| 352 | /** @internal */ |
| 353 | protected _removeHandlers(): DDResizable { |
| 354 | this.handlers.forEach(handle => handle.destroy()); |
| 355 | delete this.handlers; |
| 356 | return this; |
| 357 | } |
| 358 | |
| 359 | /** @internal */ |
| 360 | protected _ui = (): DDUIData => { |
no test coverage detected