mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
add systemUsage to bypass switches
Signed-off-by: lixiangpeng5 <lixiangpeng5@huawei.com> Change-Id: I6e5f10d4b0cbadf49246d374f856f4d38a5da593
This commit is contained in:
parent
f74276e6e1
commit
d5f85705a6
10
api/@ohos.vibrator.d.ts
vendored
10
api/@ohos.vibrator.d.ts
vendored
@ -453,6 +453,16 @@ declare namespace vibrator {
|
||||
* @since 11
|
||||
*/
|
||||
usage: Usage;
|
||||
|
||||
/**
|
||||
* Indicates whether to bypass system management switches.
|
||||
*
|
||||
* @type { ?boolean }
|
||||
* @syscap SystemCapability.Sensors.MiscDevice
|
||||
* @systemapi
|
||||
* @since 12
|
||||
*/
|
||||
systemUsage?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user