api-typings
api-typings copied to clipboard
Type definitions for APIs of Wechat Mini Program in TypeScript
提示缺少wx.shareAppMessage
#169 已经关闭,但是类似的复现如下 index.ts ``` methods: { onChange(e: { detail: { value: any; }; }) { this.setData({ value: e.detail.value }); // ts(2339) 报错 }, handleChange(e) { this.setData({ // ts(2339) 报错 activeValues:...
  triggerEvent的detail不应该是对象吗?这里为何放宽到any?在监听事件回调时,使用CustomEvent里面的detail又必须是对象。
version: "miniprogram-api-typings": "3.9.0" 参考 scope 列表: https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/authorize.html 缺少 scope.userFuzzyLocation, scope.userLocationBackground 属性
hideTabBar 和 showTabBar 并一定要传参数,改为可选

版本:`"miniprogram-api-typings": "^3.8.1"` 云开发数据库,collection 上不存在 aggregate,这个问题从 2019 年到现在还未修复,相关 issue:#92
 此处是否应该添加success类型?