documentPositionDisconnected property

num documentPositionDisconnected

Set when node and other are not in the same tree.

Implementation

_i2.num get documentPositionDisconnected => _i4.getProperty(
      this,
      'DOCUMENT_POSITION_DISCONNECTED',
    );