getTextArea method

HTMLTextAreaElement? getTextArea()

Returns the textarea that the instance was based on.

Only available if the CodeMirror instance was created using the CodeMirror.fromTextArea constructor.

Implementation

HTMLTextAreaElement? getTextArea() => call('getTextArea');