api-typings icon indicating copy to clipboard operation
api-typings copied to clipboard

Type definitions for APIs of Wechat Mini Program in TypeScript

Results 100 api-typings issues
Sort by recently updated
recently updated
newest added

提示缺少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:...

![image](https://user-images.githubusercontent.com/15276065/223383788-d5f4b6cb-5563-424b-b9d4-801a31d1dc78.png) ![image](https://user-images.githubusercontent.com/15276065/223384759-1f52c1f8-7b65-4770-aa21-e41543e3e6eb.png) 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 并一定要传参数,改为可选

![image](https://user-images.githubusercontent.com/38773492/215378143-f5dd2847-034d-4f13-bf07-d6ebb484a1c1.png)

版本:`"miniprogram-api-typings": "^3.8.1"` 云开发数据库,collection 上不存在 aggregate,这个问题从 2019 年到现在还未修复,相关 issue:#92

![Snipaste_2023-01-06_11-23-30](https://user-images.githubusercontent.com/72541282/210923628-4d303688-fe07-4e86-94b5-dcf7ebd19cf4.png) 此处是否应该添加success类型?