Search
DiagramItem.topLevel Property
See Also
 






Gets if this is a top-level item in the diagram.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get topLevel() {}

 Property Value

Boolean

true if this is a top-level item in the diagram, or false if inside a container.

 See Also