NativeScript插件nativescript observable subscribe.zip
nativescript-observable-subscribe 是一个能添加订阅功能到 observables 的 NativeScript 模块。使用:// viewmodel.js ... var mainViewModel = new HelloWorldModel(); var counterPropName = 'counter'; mainViewModel.subscribe(counterPropName, function(args){ if (this.get(counterPropName)
文件列表
nativescript-observable-subscribe-master.zip
(预估有个4文件)
nativescript-observable-subscribe-master
package.json
718B
observablesubscribe.js
1KB
LICENSE
1KB
README.md
3KB
暂无评论