links property
This read-only property returns an iterator of all Links in the Diagram.
This includes both data-bound and unbound links, and both top-level links and links inside Groups.
Implementation
_i3.Iterator<_i3.Link> get links => _i4.getProperty(
this,
'links',
);