We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14df520 + 11b17b4 commit f971662Copy full SHA for f971662
types/wx/lib.wx.component.d.ts
@@ -368,6 +368,18 @@ declare namespace WechatMiniprogram.Component {
368
* 最低基础库版本:[`2.25.1`](https://developers.weixin.qq.com/miniprogram/dev/framework/compatibility.html)
369
*/
370
setPassiveEvent(config: PassiveConfig): void
371
+ /**
372
+ * 设置初始渲染缓存的动态数据
373
+ *
374
+ * 最低基础库版本:[`2.11.1`](https://developers.weixin.qq.com/miniprogram/dev/framework/compatibility.html)
375
+ */
376
+ setInitialRenderingCache(dynamicData: IAnyObject | null): void
377
378
+ * 返回当前页面的 appBar 组件实例
379
380
+ * 最低基础库版本:[`3.3.1`](https://developers.weixin.qq.com/miniprogram/dev/framework/compatibility.html)
381
382
+ getAppBar(): TrivialInstance
383
}
384
385
interface ComponentOptions {
0 commit comments