mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-30 10:53:31 +00:00
commit
5a8cc3d6e8
9
api/@ohos.accessibility.config.d.ts
vendored
9
api/@ohos.accessibility.config.d.ts
vendored
@ -25,6 +25,15 @@ import type { AsyncCallback, Callback } from './@ohos.base';
|
||||
* @since 9
|
||||
*/
|
||||
declare namespace config {
|
||||
/**
|
||||
* @constant
|
||||
* Indicates the configuration of daltonization state.
|
||||
*
|
||||
* @syscap SystemCapability.BarrierFree.Accessibility.Core
|
||||
* @systemapi
|
||||
* @since 11
|
||||
*/
|
||||
const daltonizationState: Config<boolean>;
|
||||
/**
|
||||
* @constant
|
||||
* Indicates the configuration of audio mono.
|
||||
|
Loading…
Reference in New Issue
Block a user