Returns the hidden textarea used to read input.
()
| 321 | |
| 322 | /** Returns the hidden textarea used to read input. */ |
| 323 | getInputField(): HTMLTextAreaElement; |
| 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; |
no outgoing calls
no test coverage detected