流星收集钩:流星收集钩 源码
流星收集钩 用insert / update , remove , find和findOne before / after钩子扩展Mongo.Collection。 可跨客户端,服务器或混合服务器使用。 当客户端启动收集方法并且服务器运行该挂钩时,所有操作都应遵守收集验证器(允许/拒绝)。 请参考以获取最新更改的摘要。 入门 安装: meteor add matb33:collection-hooks .before.insert(userId,doc) 在插入文档之前触发。 允许您根据需要修改文档或运行其他功能 如果定义了转换,则this.transform()获得转换后的文档版
文件列表
meteor-collection-hooks-master.zip
(预估有个52文件)
meteor-collection-hooks-master
.travis.yml
253B
client.js
425B
insert.js
2KB
findone.js
829B
find.js
858B
package.json
1KB
remove.js
2KB
package.js
1023B
.eslintrc.json
177B
暂无评论