Gets the links on this page.
Namespace: MindFusion.Diagramming
Assembly: ContainerPage.js
SyntaxJavaScript
Copy Code
|
|---|
get links() {} |
Array
An array of DiagramLink objects.
RemarksUnlike 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