Returns the DOM node that represents the editor, and controls its size. Remove this from your tree to delete an editor instance.
()
| 324 | |
| 325 | /** Returns the DOM node that represents the editor, and controls its size. Remove this from your tree to delete an editor instance. */ |
| 326 | getWrapperElement(): HTMLElement; |
| 327 | |
| 328 | /** Returns the DOM node that is responsible for the scrolling of the editor. */ |
| 329 | getScrollerElement(): HTMLElement; |
no outgoing calls
no test coverage detected