admin管理员组文章数量:1201414
Using the VisNetwork.Blazor library, I can get a Network
instance through using the Component:
<Network @ref="network" Data="@data"/>
Which binds to the network
property in my C# code.
In the documentation, there is an event callback on the Network: object SetupCompletedCallback
, the documentation for which states:
This event is fired when the network has been setup through interop and the JavaScript network object is available.
However, I cannot find a way to access the aforementioned JavaScript reference in order to run Javascript code directly on the object.
How do get a JavaScript reference to the Network?
本文标签:
版权声明:本文标题:vis.js - How do I access a JavaScript reference for the network object created by VisNetwork.Blazor? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738565740a2100110.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论