Knockout.js 和 ScriptSharp - 可写的依赖 Observables
我正在使用并且非常享受 Knockout.js 和 Script# 的邪恶组合#
在探索依赖可观察量的强大功能时,我遇到了需要实现可写变体的需求,如 文档
您如何在 Script Sharp 导入类中捕获此 ko 函数?
I'm using and really enjoying a wicked combination of knockout.js and Script#
While exploring the power of Dependent Observables, i've come across a need to implement the Writable variation as referred to in the documentation
How would you capture this ko function in the Script Sharp import class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终制作了一个新的“导入库”项目
并定义了缺失的部分。
I ended up making a new 'Import Library' Project
and defined the missing pieces.