parts property
This read-only property returns an iterator of all Parts in the Diagram that are not Nodes or Links or Adornments.
This includes both data-bound and unbound parts, and both top-level parts and parts inside Groups. Use the #nodes or #links properties for getting the collection of all Nodes or Links in the diagram.
Implementation
_i3.Iterator<_i3.Part> get parts => _i4.getProperty(
this,
'parts',
);