Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
0e56dbc7
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3188
Star
106
Fork
809
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
93
列表
看板
标记
里程碑
合并请求
69
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
93
Issue
93
列表
看板
标记
里程碑
合并请求
69
合并请求
69
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
0e56dbc7
编写于
9月 13, 2023
作者:
G
git_robot
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新 customTypeJson.json
上级
723c3815
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/.vuepress/utils/customTypeJson.json
docs/.vuepress/utils/customTypeJson.json
+1
-1
未找到文件。
docs/.vuepress/utils/customTypeJson.json
浏览文件 @
0e56dbc7
{
"Event"
:{
"name"
:
"## Event"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |
\n
| UTSJSONObject | [UTSJSONObject](#utsjsonobject) | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | 事件类型 |
\n
| target | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| currentTarget | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| timeStamp | number | 是 | 事件发生时的时间戳 |
\n
"
,
"methods"
:{
"stopPropagation"
:{
"name"
:
"#### stopPropagation() @stoppropagation"
,
"description"
:
"
\r\n
阻止当前事件的进一步传播"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"preventDefault"
:{
"name"
:
"#### preventDefault() @preventdefault"
,
"description"
:
"
\r\n
阻止当前事件的默认行为"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"UTSJSONObject"
:{
"name"
:
"## UTSJSONObject"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
""
,
"methods"
:{
"getAny"
:{
"name"
:
"#### getAny(key) @getany"
,
"description"
:
"
\r\n
获取一个 属性,返回类型是any 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| any |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getAny](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getAny)
\n
"
},
"getBoolean"
:{
"name"
:
"#### getBoolean(key) @getboolean"
,
"description"
:
"
\r\n
获取一个Boolean属性,返回类型是Boolean 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| boolean |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getBoolean](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getBoolean)
\n
"
},
"getNumber"
:{
"name"
:
"#### getNumber(key) @getnumber"
,
"description"
:
"
\r\n
获取一个number属性,返回类型是number 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| number |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getNumber](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getNumber)
\n
"
},
"getString"
:{
"name"
:
"#### getString(key) @getstring"
,
"description"
:
"
\r\n
获取一个string属性,返回类型是string 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| string |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getString](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getString)
\n
"
},
"getJSON"
:{
"name"
:
"#### getJSON(key) @getjson"
,
"description"
:
"
\r\n
获取一个UTSJSONObject属性,返回类型是UTSJSONObject 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| UTSJSONObject |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getJSON](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getJSON)
\n
"
},
"getArray"
:{
"name"
:
"#### getArray(key) @getarray"
,
"description"
:
"
\r\n
获取一个Array属性,返回类型是Array 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| any
\\
[
\\
] |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getArray](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getArray)
\n
"
},
"toMap"
:{
"name"
:
"#### toMap() @tomap"
,
"description"
:
"
\r\n
将当前 UTSJSONObject 实例转换为 Map 实例。"
,
"param"
:
""
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| Map
\\
<string, any
\\
> |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[toMap](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#toMap)
\n
"
}}},
"INode"
:{
"name"
:
"## INode"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| firstChild | INode | 是 | - |
\n
| lastChild | INode | 是 | - |
\n
| parentNode | INode | 是 | - |
\n
| previousSibling | INode | 是 | - |
\n
| nextSibling | INode | 是 | - |
\n
| nextElementSibling | INode | 是 | - |
\n
| childNodes | Array
\\
<[INode](/uni-app-x/dom/inode.md)
\\
> | 是 | 获取当前节点包含的子节点的集合 |
\n
| nodeName | string | 是 | 获取当前节点的节点名称 |
\n
| dataset | Map
\\
<string, any
\\
> | 是 | 获取节点上自定义数据属性(data-*)的集合 |
\n
| attributes | Map
\\
<string, any
\\
> | 是 | 获取节点上所有属性节点的集合 |
\n
| style | [CSSStyleDeclaration](/uni-app-x/dom/cssstyledeclaration.md) | 是 | CSSStyleDeclaration表示一个CSS 声明块对象,它是一个 CSS 属性键值对的集合,暴露样式信息和各种与样式相关的方法和属性。 |
\n
| scrollHeight | number | 是 | 表示节点的滚动视图高度 |
\n
| scrollLeft | number | 是 | 表示该节点横向滚动条距离最左的位移。 |
\n
| scrollTop | number | 是 | 表示该节点纵向滚动条距离 |
\n
| scrollWidth | Float | 是 | 表示节点的滚动视图宽度 |
\n
"
,
"methods"
:{
"getNodeId"
:{
"name"
:
"#### getNodeId() @getnodeid"
,
"description"
:
"
\r\n
获取节点标识。"
,
"param"
:
""
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| string |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"appendChild"
:{
"name"
:
"#### appendChild(INode) @appendchild"
,
"description"
:
"
\r\n
将一个节点添加到指定父节点的子节点列表的末尾处。如果将被插入的节点已经存在于当前文档的文档树中,那么将会它从原先的位置移动到新的位置。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| INode | [INode](/uni-app-x/dom/inode.md) | 是 | |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"insertBefore"
:{
"name"
:
"#### insertBefore(INode, INode) @insertbefore"
,
"description"
:
"
\r\n
在参考节点之前插入一个拥有指定父节点的子节点。如果给定的子节点是对文档中现有节点的引用,insertBefore() 会将其从当前位置移动到新位置。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| INode | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| INode | [INode](/uni-app-x/dom/inode.md) | 是 | |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"setAttribute"
:{
"name"
:
"#### setAttribute(key, value?) @setattribute"
,
"description"
:
"
\r\n
设置指定节点上的某个属性值。如果设置的属性已经存在,则更新该属性值;否则使用指定的名称和值添加一个新的属性。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |
\n
| value | any | 否 | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"getAttribute"
:{
"name"
:
"#### getAttribute(key) @getattribute"
,
"description"
:
"
\r\n
获取节点指定的属性值,如果指定的属性不存在则返回null。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| any |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"hasAttribute"
:{
"name"
:
"#### hasAttribute(key) @hasattribute"
,
"description"
:
"
\r\n
返回改节点是否包含有指定的属性,属性存在则返回true,否则返回false。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| boolean |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"removeAttribute"
:{
"name"
:
"#### removeAttribute(key) @removeattribute"
,
"description"
:
"
\r\n
从节点中删除一个属性,如果指定的属性不存在,则不做任何操作,也不会产生错误。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| key | string | 是 | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"getBoundingClientRect"
:{
"name"
:
"#### getBoundingClientRect() @getboundingclientrect"
,
"description"
:
"
\r\n
获取节点的大小及其相对于窗口的位置信息。"
,
"param"
:
""
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| [DOMRect](/uni-app-x/dom/domrect.md) |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"getDrawableContext"
:{
"name"
:
"#### getDrawableContext() @getdrawablecontext"
,
"description"
:
"
\r\n
获取组件的绘制对象,仅uvue页面中的 view 组件支持,其它组件不支持则返回null。"
,
"param"
:
""
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| [DrawableContext](/uni-app-x/dom/drawablecontext.md) |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"addEventListener"
:{
"name"
:
"#### addEventListener(type, callback) @addeventlistener"
,
"description"
:
"
\r\n
将指定的监听器注册到节点对象上,当该对象触发指定的事件时,指定的回调函数就会被执行。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |
\n
| callback | (event: T) => R | 是 | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"removeEventListener"
:{
"name"
:
"#### removeEventListener(type) @removeeventlistener"
,
"description"
:
"
\r\n
删除使用 addEventListener 方法添加的事件监听器。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"removeChild"
:{
"name"
:
"#### removeChild(INode) @removechild"
,
"description"
:
"
\r\n
从节点中删除一个子节点,返回删除的节点。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| INode | [INode](/uni-app-x/dom/inode.md) | 是 | |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| [INode](/uni-app-x/dom/inode.md) |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"remove"
:{
"name"
:
"#### remove() @remove"
,
"description"
:
"
\r\n
把节点对象从它所属的 DOM 树中删除。"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"dispatchEvent"
:{
"name"
:
"#### dispatchEvent(type, Event) @dispatchevent"
,
"description"
:
"
\r\n
向一个指定的事件目标派发一个 Event,并以合适的顺序(同步地)调用此事件的监听器回调函数。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |
\n
| Event | [Event](/uni-app-x/component/common#event) | 是 | |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"scrollTo"
:{
"name"
:
"#### scrollTo(x, y) @scrollto"
,
"description"
:
"
\r\n
使界面滚动到给定元素的指定坐标位置"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 是 | - |
\n
| y | number | 是 | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"scrollBy"
:{
"name"
:
"#### scrollBy(x, y) @scrollby"
,
"description"
:
"
\r\n
使得元素滚动一段特定距离"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 是 | - |
\n
| y | number | 是 | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"CSSStyleDeclaration"
:{
"name"
:
"## CSSStyleDeclaration"
,
"description"
:
"
\n
CSSStyleDeclaration表示一个CSS 声明块对象,它是一个 CSS 属性键值对的集合,暴露样式信息和各种与样式相关的方法和属性。"
,
"extends"
:
""
,
"param"
:
""
,
"methods"
:{
"setProperty"
:{
"name"
:
"#### setProperty(name, value?) @setproperty"
,
"description"
:
"
\n
对CSS指定样式设置一个新值,如有此样式已存在则更新。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| name | string | 是 | CSS样式名称 |
\n
| value | any | 否 | 要设置的新CSS样式值 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"getPropertyValue"
:{
"name"
:
"#### getPropertyValue(property) @getpropertyvalue"
,
"description"
:
"
\n
获取CSS指定的样式值,如果指定的样式不存在则返回null。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| property | string | 是 | 要获取的CSS样式名称 |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| any |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"DOMRect"
:{
"name"
:
"## DOMRect"
,
"description"
:
"
\r\n
一个 DOMRect 代表一个矩形。"
,
"extends"
:
""
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 否 | - |
\n
| y | number | 否 | - |
\n
| width | number | 否 | - |
\n
| height | number | 否 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| width | number | 是 | 矩形的宽 |
\n
| height | number | 是 | 矩形的高 |
\n
| x | number | 是 | 矩形原点的x坐标 |
\n
| y | number | 是 | 矩形原点的y坐标 |
\n
| left | number | 是 | 矩形的左坐标值 |
\n
| right | number | 是 | 矩形的右坐标值 |
\n
| top | number | 是 | 矩形的顶坐标值 |
\n
| bottom | number | 是 | 矩形的底坐标值 |
\n
"
,
"methods"
:{}},
"DrawableContext"
:{
"name"
:
"## DrawableContext"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| font | string | 是 | 设置字体大小,默认为`10px` |
\n
| fillStyle | string | 是 | 设置填充颜色,默认为`#000 (黑色)` |
\n
| lineCap | string | 是 | 指定如何绘制每一条线条末端的属性,默认为`butt` |
\n
| lineDashOffset | number | 是 | 设置虚线偏移量 |
\n
| lineJoin | string | 是 | 设置 2 个长度不为 0 的线条相连部分如何连接在一起的属性,默认值`miter` |
\n
| lineWidth | number | 是 | 设置线条的宽度,默认为`1px` |
\n
| strokeStyle | string | 是 | 设置边框的颜色,默认为`#000 (黑色)` |
\n
| textAlign | string | 是 | 设置文本的对齐方式,默认为`left` |
\n
"
,
"methods"
:{
"beginPath"
:{
"name"
:
"#### beginPath() @beginpath"
,
"description"
:
"
\r\n
创建一个新的空路径"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"arc"
:{
"name"
:
"#### arc(x, y, radius, startAngle, endAngle, anticlockwise) @arc"
,
"description"
:
"
\r\n
绘制一段弧线"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 是 | 圆心的X轴坐标 |
\n
| y | number | 是 | 圆心的Y轴坐标 |
\n
| radius | number | 是 | 圆弧的半径 |
\n
| startAngle | number | 是 | 圆弧的起始点,x 轴方向开始计算,单位为弧度 |
\n
| endAngle | number | 是 | 圆弧的终点,单位为弧度 |
\n
| anticlockwise | boolean | 是 | 圆弧绘制方向,true:逆时针绘制,false:顺时针绘制。默认为true。可选 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"moveTo"
:{
"name"
:
"#### moveTo(x, y) @moveto"
,
"description"
:
"
\r\n
将一个新的路径的起始点移动到 (x,y) 坐标"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 是 | 点的X轴坐标 |
\n
| y | number | 是 | 点的Y轴坐标 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"rect"
:{
"name"
:
"#### rect(x, y, width, height) @rect"
,
"description"
:
"
\r\n
创建一个矩形路径"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 是 | 矩形起点的X轴坐标 |
\n
| y | number | 是 | 矩形起点的Y轴坐标 |
\n
| width | number | 是 | 矩形宽度 |
\n
| height | number | 是 | 矩形高度 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"lineTo"
:{
"name"
:
"#### lineTo(x, y) @lineto"
,
"description"
:
"
\r\n
将路径的最后一个点连接到 (x,y) 坐标"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 是 | 线终点的X轴坐标 |
\n
| y | number | 是 | 线终点的Y轴坐标 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"closePath"
:{
"name"
:
"#### closePath() @closepath"
,
"description"
:
"
\r\n
闭合路径,将最后一个点与起点连接起来。如果图形已经封闭,或者只有一个点,那么此方法不会产生任何效果。"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"stroke"
:{
"name"
:
"#### stroke() @stroke"
,
"description"
:
"
\r\n
绘制当前或已经存在的路径的边框。"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"strokeRect"
:{
"name"
:
"#### strokeRect(x, y, width, height) @strokerect"
,
"description"
:
"
\r\n
绘制一个矩形框"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 是 | 矩形起点的X轴坐标 |
\n
| y | number | 是 | 矩形起点的Y轴坐标 |
\n
| width | number | 是 | 矩形宽度 |
\n
| height | number | 是 | 矩形高度 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"strokeText"
:{
"name"
:
"#### strokeText(text, x, y) @stroketext"
,
"description"
:
"
\r\n
绘制空心字符"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| text | string | 是 | 要绘制的字符 |
\n
| x | number | 是 | 字符开始绘制的X轴坐标 |
\n
| y | number | 是 | 字符开始绘制的Y轴坐标 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"fill"
:{
"name"
:
"#### fill(fillRule) @fill"
,
"description"
:
"
\r\n
填充当前或已存在的路径"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| fillRule | string | 是 | 填充规则,默认为`nonzero`。可选 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"fillRect"
:{
"name"
:
"#### fillRect(x, y, width, height) @fillrect"
,
"description"
:
"
\r\n
绘制一个实心矩形"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 是 | 矩形起点的X轴坐标 |
\n
| y | number | 是 | 矩形起点的Y轴坐标 |
\n
| width | number | 是 | 矩形宽度 |
\n
| height | number | 是 | 矩形高度 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"fillText"
:{
"name"
:
"#### fillText(text, x, y) @filltext"
,
"description"
:
"
\r\n
绘制实心字符"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| text | string | 是 | 要绘制的字符 |
\n
| x | number | 是 | 字符开始绘制的X轴坐标 |
\n
| y | number | 是 | 字符开始绘制的Y轴坐标 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"reset"
:{
"name"
:
"#### reset() @reset"
,
"description"
:
"
\r\n
清空绘制数据"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"update"
:{
"name"
:
"#### update() @update"
,
"description"
:
"
\r\n
将所有绘制内容更新到画布上"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"setLineDash"
:{
"name"
:
"#### setLineDash(segments) @setlinedash"
,
"description"
:
"
\r\n
设置虚线样式"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| segments | number
\\
[
\\
] | 是 | 一组描述交替绘制线段和间距长度的数字。 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"CustomEvent"
:{
"name"
:
"## CustomEvent"
,
"description"
:
""
,
"extends"
:
"```mermaid
\n
classDiagram
\n\n
Event <|-- CustomEvent : Extend
\n
```"
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |
\n
| CustomEventOptions | [CustomEventOptions
\\
<T
\\
>](#customeventoptions) | 是 | |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| detail | T | 是 | - |
\n
| type | string | 是 | 事件类型 |
\n
| target | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| currentTarget | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| timeStamp | number | 是 | 事件发生时的时间戳 |
\n
"
,
"methods"
:{
"stopPropagation"
:{
"name"
:
"#### stopPropagation() @stoppropagation"
,
"description"
:
"
\r\n
阻止当前事件的进一步传播"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"preventDefault"
:{
"name"
:
"#### preventDefault() @preventdefault"
,
"description"
:
"
\r\n
阻止当前事件的默认行为"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"CustomEventOptions"
:{
"name"
:
"## CustomEventOptions"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| detail | T | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| detail | T | 是 | - |
\n
"
,
"methods"
:{}},
"MouseEvent"
:{
"name"
:
"## MouseEvent"
,
"description"
:
""
,
"extends"
:
"```mermaid
\n
classDiagram
\n\n
Event <|-- MouseEvent : Extend
\n
```"
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |
\n
| x | number | 是 | - |
\n
| y | number | 是 | - |
\n
| clientX | number | 是 | - |
\n
| clientY | number | 是 | - |
\n
| pageX | number | 是 | - |
\n
| pageY | number | 是 | - |
\n
| screenX | number | 是 | - |
\n
| screenY | number | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| clientX | number | 是 | 相对于页面可显示区域左边的距离 |
\n
| clientY | number | 是 | 相对于页面可显示区域顶部的距离 |
\n
| x | number | 是 | 相对于页面可显示区域左边的距离,同`clientX` |
\n
| y | number | 是 | 相对于页面可显示区域顶部的距离,同`clientY` |
\n
| pageX | number | 是 | 相对于文档左边的距离 |
\n
| pageY | number | 是 | 相对于文档顶部的距离 |
\n
| screenX | number | 是 | 相对于屏幕左边距离 |
\n
| screenY | number | 是 | 相对于屏幕顶部的距离 |
\n
| type | string | 是 | 事件类型 |
\n
| target | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| currentTarget | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| timeStamp | number | 是 | 事件发生时的时间戳 |
\n
"
,
"methods"
:{
"stopPropagation"
:{
"name"
:
"#### stopPropagation() @stoppropagation"
,
"description"
:
"
\r\n
阻止当前事件的进一步传播"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"preventDefault"
:{
"name"
:
"#### preventDefault() @preventdefault"
,
"description"
:
"
\r\n
阻止当前事件的默认行为"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"TouchEvent"
:{
"name"
:
"## TouchEvent"
,
"description"
:
""
,
"extends"
:
"```mermaid
\n
classDiagram
\n\n
Event <|-- TouchEvent : Extend
\n
```"
,
"param"
:
"
\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| touches | Array
\\
<[Touch](/uni-app-x/component/common#touch)
\\
> | 是 | 当前停留在屏幕中的触摸点信息的数组 |
\n
| changedTouches | Array
\\
<[Touch](/uni-app-x/component/common#touch)
\\
> | 是 | 当前变化的触摸点信息的数组 |
\n
| type | string | 是 | 事件类型 |
\n
| target | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| currentTarget | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| timeStamp | number | 是 | 事件发生时的时间戳 |
\n
"
,
"methods"
:{
"stopPropagation"
:{
"name"
:
"#### stopPropagation() @stoppropagation"
,
"description"
:
"
\r\n
阻止当前事件的进一步传播"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"preventDefault"
:{
"name"
:
"#### preventDefault() @preventdefault"
,
"description"
:
"
\r\n
阻止当前事件的默认行为"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"Touch"
:{
"name"
:
"## Touch"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| clientX | number | 是 | 相对于页面可显示区域左边的距离 |
\n
| clientY | number | 是 | 相对于页面可显示区域顶部的距离 |
\n
| identifier | number | 是 | 触摸点的标识符。这个值在这根手指所引发的所有事件中保持一致,直到手指抬起。 |
\n
| pageX | number | 是 | 相对于文档左边的距离 |
\n
| pageY | number | 是 | 相对于文档顶部的距离 |
\n
| screenX | number | 是 | 相对于屏幕左边距离 |
\n
| screenY | number | 是 | 相对于屏幕顶部的距离 |
\n
| force | number | 否 | 返回当前触摸点按下的压力大小 |
\n
"
,
"methods"
:{}},
"UniError"
:{
"name"
:
"## UniError"
,
"description"
:
"
\r\n
uni api统一错误信息对象 "
,
"extends"
:
"```mermaid
\n
classDiagram
\n\n
Error <|-- UniError : Extend
\n
```"
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| errSubject | string | 是 | - |
\n
| errCode | number | 是 | - |
\n
| errMsg | string | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| errSubject | string | 是 | 统一错误主题(模块)名称 |
\n
| errCode | number | 是 | 统一错误码 |
\n
| errMsg | string | 是 | 统一错误描述信息 |
\n
| data | any | 否 | 错误信息中包含的数据 |
\n
| name | string | 是 | - |
\n
| message | string | 是 | - |
\n
| cause | [Error](Error) | 否 | - |
\n
"
,
"methods"
:{}},
"Error"
:{
"name"
:
"## Error"
,
"description"
:
"
\r\n
UTS错误信息对象"
,
"extends"
:
""
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| message | string | 是 | - |
\n
| UTSJSONObject | [UTSJSONObject](#utsjsonobject) | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| name | string | 是 | - |
\n
| message | string | 是 | - |
\n
| cause | [Error](Error) | 否 | - |
\n
"
,
"methods"
:{}}}
\ No newline at end of file
{
"Event"
:{
"name"
:
"## Event"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |
\n
| UTSJSONObject | [UTSJSONObject](#utsjsonobject) | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | 事件类型 |
\n
| target | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| currentTarget | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| timeStamp | number | 是 | 事件发生时的时间戳 |
\n
"
,
"methods"
:{
"stopPropagation"
:{
"name"
:
"#### stopPropagation() @stoppropagation"
,
"description"
:
"
\n
阻止当前事件的进一步传播"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"preventDefault"
:{
"name"
:
"#### preventDefault() @preventdefault"
,
"description"
:
"
\n
阻止当前事件的默认行为"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"UTSJSONObject"
:{
"name"
:
"## UTSJSONObject"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
""
,
"methods"
:{
"getAny"
:{
"name"
:
"#### getAny(key) @getany"
,
"description"
:
"
\r\n
获取一个 属性,返回类型是any 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| any |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getAny](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getAny)
\n
"
},
"getBoolean"
:{
"name"
:
"#### getBoolean(key) @getboolean"
,
"description"
:
"
\r\n
获取一个Boolean属性,返回类型是Boolean 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| boolean |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getBoolean](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getBoolean)
\n
"
},
"getNumber"
:{
"name"
:
"#### getNumber(key) @getnumber"
,
"description"
:
"
\r\n
获取一个number属性,返回类型是number 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| number |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getNumber](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getNumber)
\n
"
},
"getString"
:{
"name"
:
"#### getString(key) @getstring"
,
"description"
:
"
\r\n
获取一个string属性,返回类型是string 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| string |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getString](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getString)
\n
"
},
"getJSON"
:{
"name"
:
"#### getJSON(key) @getjson"
,
"description"
:
"
\r\n
获取一个UTSJSONObject属性,返回类型是UTSJSONObject 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| UTSJSONObject |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getJSON](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getJSON)
\n
"
},
"getArray"
:{
"name"
:
"#### getArray(key) @getarray"
,
"description"
:
"
\r\n
获取一个Array属性,返回类型是Array 或者 null"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| any
\\
[
\\
] |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[getArray](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#getArray)
\n
"
},
"toMap"
:{
"name"
:
"#### toMap() @tomap"
,
"description"
:
"
\r\n
将当前 UTSJSONObject 实例转换为 Map 实例。"
,
"param"
:
""
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| Map
\\
<string, any
\\
> |
\n
"
,
"compatibility"
:
"##### 兼容性
\n\n
| 安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
\n
| :- | :- | :- | :- | :- | :- |
\n
| 5.0 | 3.9.0 | 3.9.0 | 9.0 | √ | x |
\n
"
,
"tutorial"
:
"
\n
##### 参见
\n
[toMap](https://uniapp.dcloud.net.cn/uts/buildin-object-api/UTSJSONObject.html#toMap)
\n
"
}}},
"INode"
:{
"name"
:
"## INode"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| firstChild | INode | 是 | - |
\n
| lastChild | INode | 是 | - |
\n
| parentNode | INode | 是 | - |
\n
| previousSibling | INode | 是 | - |
\n
| nextSibling | INode | 是 | - |
\n
| nextElementSibling | INode | 是 | - |
\n
| childNodes | Array
\\
<[INode](/uni-app-x/dom/inode.md)
\\
> | 是 | 获取当前节点包含的子节点的集合 |
\n
| nodeName | string | 是 | 获取当前节点的节点名称 |
\n
| dataset | Map
\\
<string, any
\\
> | 是 | 获取节点上自定义数据属性(data-*)的集合 |
\n
| attributes | Map
\\
<string, any
\\
> | 是 | 获取节点上所有属性节点的集合 |
\n
| style | [CSSStyleDeclaration](/uni-app-x/dom/cssstyledeclaration.md) | 是 | CSSStyleDeclaration表示一个CSS 声明块对象,它是一个 CSS 属性键值对的集合,暴露样式信息和各种与样式相关的方法和属性。 |
\n
| scrollHeight | number | 是 | 表示节点的滚动视图高度 |
\n
| scrollLeft | number | 是 | 表示该节点横向滚动条距离最左的位移。 |
\n
| scrollTop | number | 是 | 表示该节点纵向滚动条距离 |
\n
| scrollWidth | Float | 是 | 表示节点的滚动视图宽度 |
\n
"
,
"methods"
:{
"getNodeId"
:{
"name"
:
"#### getNodeId() @getnodeid"
,
"description"
:
"
\n
获取节点标识。"
,
"param"
:
""
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| string |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"appendChild"
:{
"name"
:
"#### appendChild(INode) @appendchild"
,
"description"
:
"
\n
将一个节点添加到指定父节点的子节点列表的末尾处。如果将被插入的节点已经存在于当前文档的文档树中,那么将会它从原先的位置移动到新的位置。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| INode | [INode](/uni-app-x/dom/inode.md) | 是 | io.dcloud.uniapp.runtime | |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"insertBefore"
:{
"name"
:
"#### insertBefore(INode, INode) @insertbefore"
,
"description"
:
"
\n
在参考节点之前插入一个拥有指定父节点的子节点。如果给定的子节点是对文档中现有节点的引用,insertBefore() 会将其从当前位置移动到新位置。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| INode | [INode](/uni-app-x/dom/inode.md) | 是 | io.dcloud.uniapp.runtime | |
\n
| INode | [INode](/uni-app-x/dom/inode.md) | 是 | io.dcloud.uniapp.runtime | |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"setAttribute"
:{
"name"
:
"#### setAttribute(key, value?) @setattribute"
,
"description"
:
"
\n
设置指定节点上的某个属性值。如果设置的属性已经存在,则更新该属性值;否则使用指定的名称和值添加一个新的属性。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |
\n
| value | any | 否 | - | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"getAttribute"
:{
"name"
:
"#### getAttribute(key) @getattribute"
,
"description"
:
"
\n
获取节点指定的属性值,如果指定的属性不存在则返回null。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| any |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"hasAttribute"
:{
"name"
:
"#### hasAttribute(key) @hasattribute"
,
"description"
:
"
\n
返回改节点是否包含有指定的属性,属性存在则返回true,否则返回false。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| boolean |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"removeAttribute"
:{
"name"
:
"#### removeAttribute(key) @removeattribute"
,
"description"
:
"
\n
从节点中删除一个属性,如果指定的属性不存在,则不做任何操作,也不会产生错误。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| key | string | 是 | - | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"getBoundingClientRect"
:{
"name"
:
"#### getBoundingClientRect() @getboundingclientrect"
,
"description"
:
"
\n
获取节点的大小及其相对于窗口的位置信息。"
,
"param"
:
""
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| [DOMRect](/uni-app-x/dom/domrect.md) |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"getDrawableContext"
:{
"name"
:
"#### getDrawableContext() @getdrawablecontext"
,
"description"
:
"
\n
获取组件的绘制对象,仅uvue页面中的 view 组件支持,其它组件不支持则返回null。"
,
"param"
:
""
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| [DrawableContext](/uni-app-x/dom/drawablecontext.md) |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"addEventListener"
:{
"name"
:
"#### addEventListener(type, callback) @addeventlistener"
,
"description"
:
"
\n
将指定的监听器注册到节点对象上,当该对象触发指定的事件时,指定的回调函数就会被执行。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| type | string | 是 | - | - |
\n
| callback | (event: T) => R | 是 | - | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"removeEventListener"
:{
"name"
:
"#### removeEventListener(type) @removeeventlistener"
,
"description"
:
"
\n
删除使用 addEventListener 方法添加的事件监听器。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| type | string | 是 | - | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"removeChild"
:{
"name"
:
"#### removeChild(INode) @removechild"
,
"description"
:
"
\n
从节点中删除一个子节点,返回删除的节点。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| INode | [INode](/uni-app-x/dom/inode.md) | 是 | io.dcloud.uniapp.runtime | |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| [INode](/uni-app-x/dom/inode.md) |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"remove"
:{
"name"
:
"#### remove() @remove"
,
"description"
:
"
\n
把节点对象从它所属的 DOM 树中删除。"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"dispatchEvent"
:{
"name"
:
"#### dispatchEvent(type, Event) @dispatchevent"
,
"description"
:
"
\n
向一个指定的事件目标派发一个 Event,并以合适的顺序(同步地)调用此事件的监听器回调函数。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| type | string | 是 | - | - |
\n
| Event | [Event](/uni-app-x/component/common#event) | 是 | io.dcloud.uniapp.runtime | |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"scrollTo"
:{
"name"
:
"#### scrollTo(x, y) @scrollto"
,
"description"
:
"
\n
使界面滚动到给定元素的指定坐标位置"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| x | number | 是 | - | - |
\n
| y | number | 是 | - | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"scrollBy"
:{
"name"
:
"#### scrollBy(x, y) @scrollby"
,
"description"
:
"
\n
使得元素滚动一段特定距离"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| x | number | 是 | - | - |
\n
| y | number | 是 | - | - |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"CSSStyleDeclaration"
:{
"name"
:
"## CSSStyleDeclaration"
,
"description"
:
"
\n
CSSStyleDeclaration表示一个CSS 声明块对象,它是一个 CSS 属性键值对的集合,暴露样式信息和各种与样式相关的方法和属性。"
,
"extends"
:
""
,
"param"
:
""
,
"methods"
:{
"setProperty"
:{
"name"
:
"#### setProperty(name, value?) @setproperty"
,
"description"
:
"
\n
对CSS指定样式设置一个新值,如有此样式已存在则更新。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| name | string | 是 | - | CSS样式名称 |
\n
| value | any | 否 | - | 要设置的新CSS样式值 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"getPropertyValue"
:{
"name"
:
"#### getPropertyValue(property) @getpropertyvalue"
,
"description"
:
"
\n
获取CSS指定的样式值,如果指定的样式不存在则返回null。"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| property | string | 是 | - | 要获取的CSS样式名称 |"
,
"returnValue"
:
"##### 返回值
\n\n
| 类型 |
\n
| :- |
\n
| any |
\n
"
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"DOMRect"
:{
"name"
:
"## DOMRect"
,
"description"
:
"
\n
一个 DOMRect 代表一个矩形。"
,
"extends"
:
""
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| x | number | 否 | - |
\n
| y | number | 否 | - |
\n
| width | number | 否 | - |
\n
| height | number | 否 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| width | number | 是 | 矩形的宽 |
\n
| height | number | 是 | 矩形的高 |
\n
| x | number | 是 | 矩形原点的x坐标 |
\n
| y | number | 是 | 矩形原点的y坐标 |
\n
| left | number | 是 | 矩形的左坐标值 |
\n
| right | number | 是 | 矩形的右坐标值 |
\n
| top | number | 是 | 矩形的顶坐标值 |
\n
| bottom | number | 是 | 矩形的底坐标值 |
\n
"
,
"methods"
:{}},
"DrawableContext"
:{
"name"
:
"## DrawableContext"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| font | string | 是 | 设置字体大小,默认为`10px` |
\n
| fillStyle | string | 是 | 设置填充颜色,默认为`#000 (黑色)` |
\n
| lineCap | string | 是 | 指定如何绘制每一条线条末端的属性,默认为`butt` |
\n
| lineDashOffset | number | 是 | 设置虚线偏移量 |
\n
| lineJoin | string | 是 | 设置 2 个长度不为 0 的线条相连部分如何连接在一起的属性,默认值`miter` |
\n
| lineWidth | number | 是 | 设置线条的宽度,默认为`1px` |
\n
| strokeStyle | string | 是 | 设置边框的颜色,默认为`#000 (黑色)` |
\n
| textAlign | string | 是 | 设置文本的对齐方式,默认为`left` |
\n
"
,
"methods"
:{
"beginPath"
:{
"name"
:
"#### beginPath() @beginpath"
,
"description"
:
"
\n
创建一个新的空路径"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"arc"
:{
"name"
:
"#### arc(x, y, radius, startAngle, endAngle, anticlockwise) @arc"
,
"description"
:
"
\n
绘制一段弧线"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| x | number | 是 | - | 圆心的X轴坐标 |
\n
| y | number | 是 | - | 圆心的Y轴坐标 |
\n
| radius | number | 是 | - | 圆弧的半径 |
\n
| startAngle | number | 是 | - | 圆弧的起始点,x 轴方向开始计算,单位为弧度 |
\n
| endAngle | number | 是 | - | 圆弧的终点,单位为弧度 |
\n
| anticlockwise | boolean | 是 | - | 圆弧绘制方向,true:逆时针绘制,false:顺时针绘制。默认为true。可选 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"moveTo"
:{
"name"
:
"#### moveTo(x, y) @moveto"
,
"description"
:
"
\n
将一个新的路径的起始点移动到 (x,y) 坐标"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| x | number | 是 | - | 点的X轴坐标 |
\n
| y | number | 是 | - | 点的Y轴坐标 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"rect"
:{
"name"
:
"#### rect(x, y, width, height) @rect"
,
"description"
:
"
\n
创建一个矩形路径"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| x | number | 是 | - | 矩形起点的X轴坐标 |
\n
| y | number | 是 | - | 矩形起点的Y轴坐标 |
\n
| width | number | 是 | - | 矩形宽度 |
\n
| height | number | 是 | - | 矩形高度 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"lineTo"
:{
"name"
:
"#### lineTo(x, y) @lineto"
,
"description"
:
"
\n
将路径的最后一个点连接到 (x,y) 坐标"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| x | number | 是 | - | 线终点的X轴坐标 |
\n
| y | number | 是 | - | 线终点的Y轴坐标 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"closePath"
:{
"name"
:
"#### closePath() @closepath"
,
"description"
:
"
\n
闭合路径,将最后一个点与起点连接起来。如果图形已经封闭,或者只有一个点,那么此方法不会产生任何效果。"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"stroke"
:{
"name"
:
"#### stroke() @stroke"
,
"description"
:
"
\n
绘制当前或已经存在的路径的边框。"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"strokeRect"
:{
"name"
:
"#### strokeRect(x, y, width, height) @strokerect"
,
"description"
:
"
\n
绘制一个矩形框"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| x | number | 是 | - | 矩形起点的X轴坐标 |
\n
| y | number | 是 | - | 矩形起点的Y轴坐标 |
\n
| width | number | 是 | - | 矩形宽度 |
\n
| height | number | 是 | - | 矩形高度 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"strokeText"
:{
"name"
:
"#### strokeText(text, x, y) @stroketext"
,
"description"
:
"
\n
绘制空心字符"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| text | string | 是 | - | 要绘制的字符 |
\n
| x | number | 是 | - | 字符开始绘制的X轴坐标 |
\n
| y | number | 是 | - | 字符开始绘制的Y轴坐标 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"fill"
:{
"name"
:
"#### fill(fillRule) @fill"
,
"description"
:
"
\n
填充当前或已存在的路径"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| fillRule | string | 是 | - | 填充规则,默认为`nonzero`。可选 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"fillRect"
:{
"name"
:
"#### fillRect(x, y, width, height) @fillrect"
,
"description"
:
"
\n
绘制一个实心矩形"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| x | number | 是 | - | 矩形起点的X轴坐标 |
\n
| y | number | 是 | - | 矩形起点的Y轴坐标 |
\n
| width | number | 是 | - | 矩形宽度 |
\n
| height | number | 是 | - | 矩形高度 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"fillText"
:{
"name"
:
"#### fillText(text, x, y) @filltext"
,
"description"
:
"
\n
绘制实心字符"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| text | string | 是 | - | 要绘制的字符 |
\n
| x | number | 是 | - | 字符开始绘制的X轴坐标 |
\n
| y | number | 是 | - | 字符开始绘制的Y轴坐标 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"reset"
:{
"name"
:
"#### reset() @reset"
,
"description"
:
"
\n
清空绘制数据"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"update"
:{
"name"
:
"#### update() @update"
,
"description"
:
"
\n
将所有绘制内容更新到画布上"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"setLineDash"
:{
"name"
:
"#### setLineDash(segments) @setlinedash"
,
"description"
:
"
\n
设置虚线样式"
,
"param"
:
"##### 参数
\n\n
| 名称 | 类型 | 必填 | 默认值 | 描述 |
\n
| :- | :- | :- | :- | :- |
\n
| segments | number
\\
[
\\
] | 是 | - | 一组描述交替绘制线段和间距长度的数字。 |"
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"CustomEvent"
:{
"name"
:
"## CustomEvent"
,
"description"
:
""
,
"extends"
:
"```mermaid
\n
classDiagram
\n\n
Event <|-- CustomEvent : Extend
\n
```"
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |
\n
| CustomEventOptions | [CustomEventOptions
\\
<T
\\
>](#customeventoptions) | 是 | |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| detail | T | 是 | - |
\n
| type | string | 是 | 事件类型 |
\n
| target | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| currentTarget | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| timeStamp | number | 是 | 事件发生时的时间戳 |
\n
"
,
"methods"
:{
"stopPropagation"
:{
"name"
:
"#### stopPropagation() @stoppropagation"
,
"description"
:
"
\n
阻止当前事件的进一步传播"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"preventDefault"
:{
"name"
:
"#### preventDefault() @preventdefault"
,
"description"
:
"
\n
阻止当前事件的默认行为"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"CustomEventOptions"
:{
"name"
:
"## CustomEventOptions"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| detail | T | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| detail | T | 是 | - |
\n
"
,
"methods"
:{}},
"MouseEvent"
:{
"name"
:
"## MouseEvent"
,
"description"
:
""
,
"extends"
:
"```mermaid
\n
classDiagram
\n\n
Event <|-- MouseEvent : Extend
\n
```"
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| type | string | 是 | - |
\n
| x | number | 是 | - |
\n
| y | number | 是 | - |
\n
| clientX | number | 是 | - |
\n
| clientY | number | 是 | - |
\n
| pageX | number | 是 | - |
\n
| pageY | number | 是 | - |
\n
| screenX | number | 是 | - |
\n
| screenY | number | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| clientX | number | 是 | 相对于页面可显示区域左边的距离 |
\n
| clientY | number | 是 | 相对于页面可显示区域顶部的距离 |
\n
| x | number | 是 | 相对于页面可显示区域左边的距离,同`clientX` |
\n
| y | number | 是 | 相对于页面可显示区域顶部的距离,同`clientY` |
\n
| pageX | number | 是 | 相对于文档左边的距离 |
\n
| pageY | number | 是 | 相对于文档顶部的距离 |
\n
| screenX | number | 是 | 相对于屏幕左边距离 |
\n
| screenY | number | 是 | 相对于屏幕顶部的距离 |
\n
| type | string | 是 | 事件类型 |
\n
| target | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| currentTarget | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| timeStamp | number | 是 | 事件发生时的时间戳 |
\n
"
,
"methods"
:{
"stopPropagation"
:{
"name"
:
"#### stopPropagation() @stoppropagation"
,
"description"
:
"
\n
阻止当前事件的进一步传播"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"preventDefault"
:{
"name"
:
"#### preventDefault() @preventdefault"
,
"description"
:
"
\n
阻止当前事件的默认行为"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"TouchEvent"
:{
"name"
:
"## TouchEvent"
,
"description"
:
""
,
"extends"
:
"```mermaid
\n
classDiagram
\n\n
Event <|-- TouchEvent : Extend
\n
```"
,
"param"
:
"
\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| touches | Array
\\
<[Touch](/uni-app-x/component/common#touch)
\\
> | 是 | 当前停留在屏幕中的触摸点信息的数组 |
\n
| changedTouches | Array
\\
<[Touch](/uni-app-x/component/common#touch)
\\
> | 是 | 当前变化的触摸点信息的数组 |
\n
| type | string | 是 | 事件类型 |
\n
| target | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| currentTarget | [INode](/uni-app-x/dom/inode.md) | 是 | |
\n
| timeStamp | number | 是 | 事件发生时的时间戳 |
\n
"
,
"methods"
:{
"stopPropagation"
:{
"name"
:
"#### stopPropagation() @stoppropagation"
,
"description"
:
"
\n
阻止当前事件的进一步传播"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
},
"preventDefault"
:{
"name"
:
"#### preventDefault() @preventdefault"
,
"description"
:
"
\n
阻止当前事件的默认行为"
,
"param"
:
""
,
"returnValue"
:
""
,
"compatibility"
:
""
,
"tutorial"
:
""
}}},
"Touch"
:{
"name"
:
"## Touch"
,
"description"
:
""
,
"extends"
:
""
,
"param"
:
"
\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| clientX | number | 是 | 相对于页面可显示区域左边的距离 |
\n
| clientY | number | 是 | 相对于页面可显示区域顶部的距离 |
\n
| identifier | number | 是 | 触摸点的标识符。这个值在这根手指所引发的所有事件中保持一致,直到手指抬起。 |
\n
| pageX | number | 是 | 相对于文档左边的距离 |
\n
| pageY | number | 是 | 相对于文档顶部的距离 |
\n
| screenX | number | 是 | 相对于屏幕左边距离 |
\n
| screenY | number | 是 | 相对于屏幕顶部的距离 |
\n
| force | number | 否 | 返回当前触摸点按下的压力大小 |
\n
"
,
"methods"
:{}},
"UniError"
:{
"name"
:
"## UniError"
,
"description"
:
"
\n
uni api统一错误信息对象 "
,
"extends"
:
"```mermaid
\n
classDiagram
\n\n
Error <|-- UniError : Extend
\n
```"
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| errSubject | string | 是 | - |
\n
| errCode | number | 是 | - |
\n
| errMsg | string | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| errSubject | string | 是 | 统一错误主题(模块)名称 |
\n
| errCode | number | 是 | 统一错误码 |
\n
| errMsg | string | 是 | 统一错误描述信息 |
\n
| data | any | 否 | 错误信息中包含的数据 |
\n
| name | string | 是 | - |
\n
| message | string | 是 | - |
\n
| cause | [Error](/tutorial/err-spec.html#unierror) | 否 | - |
\n
"
,
"methods"
:{}},
"Error"
:{
"name"
:
"## Error"
,
"description"
:
"
\n
UTS错误信息对象"
,
"extends"
:
""
,
"param"
:
"
\n
### 构造函数
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| message | string | 是 | - |
\n
| UTSJSONObject | [UTSJSONObject](#utsjsonobject) | 是 | - |
\n\n
### 属性值
\n
| 名称 | 类型 | 必填 | 描述 |
\n
| :- | :- | :- | :- |
\n
| name | string | 是 | - |
\n
| message | string | 是 | - |
\n
| cause | [Error](/tutorial/err-spec.html#unierror) | 否 | - |
\n
"
,
"methods"
:{}}}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录