类: StrokeDescription
更新: 2025/10/24 字数: 0 字 时长: 0 分钟
accessibility.StrokeDescription
手势描述
Gesture description
目录
Constructors
属性
方法
Constructors
constructor
- new StrokeDescription(
points,duration,delay?)
构造手势描述
参数
| 名称 | 类型 | 描述 |
|---|---|---|
value | Point[] | 路径,由点的数组构成。 |
value | number | 滑动时长,单位毫秒。 |
value | number | 滑动开始延迟,单位毫秒。 |
属性
points
Readonlypoints: Point[]
路径,由点的数组构成。
duration
Readonlyduration:number
滑动时长,单位毫秒。
delay
Readonlyddelay:number
滑动开始延迟,单位毫秒。
方法
toAndroidStrokeDescription
- toAndroidStrokeDescription()
返回值
