Search
ContainerPage.links Property
See Also
 





Gets the links on this page.

Namespace: MindFusion.Diagramming
Assembly: ContainerPage.js

 Syntax

JavaScript  Copy Code

get links() {}
set links(value) {}

 Property Value

Array

An array of DiagramLink objects.

 Remarks

Unlike nodes, the control does not add links to this collection automatically, as ownership could be ambiguous (when considering nested containers, cross-container links, etc). This list lets you associate links with a page yourself when you want it hidden along with the page. The container automatically hides links between direct child nodes of non-current page.

 See Also