Gets if this is a top-level item in the diagram.
Namespace: MindFusion.Diagramming
Assembly: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
get topLevel() {} |
Boolean
true if this is a top-level item in the diagram, or false if inside a container.
See Also