getValue method

String? getValue([
  1. String? separator
])

Get the current editor content. You can pass it an optional argument to specify the string to be used to separate lines (defaults to "\n").

Implementation

String? getValue([String? separator]) => callArg('getValue', separator);