characterDataOldValue property

bool? get characterDataOldValue

Set to true if characterData is set to true or omitted and target's data before the mutation needs to be recorded.

Implementation

_i2.bool? get characterDataOldValue => _i4.getProperty(
      this,
      'characterDataOldValue',
    );
set characterDataOldValue (bool? value)

Implementation

set characterDataOldValue(_i2.bool? value) {
  _i4.setProperty(
    this,
    'characterDataOldValue',
    value ?? _i6.undefined,
  );
}