ms-types 0.9.21 → 0.9.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/types/node.d.ts
CHANGED
|
@@ -114,9 +114,9 @@ declare interface NodeInfo {
|
|
|
114
114
|
doubleTap(): boolean;
|
|
115
115
|
/**
|
|
116
116
|
* 无障碍长按
|
|
117
|
-
* @param duration
|
|
117
|
+
* @param duration 长按持续时间,单位毫秒,默认 500
|
|
118
118
|
*/
|
|
119
|
-
press(duration
|
|
119
|
+
press(duration?: number): boolean;
|
|
120
120
|
/**
|
|
121
121
|
* 将节点滚动到可见区域
|
|
122
122
|
*/
|