layoutNodeReplaced property

num layoutNodeReplaced

This flag may be combined with other "Layout" flags as the value of the Part#layoutConditions property to indicate that when a Node or simple Part's #category changes, it invalidates the Layout responsible for the Part; this flag is ignored for Parts that are Links.

Implementation

static _i2.num get layoutNodeReplaced => _i4.getProperty(
      _declaredPart,
      'LayoutNodeReplaced',
    );
void layoutNodeReplaced=(num value)

Implementation

static set layoutNodeReplaced(_i2.num value) {
  _i4.setProperty(
    _declaredPart,
    'LayoutNodeReplaced',
    value,
  );
}