getTextArea method

TextAreaElement? getTextArea()

Returns the textarea that the instance was based on.

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

Implementation

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