currentTextEditor property

HTMLInfo? get currentTextEditor

Gets or sets the HTMLInfo that is editing the text.

Implementation

_i3.HTMLInfo? get currentTextEditor => _i4.getProperty(
      this,
      'currentTextEditor',
    );
set currentTextEditor (HTMLInfo? value)

Implementation

set currentTextEditor(_i3.HTMLInfo? value) {
  _i4.setProperty(
    this,
    'currentTextEditor',
    value ?? _i5.undefined,
  );
}