* Destroy this drag & drop implementation and clean up resources. * Removes all event handlers and clears internal state.
()
| 68 | * Removes all event handlers and clears internal state. |
| 69 | */ |
| 70 | public destroy(): void { |
| 71 | delete this._eventRegister; |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Trigger a registered event callback if one exists and the implementation is enabled. |
nothing calls this directly
no outgoing calls
no test coverage detected