From 2ae17bece36451636be9c1921f0ea4d4befb98fe Mon Sep 17 00:00:00 2001 From: luocheng Date: Mon, 21 Aug 2023 06:23:10 +0000 Subject: [PATCH] update api/@ohos.accessibility.config.d.ts. Signed-off-by: luocheng --- api/@ohos.accessibility.config.d.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/api/@ohos.accessibility.config.d.ts b/api/@ohos.accessibility.config.d.ts index 0000f1ce08..4c4514500e 100644 --- a/api/@ohos.accessibility.config.d.ts +++ b/api/@ohos.accessibility.config.d.ts @@ -50,7 +50,7 @@ declare namespace config { * @systemapi * @since 9 */ - const highContrastText: Config; + var highContrastText: Config; /** * Indicates the configuration of invert color. * @@ -58,7 +58,7 @@ declare namespace config { * @systemapi * @since 9 */ - const invertColor: Config; + var invertColor: Config; /** * Indicates the configuration of daltonization color filter. * @@ -66,7 +66,7 @@ declare namespace config { * @systemapi * @since 9 */ - const daltonizationColorFilter: Config; + var daltonizationColorFilter: Config; /** * Indicates the configuration of content timeout. * @@ -74,7 +74,7 @@ declare namespace config { * @systemapi * @since 9 */ - const contentTimeout: Config; + var contentTimeout: Config; /** * Indicates the configuration of animation state. * @@ -82,7 +82,7 @@ declare namespace config { * @systemapi * @since 9 */ - const animationOff: Config; + var animationOff: Config; /** * Indicates the configuration of brightness discount. * @@ -90,7 +90,7 @@ declare namespace config { * @systemapi * @since 9 */ - const brightnessDiscount: Config; + var brightnessDiscount: Config; /** * Indicates the configuration of mouse key state. * @@ -98,7 +98,7 @@ declare namespace config { * @systemapi * @since 9 */ - const mouseKey: Config; + var mouseKey: Config; /** * Indicates the configuration of mouse auto click. * @@ -106,7 +106,7 @@ declare namespace config { * @systemapi * @since 9 */ - const mouseAutoClick: Config; + var mouseAutoClick: Config; /** * Indicates the configuration of short key state. * @@ -114,7 +114,7 @@ declare namespace config { * @systemapi * @since 9 */ - const shortkey: Config; + var shortkey: Config; /** * Indicates the configuration of short key target. * @@ -122,7 +122,7 @@ declare namespace config { * @systemapi * @since 9 */ - const shortkeyTarget: Config; + var shortkeyTarget: Config; /** * Indicates the configuration of captions state. * @@ -130,7 +130,7 @@ declare namespace config { * @systemapi * @since 9 */ - const captions: Config; + var captions: Config; /** * Indicates the configuration of captions style. * @@ -138,7 +138,7 @@ declare namespace config { * @systemapi * @since 9 */ - const captionsStyle: Config; + var captionsStyle: Config; /** * Enable the accessibility extension ability.