insertedNodeKeys property

Array? insertedNodeKeys

Array of node keys added. Any key included will also be included in the modifiedNodeData array.

Implementation

_i7.Array<_i2.dynamic>? get insertedNodeKeys => _i4.getProperty(
      this,
      'insertedNodeKeys',
    );
void insertedNodeKeys=(Array? value)

Implementation

set insertedNodeKeys(_i7.Array<_i2.dynamic>? value) {
  _i4.setProperty(
    this,
    'insertedNodeKeys',
    value ?? _i5.undefined,
  );
}