• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# JS API Changes of the Pan-Sensor Subsystem
2
3The table below lists the APIs changes of the pan-sensor subsystem in OpenHarmony 3.2 Beta3 over OpenHarmony 3.2 Beta2.
4
5## API Changes
6
7| Module| Class| Method/Attribute/Enumeration/Constant| Change Type|
8|---|---|---|---|
9| ohos.vibrator | VibratePreset    | count: number;    | Added|
10| ohos.vibrator | VibratePreset    | effectId: string; | Added|
11| ohos.vibrator | VibratePreset    | type: "preset";   | Added|
12| ohos.vibrator | VibrateTime      | duration: number; | Added|
13| ohos.vibrator | VibrateTime      | type: "time";     | Added|
14| ohos.vibrator | VibrateAttribute | usage: Usage,     | Added|
15| ohos.vibrator | VibrateAttribute | id?: number,      | Added|
16