Adornment$Typings extension
Properties
-
adornedObject
↔ GraphObject?
-
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?
-
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?
-
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