书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 28968 个相关结果.
  • 2.3 Lifecyle

    2.3 Lifecyle 2.3 Lifecyle Instantiation 1.1 The lifecycle methods that are called the first time an instance is created getDefaultProps getInitialState componentWillMount ...
  • getBatteryInfoSync

    400 2020-07-15 《Taro v3.0 API文档》
    类型 参数 Result API 支持度 Taro.getBatteryInfo 的同步版本 参考文档 类型 () => Result 参数 Result 参数 类型 说明 isCharging boolean 是否正在充电中 level string 设备电量,范围 1 - 100 API 支持度...
  • openLocation

    Taro.openLocation(OBJECT) 示例代码 Taro.openLocation(OBJECT) 使用方式同 wx.openLocation ,h5端仅支持微信公众号 (API以小程序为准),支持 Promise 化使用。 示例代码 import Taro from '@tarojs/taro' Tar...
  • stopVoice

    Taro.stopVoice() 示例代码 API支持度 Taro.stopVoice() 结束播放语音。 示例代码 import Taro from '@tarojs/taro' Taro . startRecord ( params ) . then ( res => { const ...
  • 4.4 Defining Node Attributes/Props

    Defining Node Attributes/Props Notes Defining Node Attributes/Props The second argument that is passed to React.createElement(type, props, children) is an object containing n...
  • JSX

    Basic usage The as operator Type Checking Intrinsic elements Value-based elements Function Component Class Component Attribute type checking Children Type Checking The JS...
  • RefreshControl下拉刷新

    RefreshControl 下拉刷新 规则 代码演示 API (web) RefreshControl 下拉刷新 通过触发,立刻重新加载内容。 规则 只能和 ListView 结合使用,不能单独使用。 可考虑定期自动刷新, e.g. 登录 APP 后,自动刷新首页 List。 代码演示 ListView 下拉刷新 下...
  • createUDPSocket

    430 2020-07-15 《Taro v3.0 API文档》
    类型 参数 API 支持度 创建一个 UDP Socket 实例。使用前请注意阅读相关说明 。 参考文档 类型 () => UDPSocket 参数 API 支持度 API 微信小程序 H5 React Native Taro.createUDPSocket ✔️
  • checkSession

    Taro.checkSession(OBJECT) 示例代码 API支持度 Taro.checkSession(OBJECT) 使用方式同 wx.checkSession ,支持 Promise 化使用。 示例代码 import Taro from '@tarojs/taro' Taro . checkSession...
  • 地址 - chooseAddress

    Taro.chooseAddress(OBJECT) 示例代码 API支持度 Taro.chooseAddress(OBJECT) 使用方式同 wx.chooseAddress ,支持 Promise 化使用。 示例代码 import Taro from '@tarojs/taro' Taro . chooseAdd...