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

小程序官方文档 [滚动驱动的动画](https://developers.weixin.qq.com/miniprogram/dev/framework/view/animation.html#滚动驱动的动画)

`Page` 和 `Component` 的实例都新增了 `renderer` 属性,其值为 `webview` 或 `skyline` https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/migration/compatibility.html#:~:text=%E6%94%AF%E6%8C%81%E4%B8%8E%E5%B7%AE%E5%BC%82-,%E6%A0%B9%E6%8D%AE%E4%B8%8D%E5%90%8C%20renderer%20%E5%85%BC%E5%AE%B9,-%E6%9C%89%E6%97%B6%EF%BC%8C%E5%8D%95%E7%BA%AF%E7%94%A8

https://developers.weixin.qq.com/miniprogram/dev/reference/api/Component.html#applyAnimatedStyle-%E5%8F%82%E6%95%B0%E5%AE%9A%E4%B9%89 https://developers.weixin.qq.com/miniprogram/dev/reference/api/Component.html#clearAnimatedStyle-%E5%8F%82%E6%95%B0%E5%AE%9A%E4%B9%89

https://developers.weixin.qq.com/miniprogram/dev/reference/api/Component.html#:~:text=createMediaQueryObserver

onChunkReceived回调函数的参数是 type res = { data: ArrayBuffer } type文件给定义成type res = { res: { data: Arraybuffer }}

wx.request profile 仅在真机中返回,domainLookupEnd 和 domainLookupStart 应该为 domainLookUpEnd 和 domainLookUpStart

如题,不知道现在有没有这个映射关系,或者能不能实现这个功能

page 构建页面时无法使用 behaviors,Component 中定义了 OtherOption,Page 没有