targetSelectionRange property

Range? get targetSelectionRange

The span of this link.

Implementation

_i3.Range? get targetSelectionRange => _i5.getProperty(
      this,
      'targetSelectionRange',
    );
set targetSelectionRange (Range? value)

Implementation

set targetSelectionRange(_i3.Range? value) {
  _i5.setProperty(
    this,
    'targetSelectionRange',
    value ?? _i6.undefined,
  );
}