Adornment$Typings extension
- on
Properties
- adornedObject ↔ GraphObject?
-
Available on Adornment, provided by the Adornment$Typings extension
Gets or sets the GraphObject that is adorned. Setting this property updates the adorned object's Part by calling Part#addAdornment. This may be null if the Adornment does not adorn a particular object.getter/setter pair - adornedPart ↔ Part?
-
Available on Adornment, provided by the Adornment$Typings extension
This read-only property returns the Part that contains the adorned object. This will be null if the #adornedObject is null.getter/setter pair - placeholder ↔ Placeholder?
-
Available on Adornment, provided by the Adornment$Typings extension
This read-only property returns a Placeholder that this Adornment may contain in its visual tree. This may be null if there is no such placeholder object.getter/setter pair