Search
NodeEventArgs.hyperlink Property
See Also
 






Gets the hyperlink that was clicked inside a node.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get hyperlink() {}

 Property Value

String

A string containing clicked hyperlink.

 Remarks

This value is valid when handling hyperlinkClicked event.

 See Also