Search
DiagramItem.layoutTraits Property
See Also
 





Gets an object containing properties specific to individual layout algorithms.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get layoutTraits() {}

 Property Value

Object

An object containing layout properties.

 Remarks

At this time this property is used only by TreeLayout in JavaScript version of the library:

  • TreeLayout looks for a treeLayoutAssistant value set to a member of the AssistantType enumeration.

 See Also