收藏
回答

bindrefresherabort参数“e”隐式具有“any”类型,应该从哪导入类型?

scroll-view组件上触发bindrefresherabort之后参数e的类型是eventhandle,我应该从哪导入这个类型,还是说只能写any。




https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.htmlhttps://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/en/extended/component-plus/video-swiper.html

回答关注问题邀请回答
收藏

1 个回答

  • 微盟
    微盟
    2023-07-27

    可以使用 WechatMiniprogram.ScrollViewRefresherAbort 这个类型,WechatMiniprogram 是微信小程序类型的命名空间,开发者工具默认导入的。

    如果要在 vs code 中识别,需要使用 npm 安装 miniprogram-api-typings 这个类型库

    2023-07-27
    有用
    回复
登录 后发表内容