labeledLink property
Link?
get
labeledLink
Gets or sets the Link for which this Node is acting as a smart label. Most nodes do not act as link labels, so this property will be null.
A template should not be a label node for a link.
Implementation
_i3.Link? get labeledLink => _i4.getProperty(
this,
'labeledLink',
);
set
labeledLink
(Link? value)
Implementation
set labeledLink(_i3.Link? value) {
_i4.setProperty(
this,
'labeledLink',
value ?? _i5.undefined,
);
}