From b060e15740efc71bc424a116862c14ea0e0b4eed Mon Sep 17 00:00:00 2001 From: wangqing Date: Thu, 8 Jun 2023 22:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B04.0-beta1=E7=89=88=E6=9C=ACdi?= =?UTF-8?q?ff=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangqing --- .../v4.0-beta1/js-apidiff-accessibility.md | 27 +- .../api-diff/v4.0-beta1/js-apidiff-account.md | 72 - .../api-diff/v4.0-beta1/js-apidiff-arkui.md | 1475 +---------------- .../js-apidiff-compiler-and-runtime.md | 27 - .../v4.0-beta1/js-apidiff-distributed-data.md | 167 +- .../v4.0-beta1/js-apidiff-geolocation.md | 37 - .../api-diff/v4.0-beta1/js-apidiff-global.md | 153 -- .../api-diff/v4.0-beta1/js-apidiff-misc.md | 119 -- .../js-apidiff-multi-modal-input.md | 7 - .../v4.0-beta1/js-apidiff-multimedia.md | 182 +- .../v4.0-beta1/js-apidiff-security.md | 14 - .../api-diff/v4.0-beta1/js-apidiff-sensor.md | 18 - .../api-diff/v4.0-beta1/js-apidiff-update.md | 138 -- 13 files changed, 95 insertions(+), 2341 deletions(-) delete mode 100644 zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-geolocation.md diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md index 400f699333..0f5686b2ba 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md @@ -1,5 +1,26 @@ | 操作 | 旧版本 | 新版本 | d.ts文件 | | ---- | ------ | ------ | -------- | -|新增(错误码)|NA|类名:Config
方法 or 属性:get(): Promise\;
错误码内容: 201, 202|@ohos.accessibility.config.d.ts| -|新增(错误码)|NA|类名:Config
方法 or 属性:get(callback: AsyncCallback\): void;
错误码内容: 201, 202|@ohos.accessibility.config.d.ts| -|新增(错误码)|NA|类名:Config
方法 or 属性:off(callback?: Callback\): void;
错误码内容: 202|@ohos.accessibility.config.d.ts| +|废弃版本有变化|类名:accessibility;
方法or属性:function getAbilityLists(abilityType: AbilityType, stateType: AbilityState): Promise\>;;
旧版本信息:|类名:accessibility;
方法or属性:function getAbilityLists(abilityType: AbilityType, stateType: AbilityState): Promise\>;;
新版本信息:9;
代替接口: ohos.accessibility#getAccessibilityExtensionList|@ohos.accessibility.d.ts| +|废弃版本有变化|类名:accessibility;
方法or属性:function sendEvent(event: EventInfo): Promise\;;
旧版本信息:|类名:accessibility;
方法or属性:function sendEvent(event: EventInfo): Promise\;;
新版本信息:9;
代替接口: ohos.accessibility#sendAccessibilityEvent|@ohos.accessibility.d.ts| +|新增(错误码)|类名:Config;
方法or属性:get(): Promise\;;
旧版本信息:|类名:Config;
方法or属性:get(): Promise\;;
新版本信息:201,202|@ohos.accessibility.config.d.ts| +|新增(错误码)|类名:Config;
方法or属性:get(callback: AsyncCallback\): void;;
旧版本信息:|类名:Config;
方法or属性:get(callback: AsyncCallback\): void;;
新版本信息:201,202|@ohos.accessibility.config.d.ts| +|新增(错误码)|类名:Config;
方法or属性:off(callback?: Callback\): void;
旧版本信息:|类名:Config;
方法or属性:off(callback?: Callback\): void;
新版本信息:202|@ohos.accessibility.config.d.ts| +|新增(错误码)|类名:AccessibilityElement;
方法or属性:attributeValue\(
attributeName: T,
callback: AsyncCallback\
): void;;
旧版本信息:|类名:AccessibilityElement;
方法or属性:attributeValue\(
attributeName: T,
callback: AsyncCallback\
): void;;
新版本信息:401,9300004|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:config;
方法or属性:function enableAbility(
name: string,
capability: Array\,
callback: AsyncCallback\
): void;
旧版本信息:201,401,9300001,9300002|类名:config;
方法or属性:function enableAbility(
name: string,
capability: Array\,
callback: AsyncCallback\
): void;
新版本信息:201,202,401,9300001,9300002|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:config;
方法or属性:function enableAbility(name: string, capability: Array\): Promise\;;
旧版本信息:201,401,9300001,9300002|类名:config;
方法or属性:function enableAbility(name: string, capability: Array\): Promise\;;
新版本信息:201,202,401,9300001,9300002|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:config;
方法or属性:function disableAbility(name: string, callback: AsyncCallback\): void;;
旧版本信息:201,401,9300001|类名:config;
方法or属性:function disableAbility(name: string, callback: AsyncCallback\): void;;
新版本信息:201,202,401,9300001|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:config;
方法or属性:function disableAbility(name: string): Promise\;;
旧版本信息:201,401,9300001|类名:config;
方法or属性:function disableAbility(name: string): Promise\;;
新版本信息:201,202,401,9300001|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:config;
方法or属性:function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\): void;;
旧版本信息:401|类名:config;
方法or属性:function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\): void;;
新版本信息:202,401|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:config;
方法or属性:function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\): void;;
旧版本信息:401|类名:config;
方法or属性:function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\): void;;
新版本信息:202,401|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:Config;
方法or属性:set(value: T, callback: AsyncCallback\): void;
旧版本信息:201,401|类名:Config;
方法or属性:set(value: T, callback: AsyncCallback\): void;
新版本信息:201,202,401|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:Config;
方法or属性:set(value: T): Promise\;;
旧版本信息:201,401|类名:Config;
方法or属性:set(value: T): Promise\;;
新版本信息:201,202,401|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:Config;
方法or属性:on(callback: Callback\): void;;
旧版本信息:401|类名:Config;
方法or属性:on(callback: Callback\): void;;
新版本信息:201,202,401|@ohos.accessibility.config.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(callback: AsyncCallback\): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(callback: AsyncCallback\): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(isAccessibilityFocus?: boolean): Promise\;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(isAccessibilityFocus?: boolean): Promise\;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(windowId: number, callback: AsyncCallback\): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(windowId: number, callback: AsyncCallback\): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(callback: AsyncCallback\): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(callback: AsyncCallback\): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(windowId?: number): Promise\;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(windowId?: number): Promise\;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindows(displayId?: number): Promise\>;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindows(displayId?: number): Promise\>;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindows(callback: AsyncCallback\>): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindows(callback: AsyncCallback\>): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| +|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindows(displayId: number, callback: AsyncCallback\>): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindows(displayId: number, callback: AsyncCallback\>): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md index 855f20e9bd..cedd7fd83f 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md @@ -80,78 +80,6 @@ |访问级别有变化|类名:DomainPlugin
访问级别:公开API|类名:DomainPlugin
访问级别:系统API|@ohos.account.osAccount.d.ts| |访问级别有变化|类名:DomainAccountManager
访问级别:公开API|类名:DomainAccountManager
访问级别:系统API|@ohos.account.osAccount.d.ts| |访问级别有变化|类名:UserIdentityManager
访问级别:公开API|类名:UserIdentityManager
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:GetPropertyRequest
方法 or 属性:authType: AuthType;
访问级别:公开API|类名:GetPropertyRequest
方法 or 属性:authType: AuthType;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:GetPropertyRequest
方法 or 属性:keys: Array\;
访问级别:公开API|类名:GetPropertyRequest
方法 or 属性:keys: Array\;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:SetPropertyRequest
方法 or 属性:authType: AuthType;
访问级别:公开API|类名:SetPropertyRequest
方法 or 属性:authType: AuthType;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:SetPropertyRequest
方法 or 属性:key: SetPropertyType;
访问级别:公开API|类名:SetPropertyRequest
方法 or 属性:key: SetPropertyType;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:SetPropertyRequest
方法 or 属性:setInfo: Uint8Array;
访问级别:公开API|类名:SetPropertyRequest
方法 or 属性:setInfo: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ExecutorProperty
方法 or 属性:result: number;
访问级别:公开API|类名:ExecutorProperty
方法 or 属性:result: number;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ExecutorProperty
方法 or 属性:authSubType: AuthSubType;
访问级别:公开API|类名:ExecutorProperty
方法 or 属性:authSubType: AuthSubType;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ExecutorProperty
方法 or 属性:remainTimes?: number;
访问级别:公开API|类名:ExecutorProperty
方法 or 属性:remainTimes?: number;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ExecutorProperty
方法 or 属性:freezingTime?: number;
访问级别:公开API|类名:ExecutorProperty
方法 or 属性:freezingTime?: number;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthResult
方法 or 属性:token?: Uint8Array;
访问级别:公开API|类名:AuthResult
方法 or 属性:token?: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthResult
方法 or 属性:remainTimes?: number;
访问级别:公开API|类名:AuthResult
方法 or 属性:remainTimes?: number;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthResult
方法 or 属性:freezingTime?: number;
访问级别:公开API|类名:AuthResult
方法 or 属性:freezingTime?: number;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:CredentialInfo
方法 or 属性:credType: AuthType;
访问级别:公开API|类名:CredentialInfo
方法 or 属性:credType: AuthType;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:CredentialInfo
方法 or 属性:credSubType: AuthSubType;
访问级别:公开API|类名:CredentialInfo
方法 or 属性:credSubType: AuthSubType;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:CredentialInfo
方法 or 属性:token: Uint8Array;
访问级别:公开API|类名:CredentialInfo
方法 or 属性:token: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:RequestResult
方法 or 属性:credentialId?: Uint8Array;
访问级别:公开API|类名:RequestResult
方法 or 属性:credentialId?: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:EnrolledCredInfo
方法 or 属性:credentialId: Uint8Array;
访问级别:公开API|类名:EnrolledCredInfo
方法 or 属性:credentialId: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:EnrolledCredInfo
方法 or 属性:authType: AuthType;
访问级别:公开API|类名:EnrolledCredInfo
方法 or 属性:authType: AuthType;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:EnrolledCredInfo
方法 or 属性:authSubType: AuthSubType;
访问级别:公开API|类名:EnrolledCredInfo
方法 or 属性:authSubType: AuthSubType;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:EnrolledCredInfo
方法 or 属性:templateId: Uint8Array;
访问级别:公开API|类名:EnrolledCredInfo
方法 or 属性:templateId: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:GetPropertyType
方法 or 属性:AUTH_SUB_TYPE = 1
访问级别:公开API|类名:GetPropertyType
方法 or 属性:AUTH_SUB_TYPE = 1
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:GetPropertyType
方法 or 属性:REMAIN_TIMES = 2
访问级别:公开API|类名:GetPropertyType
方法 or 属性:REMAIN_TIMES = 2
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:GetPropertyType
方法 or 属性:FREEZING_TIME = 3
访问级别:公开API|类名:GetPropertyType
方法 or 属性:FREEZING_TIME = 3
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:SetPropertyType
方法 or 属性:INIT_ALGORITHM = 1
访问级别:公开API|类名:SetPropertyType
方法 or 属性:INIT_ALGORITHM = 1
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthType
方法 or 属性:PIN = 1
访问级别:公开API|类名:AuthType
方法 or 属性:PIN = 1
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthType
方法 or 属性:FACE = 2
访问级别:公开API|类名:AuthType
方法 or 属性:FACE = 2
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthType
方法 or 属性:DOMAIN = 1024
访问级别:公开API|类名:AuthType
方法 or 属性:DOMAIN = 1024
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthSubType
方法 or 属性:PIN_SIX = 10000
访问级别:公开API|类名:AuthSubType
方法 or 属性:PIN_SIX = 10000
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthSubType
方法 or 属性:PIN_NUMBER = 10001
访问级别:公开API|类名:AuthSubType
方法 or 属性:PIN_NUMBER = 10001
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthSubType
方法 or 属性:PIN_MIXED = 10002
访问级别:公开API|类名:AuthSubType
方法 or 属性:PIN_MIXED = 10002
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthSubType
方法 or 属性:FACE_2D = 20000
访问级别:公开API|类名:AuthSubType
方法 or 属性:FACE_2D = 20000
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthSubType
方法 or 属性:FACE_3D = 20001
访问级别:公开API|类名:AuthSubType
方法 or 属性:FACE_3D = 20001
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthSubType
方法 or 属性:DOMAIN_MIXED = 10240001
访问级别:公开API|类名:AuthSubType
方法 or 属性:DOMAIN_MIXED = 10240001
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthTrustLevel
方法 or 属性:ATL1 = 10000
访问级别:公开API|类名:AuthTrustLevel
方法 or 属性:ATL1 = 10000
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthTrustLevel
方法 or 属性:ATL2 = 20000
访问级别:公开API|类名:AuthTrustLevel
方法 or 属性:ATL2 = 20000
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthTrustLevel
方法 or 属性:ATL3 = 30000
访问级别:公开API|类名:AuthTrustLevel
方法 or 属性:ATL3 = 30000
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:AuthTrustLevel
方法 or 属性:ATL4 = 40000
访问级别:公开API|类名:AuthTrustLevel
方法 or 属性:ATL4 = 40000
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:Module
方法 or 属性:FACE_AUTH = 1
访问级别:公开API|类名:Module
方法 or 属性:FACE_AUTH = 1
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:SUCCESS = 0
访问级别:公开API|类名:ResultCode
方法 or 属性:SUCCESS = 0
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:FAIL = 1
访问级别:公开API|类名:ResultCode
方法 or 属性:FAIL = 1
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:GENERAL_ERROR = 2
访问级别:公开API|类名:ResultCode
方法 or 属性:GENERAL_ERROR = 2
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:CANCELED = 3
访问级别:公开API|类名:ResultCode
方法 or 属性:CANCELED = 3
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:TIMEOUT = 4
访问级别:公开API|类名:ResultCode
方法 or 属性:TIMEOUT = 4
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:TYPE_NOT_SUPPORT = 5
访问级别:公开API|类名:ResultCode
方法 or 属性:TYPE_NOT_SUPPORT = 5
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:TRUST_LEVEL_NOT_SUPPORT = 6
访问级别:公开API|类名:ResultCode
方法 or 属性:TRUST_LEVEL_NOT_SUPPORT = 6
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:BUSY = 7
访问级别:公开API|类名:ResultCode
方法 or 属性:BUSY = 7
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:INVALID_PARAMETERS = 8
访问级别:公开API|类名:ResultCode
方法 or 属性:INVALID_PARAMETERS = 8
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:LOCKED = 9
访问级别:公开API|类名:ResultCode
方法 or 属性:LOCKED = 9
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ResultCode
方法 or 属性:NOT_ENROLLED = 10
访问级别:公开API|类名:ResultCode
方法 or 属性:NOT_ENROLLED = 10
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_BRIGHT = 1
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_BRIGHT = 1
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_DARK = 2
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_DARK = 2
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_CLOSE = 3
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_CLOSE = 3
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_FAR = 4
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_FAR = 4
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_HIGH = 5
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_HIGH = 5
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_LOW = 6
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_LOW = 6
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_RIGHT = 7
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_RIGHT = 7
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_LEFT = 8
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_LEFT = 8
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_MUCH_MOTION = 9
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_MUCH_MOTION = 9
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_POOR_GAZE = 10
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_POOR_GAZE = 10
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_NOT_DETECTED = 11
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_NOT_DETECTED = 11
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_GOOD = 0
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_GOOD = 0
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_IMAGER_DIRTY = 1
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_IMAGER_DIRTY = 1
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_INSUFFICIENT = 2
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_INSUFFICIENT = 2
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_PARTIAL = 3
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_PARTIAL = 3
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_TOO_FAST = 4
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_TOO_FAST = 4
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_TOO_SLOW = 5
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_TOO_SLOW = 5
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_NOT_EXIST = 0
访问级别:公开API|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_NOT_EXIST = 0
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_BASE = 1
访问级别:公开API|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_BASE = 1
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_DEVICE_OWNER = 2
访问级别:公开API|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_DEVICE_OWNER = 2
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_PROFILE_OWNER = 3
访问级别:公开API|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_PROFILE_OWNER = 3
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ConstraintSourceTypeInfo
方法 or 属性:localId: number;
访问级别:公开API|类名:ConstraintSourceTypeInfo
方法 or 属性:localId: number;
访问级别:系统API|@ohos.account.osAccount.d.ts| -|访问级别有变化|类名:ConstraintSourceTypeInfo
方法 or 属性:type: ConstraintSourceType;
访问级别:公开API|类名:ConstraintSourceTypeInfo
方法 or 属性:type: ConstraintSourceType;
访问级别:系统API|@ohos.account.osAccount.d.ts| |新增(错误码)|NA|类名:UserAuth
方法 or 属性:constructor();
错误码内容: 202|@ohos.account.osAccount.d.ts| |新增(错误码)|NA|类名:UserAuth
方法 or 属性:getVersion(): number;
错误码内容: 202|@ohos.account.osAccount.d.ts| |新增(错误码)|NA|类名:PINAuth
方法 or 属性:constructor();
错误码内容: 202|@ohos.account.osAccount.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md index 5498167e8f..fa18953f61 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md @@ -66,11 +66,8 @@ |新增|NA|模块名: common
类名: AnimatableArithmetic
方法 or 属性:plus(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts| |新增|NA|类名:AnimatableArithmetic
方法or属性:plus(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts| |新增|NA|模块名: common
类名: AnimatableArithmetic
方法 or 属性:subtract(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts| -|新增|NA|类名:AnimatableArithmetic
方法or属性:subtract(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts| |新增|NA|模块名: common
类名: AnimatableArithmetic
方法 or 属性:multiply(scale: number): AnimatableArithmetic\;|common.d.ts| -|新增|NA|类名:AnimatableArithmetic
方法or属性:multiply(scale: number): AnimatableArithmetic\;|common.d.ts| |新增|NA|模块名: common
类名: AnimatableArithmetic
方法 or 属性:equals(rhs: AnimatableArithmetic\): boolean;|common.d.ts| -|新增|NA|类名:AnimatableArithmetic
方法or属性:equals(rhs: AnimatableArithmetic\): boolean;|common.d.ts| |新增|NA|类名:global
方法or属性:declare const Recycle: ClassDecorator;|common.d.ts| |新增|NA|模块名: common
类名: TransitionEdge|common.d.ts| |新增|NA|模块名: common
类名: TransitionEdge
方法 or 属性:TOP|common.d.ts| @@ -566,1473 +563,34 @@ |访问级别有变化|类名:SubscribedAbstractProperty
方法 or 属性:info(): string;
访问级别:系统API|类名:SubscribedAbstractProperty
方法 or 属性:info(): string;
访问级别:公开API|common_ts_ets_api.d.ts| |废弃版本有变化|类名:ShowToastOptions
废弃版本:N/A|类名:ShowToastOptions
废弃版本:8
代替接口:ohos.prompt |@system.prompt.d.ts| |废弃版本有变化|类名:TransitionOptions
废弃版本:N/A|类名:TransitionOptions
废弃版本:10
代替接口:TransitionEffect |common.d.ts| -|废弃版本有变化|类名:PopupOptions
方法 or 属性:placementOnTop?: boolean;
废弃版本:N/A|类名:PopupOptions
方法 or 属性:placementOnTop?: boolean;
废弃版本:10
代替接口:PopupOptions|common.d.ts| -|废弃版本有变化|类名:CustomPopupOptions
方法 or 属性:maskColor?: Color \| string \| Resource \| number;
废弃版本:N/A|类名:CustomPopupOptions
方法 or 属性:maskColor?: Color \| string \| Resource \| number;
废弃版本:10
代替接口:CustomPopupOptions|common.d.ts| -|废弃版本有变化|类名:CommonMethod
方法 or 属性:useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
废弃版本:N/A|类名:CommonMethod
方法 or 属性:useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
废弃版本:9
代替接口:grid_col/|common.d.ts| -|废弃版本有变化|类名:SizeType
废弃版本:N/A|类名:SizeType
废弃版本:9
代替接口:grid_col/|grid_container.d.ts| -|废弃版本有变化|类名:GridContainerOptions
废弃版本:N/A|类名:GridContainerOptions
废弃版本:9
代替接口:grid_col/|grid_container.d.ts| +|废弃版本有变化|类名:PopupOptions
方法 or 属性:placementOnTop?: boolean;
废弃版本:N/A|类名:PopupOptions
方法 or 属性:placementOnTop?: boolean;
废弃版本:10
代替接口:PopupOptions#placement|common.d.ts| +|废弃版本有变化|类名:CustomPopupOptions
方法 or 属性:maskColor?: Color \| string \| Resource \| number;
废弃版本:N/A|类名:CustomPopupOptions
方法 or 属性:maskColor?: Color \| string \| Resource \| number;
废弃版本:10
代替接口:CustomPopupOptions#mask|common.d.ts| +|废弃版本有变化|类名:CommonMethod
方法 or 属性:useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
废弃版本:N/A|类名:CommonMethod
方法 or 属性:useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
废弃版本:9
代替接口:grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption]|common.d.ts| +|废弃版本有变化|类名:SizeType
废弃版本:N/A|类名:SizeType
废弃版本:9
代替接口:grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption]|grid_container.d.ts| +|废弃版本有变化|类名:GridContainerOptions
废弃版本:N/A|类名:GridContainerOptions
废弃版本:9
代替接口:grid_col/[GridColOptions] and grid_row/[GridRowOptions]|grid_container.d.ts| |废弃版本有变化|类名:GridContainerOptions
方法 or 属性:columns?: number \| "auto";
废弃版本:N/A|类名:GridContainerOptions
方法 or 属性:columns?: number \| "auto";
废弃版本:9
代替接口:N/A|grid_container.d.ts| |废弃版本有变化|类名:GridContainerOptions
方法 or 属性:sizeType?: SizeType;
废弃版本:N/A|类名:GridContainerOptions
方法 or 属性:sizeType?: SizeType;
废弃版本:9
代替接口:N/A|grid_container.d.ts| |废弃版本有变化|类名:GridContainerOptions
方法 or 属性:gutter?: number \| string;
废弃版本:N/A|类名:GridContainerOptions
方法 or 属性:gutter?: number \| string;
废弃版本:9
代替接口:N/A|grid_container.d.ts| |废弃版本有变化|类名:GridContainerOptions
方法 or 属性:margin?: number \| string;
废弃版本:N/A|类名:GridContainerOptions
方法 or 属性:margin?: number \| string;
废弃版本:9
代替接口:N/A|grid_container.d.ts| -|废弃版本有变化|类名:GridContainerInterface
废弃版本:N/A|类名:GridContainerInterface
废弃版本:9
代替接口:grid_col/|grid_container.d.ts| +|废弃版本有变化|类名:GridContainerInterface
废弃版本:N/A|类名:GridContainerInterface
废弃版本:9
代替接口:grid_col/[GridColInterface] and grid_row/[GridRowInterface]|grid_container.d.ts| |废弃版本有变化|类名:GridContainerInterface
方法 or 属性:(value?: GridContainerOptions): GridContainerAttribute;
废弃版本:N/A|类名:GridContainerInterface
方法 or 属性:(value?: GridContainerOptions): GridContainerAttribute;
废弃版本:9
代替接口:N/A|grid_container.d.ts| -|废弃版本有变化|类名:GridContainerAttribute
废弃版本:N/A|类名:GridContainerAttribute
废弃版本:9
代替接口:grid_col/|grid_container.d.ts| -|废弃版本有变化|类名:ImageAttribute
方法 or 属性:draggable(value: boolean): ImageAttribute;
废弃版本:N/A|类名:ImageAttribute
方法 or 属性:draggable(value: boolean): ImageAttribute;
废弃版本:10
代替接口:common.CommonMethod|image.d.ts| +|废弃版本有变化|类名:GridContainerAttribute
废弃版本:N/A|类名:GridContainerAttribute
废弃版本:9
代替接口:grid_col/[GridColAttribute] and grid_row/[GridRowAttribute]|grid_container.d.ts| +|废弃版本有变化|类名:ImageAttribute
方法 or 属性:draggable(value: boolean): ImageAttribute;
废弃版本:N/A|类名:ImageAttribute
方法 or 属性:draggable(value: boolean): ImageAttribute;
废弃版本:10
代替接口:common.CommonMethod#draggable|image.d.ts| |废弃版本有变化|类名:Sticky
废弃版本:N/A|类名:Sticky
废弃版本:9
代替接口:list/StickyStyle |list_item.d.ts| -|废弃版本有变化|类名:ListItemAttribute
方法 or 属性:sticky(value: Sticky): ListItemAttribute;
废弃版本:N/A|类名:ListItemAttribute
方法 or 属性:sticky(value: Sticky): ListItemAttribute;
废弃版本:9
代替接口:list/List|list_item.d.ts| +|废弃版本有变化|类名:ListItemAttribute
方法 or 属性:sticky(value: Sticky): ListItemAttribute;
废弃版本:N/A|类名:ListItemAttribute
方法 or 属性:sticky(value: Sticky): ListItemAttribute;
废弃版本:9
代替接口:list/List#sticky|list_item.d.ts| |废弃版本有变化|类名:MenuAttribute
方法 or 属性:fontSize(value: Length): MenuAttribute;
废弃版本:N/A|类名:MenuAttribute
方法 or 属性:fontSize(value: Length): MenuAttribute;
废弃版本:10
代替接口:font |menu.d.ts| -|废弃版本有变化|类名:SwiperDisplayMode
方法 or 属性:Stretch
废弃版本:N/A|类名:SwiperDisplayMode
方法 or 属性:Stretch
废弃版本:10
代替接口:SwiperDisplayMode|swiper.d.ts| -|废弃版本有变化|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
废弃版本:N/A|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
废弃版本:10
代替接口:SwiperDisplayMode|swiper.d.ts| +|废弃版本有变化|类名:SwiperDisplayMode
方法 or 属性:Stretch
废弃版本:N/A|类名:SwiperDisplayMode
方法 or 属性:Stretch
废弃版本:10
代替接口:SwiperDisplayMode#STRETCH|swiper.d.ts| +|废弃版本有变化|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
废弃版本:N/A|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
废弃版本:10
代替接口:SwiperDisplayMode#AUTO_LINEAR|swiper.d.ts| |废弃版本有变化|类名:IndicatorStyle
废弃版本:N/A|类名:IndicatorStyle
废弃版本:10
代替接口:N/A|swiper.d.ts| |废弃版本有变化|类名:SwiperAttribute
方法 or 属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
废弃版本:N/A|类名:SwiperAttribute
方法 or 属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
废弃版本:10
代替接口:N/A|swiper.d.ts| |废弃版本有变化|类名:TextPickerAttribute
方法 or 属性:onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
废弃版本:N/A|类名:TextPickerAttribute
方法 or 属性:onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
废弃版本:10
代替接口:N/A|text_picker.d.ts| |废弃版本有变化|类名:TextPickerAttribute
方法 or 属性:onCancel(callback: () => void): TextPickerAttribute;
废弃版本:N/A|类名:TextPickerAttribute
方法 or 属性:onCancel(callback: () => void): TextPickerAttribute;
废弃版本:10
代替接口:N/A|text_picker.d.ts| -|废弃版本有变化|类名:WebAttribute
方法 or 属性:onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
废弃版本:N/A|类名:WebAttribute
方法 or 属性:onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
废弃版本:10
代替接口:ohos.web.WebAttribute|web.d.ts| -|起始版本有变化|类名:
方法 or 属性: function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;
起始版本:7|类名:
方法 or 属性: function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;
起始版本:7|类名:
方法 or 属性: function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function clearInterval(intervalID?: number): void;
起始版本:7|类名:
方法 or 属性: function clearInterval(intervalID?: number): void;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function clearTimeout(timeoutID?: number): void;
起始版本:7|类名:
方法 or 属性: function clearTimeout(timeoutID?: number): void;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function canIUse(syscap: string): boolean;
起始版本:8|类名:
方法 or 属性: function canIUse(syscap: string): boolean;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function getInspectorByKey(id: string): string;
起始版本:9|类名:
方法 or 属性: function getInspectorByKey(id: string): string;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function getInspectorTree(): Object;
起始版本:9|类名:
方法 or 属性: function getInspectorTree(): Object;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;
起始版本:9|类名:
方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;
起始版本:9|类名:
方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;
起始版本:9|类名:
方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;
起始版本:10|global.d.ts| -|起始版本有变化|类名:
方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;
起始版本:9|类名:
方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;
起始版本:10|global.d.ts| -|起始版本有变化|类名:AnimatorOptions
起始版本:6|类名:AnimatorOptions
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorOptions
方法 or 属性:duration: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:duration: number;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorOptions
方法 or 属性:easing: string;
起始版本:6|类名:AnimatorOptions
方法 or 属性:easing: string;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorOptions
方法 or 属性:delay: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:delay: number;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorOptions
方法 or 属性:fill: "none" \| "forwards" \| "backwards" \| "both";
起始版本:6|类名:AnimatorOptions
方法 or 属性:fill: "none" \| "forwards" \| "backwards" \| "both";
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorOptions
方法 or 属性:direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";
起始版本:6|类名:AnimatorOptions
方法 or 属性:direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorOptions
方法 or 属性:iterations: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:iterations: number;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorOptions
方法 or 属性:begin: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:begin: number;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorOptions
方法 or 属性:end: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:end: number;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
起始版本:6|类名:AnimatorResult
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:reset(options: AnimatorOptions): void;
起始版本:9|类名:AnimatorResult
方法 or 属性:reset(options: AnimatorOptions): void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:play(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:play(): void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:finish(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:finish(): void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:pause(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:pause(): void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:cancel(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:cancel(): void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:reverse(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:reverse(): void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:onframe: (progress: number) => void;
起始版本:6|类名:AnimatorResult
方法 or 属性:onframe: (progress: number) => void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:onfinish: () => void;
起始版本:6|类名:AnimatorResult
方法 or 属性:onfinish: () => void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:oncancel: () => void;
起始版本:6|类名:AnimatorResult
方法 or 属性:oncancel: () => void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:AnimatorResult
方法 or 属性:onrepeat: () => void;
起始版本:6|类名:AnimatorResult
方法 or 属性:onrepeat: () => void;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:Animator
起始版本:6|类名:Animator
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:Animator
方法 or 属性:static create(options: AnimatorOptions): AnimatorResult;
起始版本:9|类名:Animator
方法 or 属性:static create(options: AnimatorOptions): AnimatorResult;
起始版本:10|@ohos.animator.d.ts| -|起始版本有变化|类名:curves
起始版本:7|类名:curves
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:Curve
起始版本:7|类名:Curve
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:ICurve
起始版本:9|类名:ICurve
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:curves
方法 or 属性:function initCurve(curve?: Curve): ICurve;
起始版本:9|类名:curves
方法 or 属性:function initCurve(curve?: Curve): ICurve;
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:curves
方法 or 属性:function stepsCurve(count: number, end: boolean): ICurve;
起始版本:9|类名:curves
方法 or 属性:function stepsCurve(count: number, end: boolean): ICurve;
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:curves
方法 or 属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
起始版本:9|类名:curves
方法 or 属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:curves
方法 or 属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
起始版本:9|类名:curves
方法 or 属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:curves
方法 or 属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
起始版本:9|类名:curves
方法 or 属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:curves
方法 or 属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
起始版本:9|类名:curves
方法 or 属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
起始版本:10|@ohos.curves.d.ts| -|起始版本有变化|类名:matrix4
起始版本:7|类名:matrix4
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:TranslateOption
起始版本:7|类名:TranslateOption
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:TranslateOption
方法 or 属性:x?: number;
起始版本:7|类名:TranslateOption
方法 or 属性:x?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:TranslateOption
方法 or 属性:y?: number;
起始版本:7|类名:TranslateOption
方法 or 属性:y?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:TranslateOption
方法 or 属性:z?: number;
起始版本:7|类名:TranslateOption
方法 or 属性:z?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:ScaleOption
起始版本:7|类名:ScaleOption
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:ScaleOption
方法 or 属性:x?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:x?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:ScaleOption
方法 or 属性:y?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:y?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:ScaleOption
方法 or 属性:z?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:z?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:ScaleOption
方法 or 属性:centerX?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:centerX?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:ScaleOption
方法 or 属性:centerY?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:centerY?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:RotateOption
起始版本:7|类名:RotateOption
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:RotateOption
方法 or 属性:x?: number;
起始版本:7|类名:RotateOption
方法 or 属性:x?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:RotateOption
方法 or 属性:y?: number;
起始版本:7|类名:RotateOption
方法 or 属性:y?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:RotateOption
方法 or 属性:z?: number;
起始版本:7|类名:RotateOption
方法 or 属性:z?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:RotateOption
方法 or 属性:centerX?: number;
起始版本:7|类名:RotateOption
方法 or 属性:centerX?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:RotateOption
方法 or 属性:centerY?: number;
起始版本:7|类名:RotateOption
方法 or 属性:centerY?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:RotateOption
方法 or 属性:angle?: number;
起始版本:7|类名:RotateOption
方法 or 属性:angle?: number;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:Matrix4Transit
起始版本:7|类名:Matrix4Transit
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:Matrix4Transit
方法 or 属性:copy(): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:copy(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:Matrix4Transit
方法 or 属性:invert(): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:invert(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:Matrix4Transit
方法 or 属性:combine(options: Matrix4Transit): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:combine(options: Matrix4Transit): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:Matrix4Transit
方法 or 属性:translate(options: TranslateOption): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:translate(options: TranslateOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:Matrix4Transit
方法 or 属性:scale(options: ScaleOption): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:scale(options: ScaleOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:Matrix4Transit
方法 or 属性:rotate(options: RotateOption): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:rotate(options: RotateOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:Matrix4Transit
方法 or 属性:transformPoint(options: [number, number]): [number, number];
起始版本:7|类名:Matrix4Transit
方法 or 属性:transformPoint(options: [number, number]): [number, number];
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:matrix4
方法 or 属性:function identity(): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function identity(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:matrix4
方法 or 属性:function copy(): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function copy(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:matrix4
方法 or 属性:function invert(): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function invert(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:matrix4
方法 or 属性:function combine(options: Matrix4Transit): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function combine(options: Matrix4Transit): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:matrix4
方法 or 属性:function translate(options: TranslateOption): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function translate(options: TranslateOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:matrix4
方法 or 属性:function scale(options: ScaleOption): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function scale(options: ScaleOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:matrix4
方法 or 属性:function rotate(options: RotateOption): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function rotate(options: RotateOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:matrix4
方法 or 属性:function transformPoint(options: [number, number]): [number, number];
起始版本:7|类名:matrix4
方法 or 属性:function transformPoint(options: [number, number]): [number, number];
起始版本:10|@ohos.matrix4.d.ts| -|起始版本有变化|类名:mediaquery
起始版本:7|类名:mediaquery
起始版本:10|@ohos.mediaquery.d.ts| -|起始版本有变化|类名:MediaQueryResult
方法 or 属性:readonly matches: boolean;
起始版本:7|类名:MediaQueryResult
方法 or 属性:readonly matches: boolean;
起始版本:10|@ohos.mediaquery.d.ts| -|起始版本有变化|类名:MediaQueryResult
方法 or 属性:readonly media: string;
起始版本:7|类名:MediaQueryResult
方法 or 属性:readonly media: string;
起始版本:10|@ohos.mediaquery.d.ts| -|起始版本有变化|类名:MediaQueryListener
方法 or 属性:on(type: 'change', callback: Callback\): void;
起始版本:7|类名:MediaQueryListener
方法 or 属性:on(type: 'change', callback: Callback\): void;
起始版本:10|@ohos.mediaquery.d.ts| -|起始版本有变化|类名:MediaQueryListener
方法 or 属性:off(type: 'change', callback?: Callback\): void;
起始版本:7|类名:MediaQueryListener
方法 or 属性:off(type: 'change', callback?: Callback\): void;
起始版本:10|@ohos.mediaquery.d.ts| -|起始版本有变化|类名:mediaquery
方法 or 属性:function matchMediaSync(condition: string): MediaQueryListener;
起始版本:7|类名:mediaquery
方法 or 属性:function matchMediaSync(condition: string): MediaQueryListener;
起始版本:10|@ohos.mediaquery.d.ts| -|起始版本有变化|类名:promptAction
起始版本:9|类名:promptAction
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowToastOptions
起始版本:9|类名:ShowToastOptions
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowToastOptions
方法 or 属性:message: string \| Resource;
起始版本:9|类名:ShowToastOptions
方法 or 属性:message: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowToastOptions
方法 or 属性:duration?: number;
起始版本:9|类名:ShowToastOptions
方法 or 属性:duration?: number;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowToastOptions
方法 or 属性:bottom?: string \| number;
起始版本:9|类名:ShowToastOptions
方法 or 属性:bottom?: string \| number;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:Button
起始版本:9|类名:Button
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:Button
方法 or 属性:text: string \| Resource;
起始版本:9|类名:Button
方法 or 属性:text: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:Button
方法 or 属性:color: string \| Resource;
起始版本:9|类名:Button
方法 or 属性:color: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowDialogSuccessResponse
起始版本:9|类名:ShowDialogSuccessResponse
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowDialogSuccessResponse
方法 or 属性:index: number;
起始版本:9|类名:ShowDialogSuccessResponse
方法 or 属性:index: number;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowDialogOptions
起始版本:9|类名:ShowDialogOptions
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowDialogOptions
方法 or 属性:title?: string \| Resource;
起始版本:9|类名:ShowDialogOptions
方法 or 属性:title?: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowDialogOptions
方法 or 属性:message?: string \| Resource;
起始版本:9|类名:ShowDialogOptions
方法 or 属性:message?: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ShowDialogOptions
方法 or 属性:buttons?: [Button, Button?, Button?];
起始版本:9|类名:ShowDialogOptions
方法 or 属性:buttons?: [Button, Button?, Button?];
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ActionMenuSuccessResponse
起始版本:9|类名:ActionMenuSuccessResponse
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ActionMenuSuccessResponse
方法 or 属性:index: number;
起始版本:9|类名:ActionMenuSuccessResponse
方法 or 属性:index: number;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ActionMenuOptions
起始版本:9|类名:ActionMenuOptions
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ActionMenuOptions
方法 or 属性:title?: string \| Resource;
起始版本:9|类名:ActionMenuOptions
方法 or 属性:title?: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:ActionMenuOptions
方法 or 属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
起始版本:9|类名:ActionMenuOptions
方法 or 属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:promptAction
方法 or 属性:function showDialog(options: ShowDialogOptions): Promise\;
起始版本:9|类名:promptAction
方法 or 属性:function showDialog(options: ShowDialogOptions): Promise\;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:promptAction
方法 or 属性:function showActionMenu(options: ActionMenuOptions): Promise\;
起始版本:9|类名:promptAction
方法 or 属性:function showActionMenu(options: ActionMenuOptions): Promise\;
起始版本:10|@ohos.promptAction.d.ts| -|起始版本有变化|类名:SheetInfo
起始版本:8|类名:SheetInfo
起始版本:10|action_sheet.d.ts| -|起始版本有变化|类名:SheetInfo
方法 or 属性:title: string \| Resource;
起始版本:8|类名:SheetInfo
方法 or 属性:title: string \| Resource;
起始版本:10|action_sheet.d.ts| -|起始版本有变化|类名:SheetInfo
方法 or 属性:icon?: string \| Resource;
起始版本:8|类名:SheetInfo
方法 or 属性:icon?: string \| Resource;
起始版本:10|action_sheet.d.ts| -|起始版本有变化|类名:SheetInfo
方法 or 属性:action: () => void;
起始版本:8|类名:SheetInfo
方法 or 属性:action: () => void;
起始版本:10|action_sheet.d.ts| -|起始版本有变化|类名:ActionSheet
起始版本:8|类名:ActionSheet
起始版本:10|action_sheet.d.ts| -|起始版本有变化|类名:DialogAlignment
起始版本:7|类名:DialogAlignment
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:Top
起始版本:7|类名:DialogAlignment
方法 or 属性:Top
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:Center
起始版本:7|类名:DialogAlignment
方法 or 属性:Center
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:Bottom
起始版本:7|类名:DialogAlignment
方法 or 属性:Bottom
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:Default
起始版本:7|类名:DialogAlignment
方法 or 属性:Default
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:TopStart
起始版本:8|类名:DialogAlignment
方法 or 属性:TopStart
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:TopEnd
起始版本:8|类名:DialogAlignment
方法 or 属性:TopEnd
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:CenterStart
起始版本:8|类名:DialogAlignment
方法 or 属性:CenterStart
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:CenterEnd
起始版本:8|类名:DialogAlignment
方法 or 属性:CenterEnd
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:BottomStart
起始版本:8|类名:DialogAlignment
方法 or 属性:BottomStart
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:DialogAlignment
方法 or 属性:BottomEnd
起始版本:8|类名:DialogAlignment
方法 or 属性:BottomEnd
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParam
起始版本:7|类名:AlertDialogParam
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParam
方法 or 属性:title?: ResourceStr;
起始版本:7|类名:AlertDialogParam
方法 or 属性:title?: ResourceStr;
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParam
方法 or 属性:message: ResourceStr;
起始版本:7|类名:AlertDialogParam
方法 or 属性:message: ResourceStr;
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParam
方法 or 属性:autoCancel?: boolean;
起始版本:7|类名:AlertDialogParam
方法 or 属性:autoCancel?: boolean;
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParam
方法 or 属性:cancel?: () => void;
起始版本:7|类名:AlertDialogParam
方法 or 属性:cancel?: () => void;
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParam
方法 or 属性:alignment?: DialogAlignment;
起始版本:7|类名:AlertDialogParam
方法 or 属性:alignment?: DialogAlignment;
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParam
方法 or 属性:offset?: Offset;
起始版本:7|类名:AlertDialogParam
方法 or 属性:offset?: Offset;
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParam
方法 or 属性:gridCount?: number;
起始版本:7|类名:AlertDialogParam
方法 or 属性:gridCount?: number;
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParamWithConfirm
起始版本:7|类名:AlertDialogParamWithConfirm
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialogParamWithButtons
起始版本:7|类名:AlertDialogParamWithButtons
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialog
起始版本:7|类名:AlertDialog
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:AlertDialog
方法 or 属性:static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons);
起始版本:7|类名:AlertDialog
方法 or 属性:static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons);
起始版本:10|alert_dialog.d.ts| -|起始版本有变化|类名:IndexerAlign
起始版本:7|类名:IndexerAlign
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:IndexerAlign
方法 or 属性:Left
起始版本:7|类名:IndexerAlign
方法 or 属性:Left
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:IndexerAlign
方法 or 属性:Right
起始版本:7|类名:IndexerAlign
方法 or 属性:Right
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerInterface
起始版本:7|类名:AlphabetIndexerInterface
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerInterface
方法 or 属性:(value: { arrayValue: Array\; selected: number }): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerInterface
方法 or 属性:(value: { arrayValue: Array\; selected: number }): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
起始版本:7|类名:AlphabetIndexerAttribute
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:color(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:color(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:popupColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:popupColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:usingPopup(value: boolean): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:usingPopup(value: boolean): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:selectedFont(value: Font): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:selectedFont(value: Font): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:popupFont(value: Font): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:popupFont(value: Font): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:itemSize(value: string \| number): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:itemSize(value: string \| number): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:font(value: Font): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:font(value: Font): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:onRequestPopupData(callback: (index: number) => Array\): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:onRequestPopupData(callback: (index: number) => Array\): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:selected(index: number): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:selected(index: number): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:popupPosition(value: Position): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:popupPosition(value: Position): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const AlphabetIndexer: AlphabetIndexerInterface;
起始版本:7|类名:global
方法 or 属性:declare const AlphabetIndexer: AlphabetIndexerInterface;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
起始版本:7|类名:global
方法 or 属性:declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const AnimatorInstance: AnimatorAttribute;
起始版本:7|类名:global
方法 or 属性:declare const AnimatorInstance: AnimatorAttribute;
起始版本:9|animator.d.ts| -|起始版本有变化|类名:CalendarDay
起始版本:7|类名:CalendarDay
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:index: number;
起始版本:7|类名:CalendarDay
方法 or 属性:index: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:lunarMonth: string;
起始版本:7|类名:CalendarDay
方法 or 属性:lunarMonth: string;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:lunarDay: string;
起始版本:7|类名:CalendarDay
方法 or 属性:lunarDay: string;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:dayMark: string;
起始版本:7|类名:CalendarDay
方法 or 属性:dayMark: string;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:dayMarkValue: string;
起始版本:7|类名:CalendarDay
方法 or 属性:dayMarkValue: string;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:year: number;
起始版本:7|类名:CalendarDay
方法 or 属性:year: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:month: number;
起始版本:7|类名:CalendarDay
方法 or 属性:month: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:day: number;
起始版本:7|类名:CalendarDay
方法 or 属性:day: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:isFirstOfLunar: boolean;
起始版本:7|类名:CalendarDay
方法 or 属性:isFirstOfLunar: boolean;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:hasSchedule: boolean;
起始版本:7|类名:CalendarDay
方法 or 属性:hasSchedule: boolean;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarDay
方法 or 属性:markLunarDay: boolean;
起始版本:7|类名:CalendarDay
方法 or 属性:markLunarDay: boolean;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:MonthData
起始版本:7|类名:MonthData
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:MonthData
方法 or 属性:year: number;
起始版本:7|类名:MonthData
方法 or 属性:year: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:MonthData
方法 or 属性:month: number;
起始版本:7|类名:MonthData
方法 or 属性:month: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:MonthData
方法 or 属性:data: CalendarDay[];
起始版本:7|类名:MonthData
方法 or 属性:data: CalendarDay[];
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
起始版本:7|类名:CurrentDayStyle
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayColor?: ResourceColor;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:lunarColor?: ResourceColor;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:lunarColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:markLunarColor?: ResourceColor;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:markLunarColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayFontSize?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayFontSize?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:lunarDayFontSize?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:lunarDayFontSize?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayHeight?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayHeight?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayWidth?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayWidth?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:gregorianCalendarHeight?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:gregorianCalendarHeight?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayYAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayYAxisOffset?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:lunarDayYAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:lunarDayYAxisOffset?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:underscoreXAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:underscoreXAxisOffset?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:underscoreYAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:underscoreYAxisOffset?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerXAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerXAxisOffset?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerYAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerYAxisOffset?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:colSpace?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:colSpace?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dailyFiveRowSpace?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dailyFiveRowSpace?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dailySixRowSpace?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dailySixRowSpace?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:lunarHeight?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:lunarHeight?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:underscoreWidth?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:underscoreWidth?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:underscoreLength?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:underscoreLength?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerRadius?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerRadius?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:boundaryRowOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:boundaryRowOffset?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:boundaryColOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:boundaryColOffset?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:NonCurrentDayStyle
起始版本:7|类名:NonCurrentDayStyle
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthDayColor?: ResourceColor;
起始版本:7|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthDayColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthLunarColor?: ResourceColor;
起始版本:7|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthLunarColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;
起始版本:7|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;
起始版本:7|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:TodayStyle
起始版本:7|类名:TodayStyle
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:TodayStyle
方法 or 属性:focusedDayColor?: ResourceColor;
起始版本:7|类名:TodayStyle
方法 or 属性:focusedDayColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:TodayStyle
方法 or 属性:focusedLunarColor?: ResourceColor;
起始版本:7|类名:TodayStyle
方法 or 属性:focusedLunarColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:TodayStyle
方法 or 属性:focusedAreaBackgroundColor?: ResourceColor;
起始版本:7|类名:TodayStyle
方法 or 属性:focusedAreaBackgroundColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:TodayStyle
方法 or 属性:focusedAreaRadius?: number;
起始版本:7|类名:TodayStyle
方法 or 属性:focusedAreaRadius?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WeekStyle
起始版本:7|类名:WeekStyle
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WeekStyle
方法 or 属性:weekColor?: ResourceColor;
起始版本:7|类名:WeekStyle
方法 or 属性:weekColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WeekStyle
方法 or 属性:weekendDayColor?: ResourceColor;
起始版本:7|类名:WeekStyle
方法 or 属性:weekendDayColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WeekStyle
方法 or 属性:weekendLunarColor?: ResourceColor;
起始版本:7|类名:WeekStyle
方法 or 属性:weekendLunarColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WeekStyle
方法 or 属性:weekFontSize?: number;
起始版本:7|类名:WeekStyle
方法 or 属性:weekFontSize?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WeekStyle
方法 or 属性:weekHeight?: number;
起始版本:7|类名:WeekStyle
方法 or 属性:weekHeight?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WeekStyle
方法 or 属性:weekWidth?: number;
起始版本:7|类名:WeekStyle
方法 or 属性:weekWidth?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WeekStyle
方法 or 属性:weekAndDayRowSpace?: number;
起始版本:7|类名:WeekStyle
方法 or 属性:weekAndDayRowSpace?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WorkStateStyle
起始版本:7|类名:WorkStateStyle
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workDayMarkColor?: ResourceColor;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workDayMarkColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WorkStateStyle
方法 or 属性:offDayMarkColor?: ResourceColor;
起始版本:7|类名:WorkStateStyle
方法 or 属性:offDayMarkColor?: ResourceColor;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workDayMarkSize?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workDayMarkSize?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WorkStateStyle
方法 or 属性:offDayMarkSize?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:offDayMarkSize?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workStateWidth?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workStateWidth?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workStateHorizontalMovingDistance?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workStateHorizontalMovingDistance?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workStateVerticalMovingDistance?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workStateVerticalMovingDistance?: number;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarController
起始版本:7|类名:CalendarController
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarController
方法 or 属性:constructor();
起始版本:7|类名:CalendarController
方法 or 属性:constructor();
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarController
方法 or 属性:backToToday();
起始版本:7|类名:CalendarController
方法 or 属性:backToToday();
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarController
方法 or 属性:goTo(value: { year: number; month: number; day: number });
起始版本:7|类名:CalendarController
方法 or 属性:goTo(value: { year: number; month: number; day: number });
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarInterface
起始版本:7|类名:CalendarInterface
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarInterface
方法 or 属性:(value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
起始版本:7|类名:CalendarInterface
方法 or 属性:(value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
起始版本:7|类名:CalendarAttribute
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:showLunar(value: boolean): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:showLunar(value: boolean): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:showHoliday(value: boolean): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:showHoliday(value: boolean): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:needSlide(value: boolean): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:needSlide(value: boolean): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:startOfWeek(value: number): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:startOfWeek(value: number): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:offDays(value: number): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:offDays(value: number): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:direction(value: Axis): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:direction(value: Axis): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:todayStyle(value: TodayStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:todayStyle(value: TodayStyle): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:weekStyle(value: WeekStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:weekStyle(value: WeekStyle): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:workStateStyle(value: WorkStateStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:workStateStyle(value: WorkStateStyle): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:onSelectChange(event: (event: { year: number; month: number; day: number }) => void): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:onSelectChange(event: (event: { year: number; month: number; day: number }) => void): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:CalendarAttribute
方法 or 属性:onRequestData(
event: (event: {
year: number;
month: number;
currentYear: number;
currentMonth: number;
monthState: number;
}) => void,
): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:onRequestData(
event: (event: {
year: number;
month: number;
currentYear: number;
currentMonth: number;
monthState: number;
}) => void,
): CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Calendar: CalendarInterface;
起始版本:7|类名:global
方法 or 属性:declare const Calendar: CalendarInterface;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const CalendarInstance: CalendarAttribute;
起始版本:7|类名:global
方法 or 属性:declare const CalendarInstance: CalendarAttribute;
起始版本:10|calendar.d.ts| -|起始版本有变化|类名:ImageBitmap
方法 or 属性:constructor(data: PixelMap);
起始版本:8|类名:ImageBitmap
方法 or 属性:constructor(data: PixelMap);
起始版本:10|canvas.d.ts| -|起始版本有变化|类名:CanvasRenderer
方法 or 属性:getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
起始版本:8|类名:CanvasRenderer
方法 or 属性:getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
起始版本:10|canvas.d.ts| -|起始版本有变化|类名:CanvasRenderer
方法 or 属性:setPixelMap(value?: PixelMap): void;
起始版本:8|类名:CanvasRenderer
方法 or 属性:setPixelMap(value?: PixelMap): void;
起始版本:10|canvas.d.ts| -|起始版本有变化|类名:ColumnSplitInterface
起始版本:7|类名:ColumnSplitInterface
起始版本:10|column_split.d.ts| -|起始版本有变化|类名:ColumnSplitInterface
方法 or 属性:(): ColumnSplitAttribute;
起始版本:7|类名:ColumnSplitInterface
方法 or 属性:(): ColumnSplitAttribute;
起始版本:10|column_split.d.ts| -|起始版本有变化|类名:ColumnSplitAttribute
起始版本:7|类名:ColumnSplitAttribute
起始版本:10|column_split.d.ts| -|起始版本有变化|类名:ColumnSplitAttribute
方法 or 属性:resizeable(value: boolean): ColumnSplitAttribute;
起始版本:7|类名:ColumnSplitAttribute
方法 or 属性:resizeable(value: boolean): ColumnSplitAttribute;
起始版本:10|column_split.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ColumnSplitInstance: ColumnSplitAttribute;
起始版本:7|类名:global
方法 or 属性:declare const ColumnSplitInstance: ColumnSplitAttribute;
起始版本:10|column_split.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ColumnSplit: ColumnSplitInterface;
起始版本:7|类名:global
方法 or 属性:declare const ColumnSplit: ColumnSplitInterface;
起始版本:10|column_split.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const StorageProp: (value: string) => PropertyDecorator;
起始版本:7|类名:global
方法 or 属性:declare const StorageProp: (value: string) => PropertyDecorator;
起始版本:10|common.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const StorageLink: (value: string) => PropertyDecorator;
起始版本:7|类名:global
方法 or 属性:declare const StorageLink: (value: string) => PropertyDecorator;
起始版本:10|common.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Concurrent: MethodDecorator;
起始版本:9|类名:global
方法 or 属性:declare const Concurrent: MethodDecorator;
起始版本:10|common.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const CustomDialog: ClassDecorator;
起始版本:7|类名:global
方法 or 属性:declare const CustomDialog: ClassDecorator;
起始版本:10|common.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const LocalStorageLink: (value: string) => PropertyDecorator;
起始版本:9|类名:global
方法 or 属性:declare const LocalStorageLink: (value: string) => PropertyDecorator;
起始版本:10|common.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const LocalStorageProp: (value: string) => PropertyDecorator;
起始版本:9|类名:global
方法 or 属性:declare const LocalStorageProp: (value: string) => PropertyDecorator;
起始版本:10|common.d.ts| -|起始版本有变化|类名:
方法 or 属性:function getContext(component?: Object): Context;
起始版本:9|类名:
方法 or 属性:function getContext(component?: Object): Context;
起始版本:10|common.d.ts| -|起始版本有变化|类名:
方法 or 属性:function postCardAction(component: Object, action: Object): void;
起始版本:9|类名:
方法 or 属性:function postCardAction(component: Object, action: Object): void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:AnimateParam
方法 or 属性:tempo?: number;
起始版本:7|类名:AnimateParam
方法 or 属性:tempo?: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:AnimateParam
方法 or 属性:delay?: number;
起始版本:7|类名:AnimateParam
方法 or 属性:delay?: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:AnimateParam
方法 or 属性:iterations?: number;
起始版本:7|类名:AnimateParam
方法 or 属性:iterations?: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:ICurve
起始版本:9|类名:ICurve
起始版本:10|common.d.ts| -|起始版本有变化|类名:MotionPathOptions
起始版本:7|类名:MotionPathOptions
起始版本:10|common.d.ts| -|起始版本有变化|类名:MotionPathOptions
方法 or 属性:path: string;
起始版本:7|类名:MotionPathOptions
方法 or 属性:path: string;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MotionPathOptions
方法 or 属性:from?: number;
起始版本:7|类名:MotionPathOptions
方法 or 属性:from?: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MotionPathOptions
方法 or 属性:to?: number;
起始版本:7|类名:MotionPathOptions
方法 or 属性:to?: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MotionPathOptions
方法 or 属性:rotatable?: boolean;
起始版本:7|类名:MotionPathOptions
方法 or 属性:rotatable?: boolean;
起始版本:10|common.d.ts| -|起始版本有变化|类名:sharedTransitionOptions
起始版本:7|类名:sharedTransitionOptions
起始版本:10|common.d.ts| -|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:duration?: number;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:duration?: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:curve?: Curve \| string;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:curve?: Curve \| string;
起始版本:10|common.d.ts| -|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:delay?: number;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:delay?: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:motionPath?: MotionPathOptions;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:motionPath?: MotionPathOptions;
起始版本:10|common.d.ts| -|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:zIndex?: number;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:zIndex?: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:type?: SharedTransitionEffectType;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:type?: SharedTransitionEffectType;
起始版本:10|common.d.ts| -|起始版本有变化|类名:AlignRuleOption
起始版本:9|类名:AlignRuleOption
起始版本:10|common.d.ts| -|起始版本有变化|类名:AlignRuleOption
方法 or 属性:left?: { anchor: string, align: HorizontalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:left?: { anchor: string, align: HorizontalAlign };
起始版本:10|common.d.ts| -|起始版本有变化|类名:AlignRuleOption
方法 or 属性:right?: { anchor: string, align: HorizontalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:right?: { anchor: string, align: HorizontalAlign };
起始版本:10|common.d.ts| -|起始版本有变化|类名:AlignRuleOption
方法 or 属性:middle?: { anchor: string, align: HorizontalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:middle?: { anchor: string, align: HorizontalAlign };
起始版本:10|common.d.ts| -|起始版本有变化|类名:AlignRuleOption
方法 or 属性:top?: { anchor: string, align: VerticalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:top?: { anchor: string, align: VerticalAlign };
起始版本:10|common.d.ts| -|起始版本有变化|类名:AlignRuleOption
方法 or 属性:bottom?: { anchor: string, align: VerticalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:bottom?: { anchor: string, align: VerticalAlign };
起始版本:10|common.d.ts| -|起始版本有变化|类名:AlignRuleOption
方法 or 属性:center?: { anchor: string, align: VerticalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:center?: { anchor: string, align: VerticalAlign };
起始版本:10|common.d.ts| -|起始版本有变化|类名:TransitionOptions
起始版本:9|类名:TransitionOptions
起始版本:7|common.d.ts| -|起始版本有变化|类名:TransitionOptions
方法 or 属性:type?: TransitionType;
起始版本:9|类名:TransitionOptions
方法 or 属性:type?: TransitionType;
起始版本:7|common.d.ts| -|起始版本有变化|类名:TransitionOptions
方法 or 属性:opacity?: number;
起始版本:9|类名:TransitionOptions
方法 or 属性:opacity?: number;
起始版本:7|common.d.ts| -|起始版本有变化|类名:TransitionOptions
方法 or 属性:translate?: TranslateOptions;
起始版本:9|类名:TransitionOptions
方法 or 属性:translate?: TranslateOptions;
起始版本:7|common.d.ts| -|起始版本有变化|类名:TransitionOptions
方法 or 属性:scale?: ScaleOptions;
起始版本:9|类名:TransitionOptions
方法 or 属性:scale?: ScaleOptions;
起始版本:7|common.d.ts| -|起始版本有变化|类名:TransitionOptions
方法 or 属性:rotate?: RotateOptions;
起始版本:9|类名:TransitionOptions
方法 or 属性:rotate?: RotateOptions;
起始版本:7|common.d.ts| -|起始版本有变化|类名:ItemDragInfo
起始版本:8|类名:ItemDragInfo
起始版本:10|common.d.ts| -|起始版本有变化|类名:ItemDragInfo
方法 or 属性:x: number;
起始版本:8|类名:ItemDragInfo
方法 or 属性:x: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:ItemDragInfo
方法 or 属性:y: number;
起始版本:8|类名:ItemDragInfo
方法 or 属性:y: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:DragItemInfo
起始版本:8|类名:DragItemInfo
起始版本:10|common.d.ts| -|起始版本有变化|类名:DragItemInfo
方法 or 属性:pixelMap?: PixelMap;
起始版本:8|类名:DragItemInfo
方法 or 属性:pixelMap?: PixelMap;
起始版本:10|common.d.ts| -|起始版本有变化|类名:DragItemInfo
方法 or 属性:builder?: CustomBuilder;
起始版本:8|类名:DragItemInfo
方法 or 属性:builder?: CustomBuilder;
起始版本:10|common.d.ts| -|起始版本有变化|类名:DragItemInfo
方法 or 属性:extraInfo?: string;
起始版本:8|类名:DragItemInfo
方法 or 属性:extraInfo?: string;
起始版本:10|common.d.ts| -|起始版本有变化|类名:focusControl
方法 or 属性:function requestFocus(value: string): boolean;
起始版本:9|类名:focusControl
方法 or 属性:function requestFocus(value: string): boolean;
起始版本:10|common.d.ts| -|起始版本有变化|类名:SourceType
起始版本:8|类名:SourceType
起始版本:10|common.d.ts| -|起始版本有变化|类名:SourceType
方法 or 属性:Unknown
起始版本:8|类名:SourceType
方法 or 属性:Unknown
起始版本:10|common.d.ts| -|起始版本有变化|类名:SourceType
方法 or 属性:Mouse
起始版本:8|类名:SourceType
方法 or 属性:Mouse
起始版本:10|common.d.ts| -|起始版本有变化|类名:SourceType
方法 or 属性:TouchScreen
起始版本:8|类名:SourceType
方法 or 属性:TouchScreen
起始版本:10|common.d.ts| -|起始版本有变化|类名:SourceTool
起始版本:9|类名:SourceTool
起始版本:10|common.d.ts| -|起始版本有变化|类名:SourceTool
方法 or 属性:Unknown
起始版本:9|类名:SourceTool
方法 or 属性:Unknown
起始版本:10|common.d.ts| -|起始版本有变化|类名:RepeatMode
起始版本:9|类名:RepeatMode
起始版本:10|common.d.ts| -|起始版本有变化|类名:RepeatMode
方法 or 属性:Repeat
起始版本:9|类名:RepeatMode
方法 or 属性:Repeat
起始版本:10|common.d.ts| -|起始版本有变化|类名:RepeatMode
方法 or 属性:Stretch
起始版本:9|类名:RepeatMode
方法 or 属性:Stretch
起始版本:10|common.d.ts| -|起始版本有变化|类名:RepeatMode
方法 or 属性:Round
起始版本:9|类名:RepeatMode
方法 or 属性:Round
起始版本:10|common.d.ts| -|起始版本有变化|类名:RepeatMode
方法 or 属性:Space
起始版本:9|类名:RepeatMode
方法 or 属性:Space
起始版本:10|common.d.ts| -|起始版本有变化|类名:BlurStyle
起始版本:9|类名:BlurStyle
起始版本:10|common.d.ts| -|起始版本有变化|类名:BlurStyle
方法 or 属性:Thin
起始版本:9|类名:BlurStyle
方法 or 属性:Thin
起始版本:10|common.d.ts| -|起始版本有变化|类名:BlurStyle
方法 or 属性:Regular
起始版本:9|类名:BlurStyle
方法 or 属性:Regular
起始版本:10|common.d.ts| -|起始版本有变化|类名:BlurStyle
方法 or 属性:Thick
起始版本:9|类名:BlurStyle
方法 or 属性:Thick
起始版本:10|common.d.ts| -|起始版本有变化|类名:BaseEvent
方法 or 属性:pressure: number;
起始版本:9|类名:BaseEvent
方法 or 属性:pressure: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:BaseEvent
方法 or 属性:tiltX: number;
起始版本:9|类名:BaseEvent
方法 or 属性:tiltX: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:BaseEvent
方法 or 属性:tiltY: number;
起始版本:9|类名:BaseEvent
方法 or 属性:tiltY: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:BaseEvent
方法 or 属性:sourceTool: SourceTool;
起始版本:9|类名:BaseEvent
方法 or 属性:sourceTool: SourceTool;
起始版本:10|common.d.ts| -|起始版本有变化|类名:BorderImageOption
起始版本:9|类名:BorderImageOption
起始版本:10|common.d.ts| -|起始版本有变化|类名:BorderImageOption
方法 or 属性:slice?: Length \| EdgeWidths,
起始版本:9|类名:BorderImageOption
方法 or 属性:slice?: Length \| EdgeWidths,
起始版本:10|common.d.ts| -|起始版本有变化|类名:BorderImageOption
方法 or 属性:repeat?: RepeatMode,
起始版本:9|类名:BorderImageOption
方法 or 属性:repeat?: RepeatMode,
起始版本:10|common.d.ts| -|起始版本有变化|类名:BorderImageOption
方法 or 属性:source?: string \| Resource \| LinearGradient,
起始版本:9|类名:BorderImageOption
方法 or 属性:source?: string \| Resource \| LinearGradient,
起始版本:10|common.d.ts| -|起始版本有变化|类名:BorderImageOption
方法 or 属性:width?: Length \| EdgeWidths,
起始版本:9|类名:BorderImageOption
方法 or 属性:width?: Length \| EdgeWidths,
起始版本:10|common.d.ts| -|起始版本有变化|类名:BorderImageOption
方法 or 属性:outset?: Length \| EdgeWidths,
起始版本:9|类名:BorderImageOption
方法 or 属性:outset?: Length \| EdgeWidths,
起始版本:10|common.d.ts| -|起始版本有变化|类名:BorderImageOption
方法 or 属性:fill?: boolean
起始版本:9|类名:BorderImageOption
方法 or 属性:fill?: boolean
起始版本:10|common.d.ts| -|起始版本有变化|类名:MouseEvent
起始版本:8|类名:MouseEvent
起始版本:10|common.d.ts| -|起始版本有变化|类名:MouseEvent
方法 or 属性:button: MouseButton;
起始版本:8|类名:MouseEvent
方法 or 属性:button: MouseButton;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MouseEvent
方法 or 属性:action: MouseAction;
起始版本:8|类名:MouseEvent
方法 or 属性:action: MouseAction;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MouseEvent
方法 or 属性:screenX: number;
起始版本:8|类名:MouseEvent
方法 or 属性:screenX: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MouseEvent
方法 or 属性:screenY: number;
起始版本:8|类名:MouseEvent
方法 or 属性:screenY: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MouseEvent
方法 or 属性:x: number;
起始版本:8|类名:MouseEvent
方法 or 属性:x: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MouseEvent
方法 or 属性:y: number;
起始版本:8|类名:MouseEvent
方法 or 属性:y: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:MouseEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:8|类名:MouseEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchObject
起始版本:7|类名:TouchObject
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchObject
方法 or 属性:type: TouchType;
起始版本:7|类名:TouchObject
方法 or 属性:type: TouchType;
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchObject
方法 or 属性:id: number;
起始版本:7|类名:TouchObject
方法 or 属性:id: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchObject
方法 or 属性:screenX: number;
起始版本:7|类名:TouchObject
方法 or 属性:screenX: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchObject
方法 or 属性:screenY: number;
起始版本:7|类名:TouchObject
方法 or 属性:screenY: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchObject
方法 or 属性:x: number;
起始版本:7|类名:TouchObject
方法 or 属性:x: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchObject
方法 or 属性:y: number;
起始版本:7|类名:TouchObject
方法 or 属性:y: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchEvent
起始版本:7|类名:TouchEvent
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchEvent
方法 or 属性:type: TouchType;
起始版本:7|类名:TouchEvent
方法 or 属性:type: TouchType;
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchEvent
方法 or 属性:touches: TouchObject[];
起始版本:7|类名:TouchEvent
方法 or 属性:touches: TouchObject[];
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchEvent
方法 or 属性:changedTouches: TouchObject[];
起始版本:7|类名:TouchEvent
方法 or 属性:changedTouches: TouchObject[];
起始版本:10|common.d.ts| -|起始版本有变化|类名:TouchEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:7|类名:TouchEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:DragEvent
起始版本:7|类名:DragEvent
起始版本:10|common.d.ts| -|起始版本有变化|类名:DragEvent
方法 or 属性:getX(): number;
起始版本:7|类名:DragEvent
方法 or 属性:getX(): number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:DragEvent
方法 or 属性:getY(): number;
起始版本:7|类名:DragEvent
方法 or 属性:getY(): number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
起始版本:7|类名:KeyEvent
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
方法 or 属性:type: KeyType;
起始版本:7|类名:KeyEvent
方法 or 属性:type: KeyType;
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
方法 or 属性:keyCode: number;
起始版本:7|类名:KeyEvent
方法 or 属性:keyCode: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
方法 or 属性:keyText: string;
起始版本:7|类名:KeyEvent
方法 or 属性:keyText: string;
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
方法 or 属性:keySource: KeySource;
起始版本:7|类名:KeyEvent
方法 or 属性:keySource: KeySource;
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
方法 or 属性:deviceId: number;
起始版本:7|类名:KeyEvent
方法 or 属性:deviceId: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
方法 or 属性:metaKey: number;
起始版本:7|类名:KeyEvent
方法 or 属性:metaKey: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
方法 or 属性:timestamp: number;
起始版本:7|类名:KeyEvent
方法 or 属性:timestamp: number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:KeyEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:7|类名:KeyEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:PopupOptions
起始版本:7|类名:PopupOptions
起始版本:10|common.d.ts| -|起始版本有变化|类名:PopupOptions
方法 or 属性:message: string;
起始版本:7|类名:PopupOptions
方法 or 属性:message: string;
起始版本:10|common.d.ts| -|起始版本有变化|类名:PopupOptions
方法 or 属性:arrowOffset?: Length;
起始版本:9|类名:PopupOptions
方法 or 属性:arrowOffset?: Length;
起始版本:10|common.d.ts| -|起始版本有变化|类名:PopupOptions
方法 or 属性:showInSubWindow?: boolean;
起始版本:9|类名:PopupOptions
方法 or 属性:showInSubWindow?: boolean;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomPopupOptions
起始版本:8|类名:CustomPopupOptions
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:builder: CustomBuilder;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:builder: CustomBuilder;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:placement?: Placement;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:placement?: Placement;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:popupColor?: Color \| string \| Resource \| number;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:popupColor?: Color \| string \| Resource \| number;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:enableArrow?: boolean;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:enableArrow?: boolean;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:autoCancel?: boolean;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:autoCancel?: boolean;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:arrowOffset?: Length;
起始版本:9|类名:CustomPopupOptions
方法 or 属性:arrowOffset?: Length;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:showInSubWindow?: boolean;
起始版本:9|类名:CustomPopupOptions
方法 or 属性:showInSubWindow?: boolean;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:hitTestBehavior(value: HitTestMode): T;
起始版本:9|类名:CommonMethod
方法 or 属性:hitTestBehavior(value: HitTestMode): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:borderImage(value: BorderImageOption): T;
起始版本:9|类名:CommonMethod
方法 or 属性:borderImage(value: BorderImageOption): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onHover(event: (isHover?: boolean) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onHover(event: (isHover?: boolean) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:hoverEffect(value: HoverEffect): T;
起始版本:8|类名:CommonMethod
方法 or 属性:hoverEffect(value: HoverEffect): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onMouse(event: (event?: MouseEvent) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onMouse(event: (event?: MouseEvent) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onTouch(event: (event?: TouchEvent) => void): T;
起始版本:7|类名:CommonMethod
方法 or 属性:onTouch(event: (event?: TouchEvent) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onKeyEvent(event: (event?: KeyEvent) => void): T;
起始版本:7|类名:CommonMethod
方法 or 属性:onKeyEvent(event: (event?: KeyEvent) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:focusable(value: boolean): T;
起始版本:8|类名:CommonMethod
方法 or 属性:focusable(value: boolean): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onFocus(event: () => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onFocus(event: () => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onBlur(event: () => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onBlur(event: () => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:tabIndex(index: number): T;
起始版本:9|类名:CommonMethod
方法 or 属性:tabIndex(index: number): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:defaultFocus(value: boolean): T;
起始版本:9|类名:CommonMethod
方法 or 属性:defaultFocus(value: boolean): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:groupDefaultFocus(value: boolean): T;
起始版本:9|类名:CommonMethod
方法 or 属性:groupDefaultFocus(value: boolean): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:focusOnTouch(value: boolean): T;
起始版本:9|类名:CommonMethod
方法 or 属性:focusOnTouch(value: boolean): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:gesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:7|类名:CommonMethod
方法 or 属性:gesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:priorityGesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:7|类名:CommonMethod
方法 or 属性:priorityGesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:parallelGesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:7|类名:CommonMethod
方法 or 属性:parallelGesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:gridSpan(value: number): T;
起始版本:7|类名:CommonMethod
方法 or 属性:gridSpan(value: number): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:gridOffset(value: number): T;
起始版本:7|类名:CommonMethod
方法 or 属性:gridOffset(value: number): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:transform(value: object): T;
起始版本:7|类名:CommonMethod
方法 or 属性:transform(value: object): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:sharedTransition(id: string, options?: sharedTransitionOptions): T;
起始版本:7|类名:CommonMethod
方法 or 属性:sharedTransition(id: string, options?: sharedTransitionOptions): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:alignRules(value: AlignRuleOption): T;
起始版本:9|类名:CommonMethod
方法 or 属性:alignRules(value: AlignRuleOption): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onDragStart(event: (event?: DragEvent, extraParams?: string) => CustomBuilder \| DragItemInfo): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDragStart(event: (event?: DragEvent, extraParams?: string) => CustomBuilder \| DragItemInfo): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onDragEnter(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDragEnter(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onDragMove(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDragMove(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onDragLeave(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDragLeave(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onDrop(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDrop(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:motionPath(value: MotionPathOptions): T;
起始版本:7|类名:CommonMethod
方法 or 属性:motionPath(value: MotionPathOptions): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:geometryTransition(id: string): T;
起始版本:7|类名:CommonMethod
方法 or 属性:geometryTransition(id: string): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CommonMethod
方法 or 属性:onVisibleAreaChange(ratios: Array\, event: (isVisible: boolean, currentRatio: number) => void): T;
起始版本:9|类名:CommonMethod
方法 or 属性:onVisibleAreaChange(ratios: Array\, event: (isVisible: boolean, currentRatio: number) => void): T;
起始版本:10|common.d.ts| -|起始版本有变化|类名:LinearGradient
起始版本:9|类名:LinearGradient
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutBorderInfo
起始版本:9|类名:LayoutBorderInfo
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutBorderInfo
方法 or 属性:borderWidth: EdgeWidths,
起始版本:9|类名:LayoutBorderInfo
方法 or 属性:borderWidth: EdgeWidths,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutBorderInfo
方法 or 属性:margin: Margin,
起始版本:9|类名:LayoutBorderInfo
方法 or 属性:margin: Margin,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutBorderInfo
方法 or 属性:padding: Padding,
起始版本:9|类名:LayoutBorderInfo
方法 or 属性:padding: Padding,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutInfo
起始版本:9|类名:LayoutInfo
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutInfo
方法 or 属性:position: Position,
起始版本:9|类名:LayoutInfo
方法 or 属性:position: Position,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutInfo
方法 or 属性:constraint: ConstraintSizeOptions,
起始版本:9|类名:LayoutInfo
方法 or 属性:constraint: ConstraintSizeOptions,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutChild
起始版本:9|类名:LayoutChild
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutChild
方法 or 属性:name: string,
起始版本:9|类名:LayoutChild
方法 or 属性:name: string,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutChild
方法 or 属性:id: string,
起始版本:9|类名:LayoutChild
方法 or 属性:id: string,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutChild
方法 or 属性:constraint: ConstraintSizeOptions,
起始版本:9|类名:LayoutChild
方法 or 属性:constraint: ConstraintSizeOptions,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutChild
方法 or 属性:borderInfo: LayoutBorderInfo,
起始版本:9|类名:LayoutChild
方法 or 属性:borderInfo: LayoutBorderInfo,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutChild
方法 or 属性:position: Position,
起始版本:9|类名:LayoutChild
方法 or 属性:position: Position,
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutChild
方法 or 属性:measure(childConstraint: ConstraintSizeOptions),
起始版本:9|类名:LayoutChild
方法 or 属性:measure(childConstraint: ConstraintSizeOptions),
起始版本:10|common.d.ts| -|起始版本有变化|类名:LayoutChild
方法 or 属性:layout(childLayoutInfo: LayoutInfo)
起始版本:9|类名:LayoutChild
方法 or 属性:layout(childLayoutInfo: LayoutInfo)
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomComponent
方法 or 属性:onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;
起始版本:9|类名:CustomComponent
方法 or 属性:onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomComponent
方法 or 属性:onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;
起始版本:9|类名:CustomComponent
方法 or 属性:onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomComponent
方法 or 属性:onPageShow?(): void;
起始版本:7|类名:CustomComponent
方法 or 属性:onPageShow?(): void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomComponent
方法 or 属性:onPageHide?(): void;
起始版本:7|类名:CustomComponent
方法 or 属性:onPageHide?(): void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomComponent
方法 or 属性:onBackPress?(): void;
起始版本:7|类名:CustomComponent
方法 or 属性:onBackPress?(): void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:CustomComponent
方法 or 属性:pageTransition?(): void;
起始版本:9|类名:CustomComponent
方法 or 属性:pageTransition?(): void;
起始版本:10|common.d.ts| -|起始版本有变化|类名:AppStorage
起始版本:7|类名:AppStorage
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Link(propName: string): any;
起始版本:7|类名:AppStorage
方法 or 属性:static Link(propName: string): any;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
起始版本:7|类名:AppStorage
方法 or 属性:static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Prop(propName: string): any;
起始版本:7|类名:AppStorage
方法 or 属性:static Prop(propName: string): any;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
起始版本:7|类名:AppStorage
方法 or 属性:static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Has(propName: string): boolean;
起始版本:7|类名:AppStorage
方法 or 属性:static Has(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Get\(propName: string): T \| undefined;
起始版本:7|类名:AppStorage
方法 or 属性:static Get\(propName: string): T \| undefined;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Set\(propName: string, newValue: T): boolean;
起始版本:7|类名:AppStorage
方法 or 属性:static Set\(propName: string, newValue: T): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static SetOrCreate\(propName: string, newValue: T): void;
起始版本:7|类名:AppStorage
方法 or 属性:static SetOrCreate\(propName: string, newValue: T): void;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Delete(propName: string): boolean;
起始版本:7|类名:AppStorage
方法 or 属性:static Delete(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Keys(): IterableIterator\;
起始版本:7|类名:AppStorage
方法 or 属性:static Keys(): IterableIterator\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Clear(): boolean;
起始版本:9|类名:AppStorage
方法 or 属性:static Clear(): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static IsMutable(propName: string): boolean;
起始版本:7|类名:AppStorage
方法 or 属性:static IsMutable(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:AppStorage
方法 or 属性:static Size(): number;
起始版本:7|类名:AppStorage
方法 or 属性:static Size(): number;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:SubscribedAbstractProperty
方法 or 属性:info(): string;
起始版本:7|类名:SubscribedAbstractProperty
方法 or 属性:info(): string;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
起始版本:9|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
起始版本:9|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:Environment
起始版本:7|类名:Environment
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:Environment
方法 or 属性:static EnvProp\(key: string, value: S): boolean;
起始版本:7|类名:Environment
方法 or 属性:static EnvProp\(key: string, value: S): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:Environment
方法 or 属性:static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
起始版本:7|类名:Environment
方法 or 属性:static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:Environment
方法 or 属性:static Keys(): Array\;
起始版本:7|类名:Environment
方法 or 属性:static Keys(): Array\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:PersistentStorage
起始版本:7|类名:PersistentStorage
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:PersistentStorage
方法 or 属性:static PersistProp\(key: string, defaultValue: T): void;
起始版本:7|类名:PersistentStorage
方法 or 属性:static PersistProp\(key: string, defaultValue: T): void;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:PersistentStorage
方法 or 属性:static DeleteProp(key: string): void;
起始版本:7|类名:PersistentStorage
方法 or 属性:static DeleteProp(key: string): void;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:PersistentStorage
方法 or 属性:static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
起始版本:7|类名:PersistentStorage
方法 or 属性:static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:PersistentStorage
方法 or 属性:static Keys(): Array\;
起始版本:7|类名:PersistentStorage
方法 or 属性:static Keys(): Array\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
起始版本:9|类名:LocalStorage
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:constructor(initializingProperties?: Object);
起始版本:9|类名:LocalStorage
方法 or 属性:constructor(initializingProperties?: Object);
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:static GetShared(): LocalStorage;
起始版本:9|类名:LocalStorage
方法 or 属性:static GetShared(): LocalStorage;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:has(propName: string): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:has(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:keys(): IterableIterator\;
起始版本:9|类名:LocalStorage
方法 or 属性:keys(): IterableIterator\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:size(): number;
起始版本:9|类名:LocalStorage
方法 or 属性:size(): number;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:get\(propName: string): T \| undefined;
起始版本:9|类名:LocalStorage
方法 or 属性:get\(propName: string): T \| undefined;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:set\(propName: string, newValue: T): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:set\(propName: string, newValue: T): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:setOrCreate\(propName: string, newValue: T): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:setOrCreate\(propName: string, newValue: T): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:link\(propName: string): SubscribedAbstractProperty\;
起始版本:9|类名:LocalStorage
方法 or 属性:link\(propName: string): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:setAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
起始版本:9|类名:LocalStorage
方法 or 属性:setAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:prop\(propName: string): SubscribedAbstractProperty\;
起始版本:9|类名:LocalStorage
方法 or 属性:prop\(propName: string): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:setAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
起始版本:9|类名:LocalStorage
方法 or 属性:setAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:delete(propName: string): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:delete(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:LocalStorage
方法 or 属性:clear(): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:clear(): boolean;
起始版本:10|common_ts_ets_api.d.ts| -|起始版本有变化|类名:ContextMenu
起始版本:8|类名:ContextMenu
起始版本:10|context_menu.d.ts| -|起始版本有变化|类名:ContextMenu
方法 or 属性:static close();
起始版本:8|类名:ContextMenu
方法 or 属性:static close();
起始版本:10|context_menu.d.ts| -|起始版本有变化|类名:CustomDialogControllerOptions
起始版本:7|类名:CustomDialogControllerOptions
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:builder: any;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:builder: any;
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:cancel?: () => void;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:cancel?: () => void;
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:autoCancel?: boolean;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:autoCancel?: boolean;
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:alignment?: DialogAlignment;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:alignment?: DialogAlignment;
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:offset?: Offset;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:offset?: Offset;
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:customStyle?: boolean;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:customStyle?: boolean;
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:gridCount?: number;
起始版本:8|类名:CustomDialogControllerOptions
方法 or 属性:gridCount?: number;
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogController
起始版本:7|类名:CustomDialogController
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogController
方法 or 属性:constructor(value: CustomDialogControllerOptions);
起始版本:7|类名:CustomDialogController
方法 or 属性:constructor(value: CustomDialogControllerOptions);
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogController
方法 or 属性:open();
起始版本:7|类名:CustomDialogController
方法 or 属性:open();
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:CustomDialogController
方法 or 属性:close();
起始版本:7|类名:CustomDialogController
方法 or 属性:close();
起始版本:10|custom_dialog_controller.d.ts| -|起始版本有变化|类名:DatePickerResult
起始版本:8|类名:DatePickerResult
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerResult
方法 or 属性:year?: number;
起始版本:8|类名:DatePickerResult
方法 or 属性:year?: number;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerResult
方法 or 属性:month?: number;
起始版本:8|类名:DatePickerResult
方法 or 属性:month?: number;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerResult
方法 or 属性:day?: number;
起始版本:8|类名:DatePickerResult
方法 or 属性:day?: number;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerOptions
起始版本:8|类名:DatePickerOptions
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerOptions
方法 or 属性:start?: Date;
起始版本:8|类名:DatePickerOptions
方法 or 属性:start?: Date;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerOptions
方法 or 属性:end?: Date;
起始版本:8|类名:DatePickerOptions
方法 or 属性:end?: Date;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerOptions
方法 or 属性:selected?: Date;
起始版本:8|类名:DatePickerOptions
方法 or 属性:selected?: Date;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerInterface
起始版本:8|类名:DatePickerInterface
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerInterface
方法 or 属性:(options?: DatePickerOptions): DatePickerAttribute;
起始版本:8|类名:DatePickerInterface
方法 or 属性:(options?: DatePickerOptions): DatePickerAttribute;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerAttribute
起始版本:8|类名:DatePickerAttribute
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerAttribute
方法 or 属性:lunar(value: boolean): DatePickerAttribute;
起始版本:8|类名:DatePickerAttribute
方法 or 属性:lunar(value: boolean): DatePickerAttribute;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerAttribute
方法 or 属性:onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
起始版本:8|类名:DatePickerAttribute
方法 or 属性:onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerDialogOptions
起始版本:8|类名:DatePickerDialogOptions
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerDialogOptions
方法 or 属性:lunar?: boolean;
起始版本:8|类名:DatePickerDialogOptions
方法 or 属性:lunar?: boolean;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerDialogOptions
方法 or 属性:onAccept?: (value: DatePickerResult) => void;
起始版本:8|类名:DatePickerDialogOptions
方法 or 属性:onAccept?: (value: DatePickerResult) => void;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:8|类名:DatePickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerDialogOptions
方法 or 属性:onChange?: (value: DatePickerResult) => void;
起始版本:8|类名:DatePickerDialogOptions
方法 or 属性:onChange?: (value: DatePickerResult) => void;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerDialog
起始版本:8|类名:DatePickerDialog
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:DatePickerDialog
方法 or 属性:static show(options?: DatePickerDialogOptions);
起始版本:8|类名:DatePickerDialog
方法 or 属性:static show(options?: DatePickerDialogOptions);
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const DatePicker: DatePickerInterface;
起始版本:8|类名:global
方法 or 属性:declare const DatePicker: DatePickerInterface;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const DatePickerInstance: DatePickerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const DatePickerInstance: DatePickerAttribute;
起始版本:10|date_picker.d.ts| -|起始版本有变化|类名:Color
方法 or 属性:Transparent
起始版本:9|类名:Color
方法 or 属性:Transparent
起始版本:10|enums.d.ts| -|起始版本有变化|类名:TouchType
起始版本:7|类名:TouchType
起始版本:10|enums.d.ts| -|起始版本有变化|类名:TouchType
方法 or 属性:Down
起始版本:7|类名:TouchType
方法 or 属性:Down
起始版本:10|enums.d.ts| -|起始版本有变化|类名:TouchType
方法 or 属性:Up
起始版本:7|类名:TouchType
方法 or 属性:Up
起始版本:10|enums.d.ts| -|起始版本有变化|类名:TouchType
方法 or 属性:Move
起始版本:7|类名:TouchType
方法 or 属性:Move
起始版本:10|enums.d.ts| -|起始版本有变化|类名:TouchType
方法 or 属性:Cancel
起始版本:7|类名:TouchType
方法 or 属性:Cancel
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseButton
起始版本:8|类名:MouseButton
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseButton
方法 or 属性:Left
起始版本:8|类名:MouseButton
方法 or 属性:Left
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseButton
方法 or 属性:Right
起始版本:8|类名:MouseButton
方法 or 属性:Right
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseButton
方法 or 属性:Middle
起始版本:8|类名:MouseButton
方法 or 属性:Middle
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseButton
方法 or 属性:Back
起始版本:8|类名:MouseButton
方法 or 属性:Back
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseButton
方法 or 属性:Forward
起始版本:8|类名:MouseButton
方法 or 属性:Forward
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseButton
方法 or 属性:None
起始版本:8|类名:MouseButton
方法 or 属性:None
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseAction
起始版本:8|类名:MouseAction
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseAction
方法 or 属性:Press
起始版本:8|类名:MouseAction
方法 or 属性:Press
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseAction
方法 or 属性:Release
起始版本:8|类名:MouseAction
方法 or 属性:Release
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseAction
方法 or 属性:Move
起始版本:8|类名:MouseAction
方法 or 属性:Move
起始版本:10|enums.d.ts| -|起始版本有变化|类名:MouseAction
方法 or 属性:Hover
起始版本:8|类名:MouseAction
方法 or 属性:Hover
起始版本:10|enums.d.ts| -|起始版本有变化|类名:AnimationStatus
起始版本:7|类名:AnimationStatus
起始版本:10|enums.d.ts| -|起始版本有变化|类名:AnimationStatus
方法 or 属性:Initial
起始版本:7|类名:AnimationStatus
方法 or 属性:Initial
起始版本:10|enums.d.ts| -|起始版本有变化|类名:AnimationStatus
方法 or 属性:Running
起始版本:7|类名:AnimationStatus
方法 or 属性:Running
起始版本:10|enums.d.ts| -|起始版本有变化|类名:AnimationStatus
方法 or 属性:Paused
起始版本:7|类名:AnimationStatus
方法 or 属性:Paused
起始版本:10|enums.d.ts| -|起始版本有变化|类名:AnimationStatus
方法 or 属性:Stopped
起始版本:7|类名:AnimationStatus
方法 or 属性:Stopped
起始版本:10|enums.d.ts| -|起始版本有变化|类名:FillMode
起始版本:7|类名:FillMode
起始版本:10|enums.d.ts| -|起始版本有变化|类名:FillMode
方法 or 属性:None
起始版本:7|类名:FillMode
方法 or 属性:None
起始版本:10|enums.d.ts| -|起始版本有变化|类名:FillMode
方法 or 属性:Forwards
起始版本:7|类名:FillMode
方法 or 属性:Forwards
起始版本:10|enums.d.ts| -|起始版本有变化|类名:FillMode
方法 or 属性:Backwards
起始版本:7|类名:FillMode
方法 or 属性:Backwards
起始版本:10|enums.d.ts| -|起始版本有变化|类名:FillMode
方法 or 属性:Both
起始版本:7|类名:FillMode
方法 or 属性:Both
起始版本:10|enums.d.ts| -|起始版本有变化|类名:KeyType
起始版本:7|类名:KeyType
起始版本:10|enums.d.ts| -|起始版本有变化|类名:KeyType
方法 or 属性:Down
起始版本:7|类名:KeyType
方法 or 属性:Down
起始版本:10|enums.d.ts| -|起始版本有变化|类名:KeyType
方法 or 属性:Up
起始版本:7|类名:KeyType
方法 or 属性:Up
起始版本:10|enums.d.ts| -|起始版本有变化|类名:KeySource
起始版本:7|类名:KeySource
起始版本:10|enums.d.ts| -|起始版本有变化|类名:KeySource
方法 or 属性:Unknown
起始版本:7|类名:KeySource
方法 or 属性:Unknown
起始版本:10|enums.d.ts| -|起始版本有变化|类名:KeySource
方法 or 属性:Keyboard
起始版本:7|类名:KeySource
方法 or 属性:Keyboard
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Edge
起始版本:7|类名:Edge
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Edge
方法 or 属性:Top
起始版本:7|类名:Edge
方法 or 属性:Top
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Edge
方法 or 属性:Bottom
起始版本:7|类名:Edge
方法 or 属性:Bottom
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Edge
方法 or 属性:Start
起始版本:7|类名:Edge
方法 or 属性:Start
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Edge
方法 or 属性:End
起始版本:7|类名:Edge
方法 or 属性:End
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Week
起始版本:7|类名:Week
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Week
方法 or 属性:Mon
起始版本:7|类名:Week
方法 or 属性:Mon
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Week
方法 or 属性:Tue
起始版本:7|类名:Week
方法 or 属性:Tue
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Week
方法 or 属性:Wed
起始版本:7|类名:Week
方法 or 属性:Wed
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Week
方法 or 属性:Thur
起始版本:7|类名:Week
方法 or 属性:Thur
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Week
方法 or 属性:Fri
起始版本:7|类名:Week
方法 or 属性:Fri
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Week
方法 or 属性:Sat
起始版本:7|类名:Week
方法 or 属性:Sat
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Week
方法 or 属性:Sun
起始版本:7|类名:Week
方法 or 属性:Sun
起始版本:10|enums.d.ts| -|起始版本有变化|类名:RelateType
起始版本:7|类名:RelateType
起始版本:10|enums.d.ts| -|起始版本有变化|类名:RelateType
方法 or 属性:FILL
起始版本:7|类名:RelateType
方法 or 属性:FILL
起始版本:10|enums.d.ts| -|起始版本有变化|类名:RelateType
方法 or 属性:FIT
起始版本:7|类名:RelateType
方法 or 属性:FIT
起始版本:10|enums.d.ts| -|起始版本有变化|类名:SharedTransitionEffectType
起始版本:7|类名:SharedTransitionEffectType
起始版本:10|enums.d.ts| -|起始版本有变化|类名:SharedTransitionEffectType
方法 or 属性:Static
起始版本:7|类名:SharedTransitionEffectType
方法 or 属性:Static
起始版本:10|enums.d.ts| -|起始版本有变化|类名:SharedTransitionEffectType
方法 or 属性:Exchange
起始版本:7|类名:SharedTransitionEffectType
方法 or 属性:Exchange
起始版本:10|enums.d.ts| -|起始版本有变化|类名:ResponseType
起始版本:8|类名:ResponseType
起始版本:10|enums.d.ts| -|起始版本有变化|类名:ResponseType
方法 or 属性:RightClick
起始版本:8|类名:ResponseType
方法 or 属性:RightClick
起始版本:10|enums.d.ts| -|起始版本有变化|类名:ResponseType
方法 or 属性:LongPress
起始版本:8|类名:ResponseType
方法 or 属性:LongPress
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HoverEffect
起始版本:8|类名:HoverEffect
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HoverEffect
方法 or 属性:Auto
起始版本:8|类名:HoverEffect
方法 or 属性:Auto
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HoverEffect
方法 or 属性:Scale
起始版本:8|类名:HoverEffect
方法 or 属性:Scale
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HoverEffect
方法 or 属性:Highlight
起始版本:8|类名:HoverEffect
方法 or 属性:Highlight
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HoverEffect
方法 or 属性:None
起始版本:8|类名:HoverEffect
方法 or 属性:None
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
起始版本:8|类名:Placement
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:Left
起始版本:8|类名:Placement
方法 or 属性:Left
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:Right
起始版本:8|类名:Placement
方法 or 属性:Right
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:Top
起始版本:8|类名:Placement
方法 or 属性:Top
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:Bottom
起始版本:8|类名:Placement
方法 or 属性:Bottom
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:TopLeft
起始版本:8|类名:Placement
方法 or 属性:TopLeft
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:TopRight
起始版本:8|类名:Placement
方法 or 属性:TopRight
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:BottomLeft
起始版本:8|类名:Placement
方法 or 属性:BottomLeft
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:BottomRight
起始版本:8|类名:Placement
方法 or 属性:BottomRight
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:LeftTop
起始版本:9|类名:Placement
方法 or 属性:LeftTop
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:LeftBottom
起始版本:9|类名:Placement
方法 or 属性:LeftBottom
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:RightTop
起始版本:9|类名:Placement
方法 or 属性:RightTop
起始版本:10|enums.d.ts| -|起始版本有变化|类名:Placement
方法 or 属性:RightBottom
起始版本:9|类名:Placement
方法 or 属性:RightBottom
起始版本:10|enums.d.ts| -|起始版本有变化|类名:CopyOptions
起始版本:9|类名:CopyOptions
起始版本:10|enums.d.ts| -|起始版本有变化|类名:CopyOptions
方法 or 属性:None = 0
起始版本:9|类名:CopyOptions
方法 or 属性:None = 0
起始版本:10|enums.d.ts| -|起始版本有变化|类名:CopyOptions
方法 or 属性:InApp = 1
起始版本:9|类名:CopyOptions
方法 or 属性:InApp = 1
起始版本:10|enums.d.ts| -|起始版本有变化|类名:CopyOptions
方法 or 属性:LocalDevice = 2
起始版本:9|类名:CopyOptions
方法 or 属性:LocalDevice = 2
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HitTestMode
起始版本:9|类名:HitTestMode
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HitTestMode
方法 or 属性:Default
起始版本:9|类名:HitTestMode
方法 or 属性:Default
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HitTestMode
方法 or 属性:Block
起始版本:9|类名:HitTestMode
方法 or 属性:Block
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HitTestMode
方法 or 属性:Transparent
起始版本:9|类名:HitTestMode
方法 or 属性:Transparent
起始版本:10|enums.d.ts| -|起始版本有变化|类名:HitTestMode
方法 or 属性:None
起始版本:9|类名:HitTestMode
方法 or 属性:None
起始版本:10|enums.d.ts| -|起始版本有变化|类名:TitleHeight
起始版本:9|类名:TitleHeight
起始版本:10|enums.d.ts| -|起始版本有变化|类名:TitleHeight
方法 or 属性:MainOnly
起始版本:9|类名:TitleHeight
方法 or 属性:MainOnly
起始版本:10|enums.d.ts| -|起始版本有变化|类名:TitleHeight
方法 or 属性:MainWithSub
起始版本:9|类名:TitleHeight
方法 or 属性:MainWithSub
起始版本:10|enums.d.ts| -|起始版本有变化|类名:FlowItemInterface
起始版本:9|类名:FlowItemInterface
起始版本:10|flow_item.d.ts| -|起始版本有变化|类名:FlowItemInterface
方法 or 属性:(): FlowItemAttribute;
起始版本:9|类名:FlowItemInterface
方法 or 属性:(): FlowItemAttribute;
起始版本:10|flow_item.d.ts| -|起始版本有变化|类名:FlowItemAttribute
起始版本:9|类名:FlowItemAttribute
起始版本:10|flow_item.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const FlowItem: FlowItemInterface
起始版本:9|类名:global
方法 or 属性:declare const FlowItem: FlowItemInterface
起始版本:10|flow_item.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const FlowItemInstance: FlowItemAttribute;
起始版本:9|类名:global
方法 or 属性:declare const FlowItemInstance: FlowItemAttribute;
起始版本:10|flow_item.d.ts| -|起始版本有变化|类名:PanDirection
起始版本:7|类名:PanDirection
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanDirection
方法 or 属性:None
起始版本:7|类名:PanDirection
方法 or 属性:None
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanDirection
方法 or 属性:Horizontal
起始版本:7|类名:PanDirection
方法 or 属性:Horizontal
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanDirection
方法 or 属性:Left
起始版本:7|类名:PanDirection
方法 or 属性:Left
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanDirection
方法 or 属性:Right
起始版本:7|类名:PanDirection
方法 or 属性:Right
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanDirection
方法 or 属性:Vertical
起始版本:7|类名:PanDirection
方法 or 属性:Vertical
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanDirection
方法 or 属性:Up
起始版本:7|类名:PanDirection
方法 or 属性:Up
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanDirection
方法 or 属性:Down
起始版本:7|类名:PanDirection
方法 or 属性:Down
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanDirection
方法 or 属性:All
起始版本:7|类名:PanDirection
方法 or 属性:All
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:SwipeDirection
起始版本:8|类名:SwipeDirection
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:SwipeDirection
方法 or 属性:None
起始版本:8|类名:SwipeDirection
方法 or 属性:None
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:SwipeDirection
方法 or 属性:Horizontal
起始版本:8|类名:SwipeDirection
方法 or 属性:Horizontal
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:SwipeDirection
方法 or 属性:Vertical
起始版本:8|类名:SwipeDirection
方法 or 属性:Vertical
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:SwipeDirection
方法 or 属性:All
起始版本:8|类名:SwipeDirection
方法 or 属性:All
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureMode
起始版本:7|类名:GestureMode
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureMode
方法 or 属性:Sequence
起始版本:7|类名:GestureMode
方法 or 属性:Sequence
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureMode
方法 or 属性:Parallel
起始版本:7|类名:GestureMode
方法 or 属性:Parallel
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureMode
方法 or 属性:Exclusive
起始版本:7|类名:GestureMode
方法 or 属性:Exclusive
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureMask
起始版本:7|类名:GestureMask
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureMask
方法 or 属性:Normal
起始版本:7|类名:GestureMask
方法 or 属性:Normal
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureMask
方法 or 属性:IgnoreInternal
起始版本:7|类名:GestureMask
方法 or 属性:IgnoreInternal
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:FingerInfo
起始版本:8|类名:FingerInfo
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:FingerInfo
方法 or 属性:id: number;
起始版本:8|类名:FingerInfo
方法 or 属性:id: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:FingerInfo
方法 or 属性:globalX: number;
起始版本:8|类名:FingerInfo
方法 or 属性:globalX: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:FingerInfo
方法 or 属性:globalY: number;
起始版本:8|类名:FingerInfo
方法 or 属性:globalY: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:FingerInfo
方法 or 属性:localX: number;
起始版本:8|类名:FingerInfo
方法 or 属性:localX: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:FingerInfo
方法 or 属性:localY: number;
起始版本:8|类名:FingerInfo
方法 or 属性:localY: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
起始版本:7|类名:GestureEvent
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:repeat: boolean;
起始版本:7|类名:GestureEvent
方法 or 属性:repeat: boolean;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:fingerList: FingerInfo[];
起始版本:8|类名:GestureEvent
方法 or 属性:fingerList: FingerInfo[];
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:offsetX: number;
起始版本:7|类名:GestureEvent
方法 or 属性:offsetX: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:offsetY: number;
起始版本:7|类名:GestureEvent
方法 or 属性:offsetY: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:angle: number;
起始版本:7|类名:GestureEvent
方法 or 属性:angle: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:speed: number;
起始版本:8|类名:GestureEvent
方法 or 属性:speed: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:scale: number;
起始版本:7|类名:GestureEvent
方法 or 属性:scale: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:pinchCenterX: number;
起始版本:7|类名:GestureEvent
方法 or 属性:pinchCenterX: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureEvent
方法 or 属性:pinchCenterY: number;
起始版本:7|类名:GestureEvent
方法 or 属性:pinchCenterY: number;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:TapGestureInterface
起始版本:7|类名:TapGestureInterface
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:TapGestureInterface
方法 or 属性:(value?: { count?: number; fingers?: number }): TapGestureInterface;
起始版本:7|类名:TapGestureInterface
方法 or 属性:(value?: { count?: number; fingers?: number }): TapGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:TapGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): TapGestureInterface;
起始版本:7|类名:TapGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): TapGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:LongPressGestureInterface
起始版本:7|类名:LongPressGestureInterface
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:LongPressGestureInterface
方法 or 属性:(value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
起始版本:7|类名:LongPressGestureInterface
方法 or 属性:(value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:LongPressGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): LongPressGestureInterface;
起始版本:7|类名:LongPressGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): LongPressGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:LongPressGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): LongPressGestureInterface;
起始版本:7|类名:LongPressGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): LongPressGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:LongPressGestureInterface
方法 or 属性:onActionCancel(event: () => void): LongPressGestureInterface;
起始版本:7|类名:LongPressGestureInterface
方法 or 属性:onActionCancel(event: () => void): LongPressGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureOptions
起始版本:7|类名:PanGestureOptions
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureOptions
方法 or 属性:constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
起始版本:7|类名:PanGestureOptions
方法 or 属性:constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureOptions
方法 or 属性:setDirection(value: PanDirection);
起始版本:7|类名:PanGestureOptions
方法 or 属性:setDirection(value: PanDirection);
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureOptions
方法 or 属性:setDistance(value: number);
起始版本:7|类名:PanGestureOptions
方法 or 属性:setDistance(value: number);
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureOptions
方法 or 属性:setFingers(value: number);
起始版本:7|类名:PanGestureOptions
方法 or 属性:setFingers(value: number);
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureInterface
起始版本:7|类名:PanGestureInterface
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureInterface
方法 or 属性:(value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:(value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PanGestureInterface
方法 or 属性:onActionCancel(event: () => void): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:onActionCancel(event: () => void): PanGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:SwipeGestureInterface
起始版本:8|类名:SwipeGestureInterface
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:SwipeGestureInterface
方法 or 属性:(value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
起始版本:8|类名:SwipeGestureInterface
方法 or 属性:(value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:SwipeGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): SwipeGestureInterface;
起始版本:8|类名:SwipeGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): SwipeGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PinchGestureInterface
起始版本:7|类名:PinchGestureInterface
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:(value?: { fingers?: number; distance?: number }): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:(value?: { fingers?: number; distance?: number }): PinchGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:onActionCancel(event: () => void): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:onActionCancel(event: () => void): PinchGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:RotationGestureInterface
起始版本:7|类名:RotationGestureInterface
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:(value?: { fingers?: number; angle?: number }): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:(value?: { fingers?: number; angle?: number }): RotationGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:onActionCancel(event: () => void): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:onActionCancel(event: () => void): RotationGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureGroupInterface
起始版本:7|类名:GestureGroupInterface
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureGroupInterface
方法 or 属性:(mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
起始版本:7|类名:GestureGroupInterface
方法 or 属性:(mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GestureGroupInterface
方法 or 属性:onCancel(event: () => void): GestureGroupInterface;
起始版本:7|类名:GestureGroupInterface
方法 or 属性:onCancel(event: () => void): GestureGroupInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TapGesture: TapGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const TapGesture: TapGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const LongPressGesture: LongPressGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const LongPressGesture: LongPressGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const PanGesture: PanGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const PanGesture: PanGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const SwipeGesture: SwipeGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const SwipeGesture: SwipeGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const PinchGesture: PinchGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const PinchGesture: PinchGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const RotationGesture: RotationGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const RotationGesture: RotationGestureInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const GestureGroup: GestureGroupInterface;
起始版本:7|类名:global
方法 or 属性:declare const GestureGroup: GestureGroupInterface;
起始版本:10|gesture.d.ts| -|起始版本有变化|类名:GridInterface
起始版本:7|类名:GridInterface
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridInterface
方法 or 属性:(scroller?: Scroller): GridAttribute;
起始版本:7|类名:GridInterface
方法 or 属性:(scroller?: Scroller): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridDirection
起始版本:8|类名:GridDirection
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridDirection
方法 or 属性:Row
起始版本:8|类名:GridDirection
方法 or 属性:Row
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridDirection
方法 or 属性:Column
起始版本:8|类名:GridDirection
方法 or 属性:Column
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridDirection
方法 or 属性:RowReverse
起始版本:8|类名:GridDirection
方法 or 属性:RowReverse
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridDirection
方法 or 属性:ColumnReverse
起始版本:8|类名:GridDirection
方法 or 属性:ColumnReverse
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
起始版本:7|类名:GridAttribute
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:columnsTemplate(value: string): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:columnsTemplate(value: string): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:rowsTemplate(value: string): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:rowsTemplate(value: string): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:columnsGap(value: Length): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:columnsGap(value: Length): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:rowsGap(value: Length): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:rowsGap(value: Length): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:scrollBarWidth(value: number \| string): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:scrollBarWidth(value: number \| string): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:scrollBarColor(value: Color \| number \| string): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:scrollBarColor(value: Color \| number \| string): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:scrollBar(value: BarState): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:scrollBar(value: BarState): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:onScrollIndex(event: (first: number) => void): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:onScrollIndex(event: (first: number) => void): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:cachedCount(value: number): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:cachedCount(value: number): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:editMode(value: boolean): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:editMode(value: boolean): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:multiSelectable(value: boolean): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:multiSelectable(value: boolean): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:maxCount(value: number): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:maxCount(value: number): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:minCount(value: number): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:minCount(value: number): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:cellLength(value: number): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:cellLength(value: number): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:layoutDirection(value: GridDirection): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:layoutDirection(value: GridDirection): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:supportAnimation(value: boolean): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:supportAnimation(value: boolean): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Grid: GridInterface;
起始版本:7|类名:global
方法 or 属性:declare const Grid: GridInterface;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const GridInstance: GridAttribute;
起始版本:7|类名:global
方法 or 属性:declare const GridInstance: GridAttribute;
起始版本:10|grid.d.ts| -|起始版本有变化|类名:GridItemInterface
起始版本:7|类名:GridItemInterface
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridItemInterface
方法 or 属性:(): GridItemAttribute;
起始版本:7|类名:GridItemInterface
方法 or 属性:(): GridItemAttribute;
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridItemAttribute
起始版本:7|类名:GridItemAttribute
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridItemAttribute
方法 or 属性:rowStart(value: number): GridItemAttribute;
起始版本:7|类名:GridItemAttribute
方法 or 属性:rowStart(value: number): GridItemAttribute;
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridItemAttribute
方法 or 属性:rowEnd(value: number): GridItemAttribute;
起始版本:7|类名:GridItemAttribute
方法 or 属性:rowEnd(value: number): GridItemAttribute;
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridItemAttribute
方法 or 属性:columnStart(value: number): GridItemAttribute;
起始版本:7|类名:GridItemAttribute
方法 or 属性:columnStart(value: number): GridItemAttribute;
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridItemAttribute
方法 or 属性:columnEnd(value: number): GridItemAttribute;
起始版本:7|类名:GridItemAttribute
方法 or 属性:columnEnd(value: number): GridItemAttribute;
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridItemAttribute
方法 or 属性:selectable(value: boolean): GridItemAttribute;
起始版本:8|类名:GridItemAttribute
方法 or 属性:selectable(value: boolean): GridItemAttribute;
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridItemAttribute
方法 or 属性:onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
起始版本:8|类名:GridItemAttribute
方法 or 属性:onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const GridItem: GridItemInterface
起始版本:7|类名:global
方法 or 属性:declare const GridItem: GridItemInterface
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const GridItemInstance: GridItemAttribute;
起始版本:7|类名:global
方法 or 属性:declare const GridItemInstance: GridItemAttribute;
起始版本:10|gridItem.d.ts| -|起始版本有变化|类名:GridColColumnOption
起始版本:9|类名:GridColColumnOption
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColColumnOption
方法 or 属性:xs?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:xs?: number,
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColColumnOption
方法 or 属性:sm?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:sm?: number,
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColColumnOption
方法 or 属性:md?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:md?: number,
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColColumnOption
方法 or 属性:lg?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:lg?: number,
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColColumnOption
方法 or 属性:xl?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:xl?: number,
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColColumnOption
方法 or 属性:xxl?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:xxl?: number,
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColOptions
起始版本:9|类名:GridColOptions
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColOptions
方法 or 属性:span?: number \| GridColColumnOption;
起始版本:9|类名:GridColOptions
方法 or 属性:span?: number \| GridColColumnOption;
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColOptions
方法 or 属性:offset?: number \| GridColColumnOption;
起始版本:9|类名:GridColOptions
方法 or 属性:offset?: number \| GridColColumnOption;
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColOptions
方法 or 属性:order?: number \| GridColColumnOption;
起始版本:9|类名:GridColOptions
方法 or 属性:order?: number \| GridColColumnOption;
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColInterface
起始版本:9|类名:GridColInterface
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColInterface
方法 or 属性:(option?: GridColOptions): GridColAttribute;
起始版本:9|类名:GridColInterface
方法 or 属性:(option?: GridColOptions): GridColAttribute;
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColAttribute
方法 or 属性:span(value: number \| GridColColumnOption): GridColAttribute;
起始版本:9|类名:GridColAttribute
方法 or 属性:span(value: number \| GridColColumnOption): GridColAttribute;
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColAttribute
方法 or 属性:gridColOffset(value: number \| GridColColumnOption): GridColAttribute;
起始版本:9|类名:GridColAttribute
方法 or 属性:gridColOffset(value: number \| GridColColumnOption): GridColAttribute;
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridColAttribute
方法 or 属性:order(value: number \| GridColColumnOption): GridColAttribute;
起始版本:9|类名:GridColAttribute
方法 or 属性:order(value: number \| GridColColumnOption): GridColAttribute;
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const GridCol: GridColInterface
起始版本:9|类名:global
方法 or 属性:declare const GridCol: GridColInterface
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const GridColInstance: GridColAttribute;
起始版本:9|类名:global
方法 or 属性:declare const GridColInstance: GridColAttribute;
起始版本:10|grid_col.d.ts| -|起始版本有变化|类名:GridRowSizeOption
起始版本:9|类名:GridRowSizeOption
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:xs?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:xs?: Length,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:sm?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:sm?: Length,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:md?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:md?: Length,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:lg?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:lg?: Length,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:xl?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:xl?: Length,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:xxl?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:xxl?: Length,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowColumnOption
起始版本:9|类名:GridRowColumnOption
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:xs?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:xs?: number,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:sm?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:sm?: number,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:md?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:md?: number,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:lg?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:lg?: number,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:xl?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:xl?: number,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:xxl?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:xxl?: number,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GutterOption
起始版本:9|类名:GutterOption
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GutterOption
方法 or 属性:x?: Length \| GridRowSizeOption,
起始版本:9|类名:GutterOption
方法 or 属性:x?: Length \| GridRowSizeOption,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GutterOption
方法 or 属性:y?: Length \| GridRowSizeOption
起始版本:9|类名:GutterOption
方法 or 属性:y?: Length \| GridRowSizeOption
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:BreakpointsReference
起始版本:9|类名:BreakpointsReference
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:BreakpointsReference
方法 or 属性:WindowSize
起始版本:9|类名:BreakpointsReference
方法 or 属性:WindowSize
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:BreakpointsReference
方法 or 属性:ComponentSize
起始版本:9|类名:BreakpointsReference
方法 or 属性:ComponentSize
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowDirection
起始版本:9|类名:GridRowDirection
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowDirection
方法 or 属性:Row
起始版本:9|类名:GridRowDirection
方法 or 属性:Row
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowDirection
方法 or 属性:RowReverse
起始版本:9|类名:GridRowDirection
方法 or 属性:RowReverse
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:BreakPoints
起始版本:9|类名:BreakPoints
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:BreakPoints
方法 or 属性:value?: Array\,
起始版本:9|类名:BreakPoints
方法 or 属性:value?: Array\,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:BreakPoints
方法 or 属性:reference?: BreakpointsReference,
起始版本:9|类名:BreakPoints
方法 or 属性:reference?: BreakpointsReference,
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowOptions
起始版本:9|类名:GridRowOptions
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowOptions
方法 or 属性:gutter?: Length \| GutterOption;
起始版本:9|类名:GridRowOptions
方法 or 属性:gutter?: Length \| GutterOption;
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowOptions
方法 or 属性:columns?: number \| GridRowColumnOption;
起始版本:9|类名:GridRowOptions
方法 or 属性:columns?: number \| GridRowColumnOption;
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowOptions
方法 or 属性:breakpoints?: BreakPoints;
起始版本:9|类名:GridRowOptions
方法 or 属性:breakpoints?: BreakPoints;
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowOptions
方法 or 属性:direction?: GridRowDirection;
起始版本:9|类名:GridRowOptions
方法 or 属性:direction?: GridRowDirection;
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowInterface
起始版本:9|类名:GridRowInterface
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowInterface
方法 or 属性:(option?: GridRowOptions): GridRowAttribute;
起始版本:9|类名:GridRowInterface
方法 or 属性:(option?: GridRowOptions): GridRowAttribute;
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:GridRowAttribute
方法 or 属性:onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
起始版本:9|类名:GridRowAttribute
方法 or 属性:onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const GridRow: GridRowInterface;
起始版本:9|类名:global
方法 or 属性:declare const GridRow: GridRowInterface;
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const GridRowInstance: GridRowAttribute;
起始版本:9|类名:global
方法 or 属性:declare const GridRowInstance: GridRowAttribute;
起始版本:10|grid_row.d.ts| -|起始版本有变化|类名:ImageAttribute
方法 or 属性:colorFilter(value: ColorFilter): ImageAttribute;
起始版本:9|类名:ImageAttribute
方法 or 属性:colorFilter(value: ColorFilter): ImageAttribute;
起始版本:10|image.d.ts| -|起始版本有变化|类名:ImageAttribute
方法 or 属性:copyOption(value: CopyOptions): ImageAttribute;
起始版本:9|类名:ImageAttribute
方法 or 属性:copyOption(value: CopyOptions): ImageAttribute;
起始版本:10|image.d.ts| -|起始版本有变化|类名:ImageAnimatorInterface
起始版本:7|类名:ImageAnimatorInterface
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorInterface
方法 or 属性:(): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorInterface
方法 or 属性:(): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageFrameInfo
起始版本:7|类名:ImageFrameInfo
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:width?: number \| string;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:width?: number \| string;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:height?: number \| string;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:height?: number \| string;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:top?: number \| string;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:top?: number \| string;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:left?: number \| string;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:left?: number \| string;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:duration?: number;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:duration?: number;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
起始版本:7|类名:ImageAnimatorAttribute
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:images(value: Array\): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:images(value: Array\): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:state(value: AnimationStatus): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:state(value: AnimationStatus): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:duration(value: number): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:duration(value: number): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:reverse(value: boolean): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:reverse(value: boolean): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:fixedSize(value: boolean): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:fixedSize(value: boolean): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:fillMode(value: FillMode): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:fillMode(value: FillMode): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:iterations(value: number): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:iterations(value: number): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onStart(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onStart(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onPause(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onPause(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onRepeat(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onRepeat(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onCancel(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onCancel(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onFinish(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onFinish(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ImageAnimator: ImageAnimatorInterface;
起始版本:7|类名:global
方法 or 属性:declare const ImageAnimator: ImageAnimatorInterface;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ImageAnimatorInstance: ImageAnimatorAttribute;
起始版本:7|类名:global
方法 or 属性:declare const ImageAnimatorInstance: ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts| -|起始版本有变化|类名:DataChangeListener
起始版本:7|类名:DataChangeListener
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataReloaded(): void;
起始版本:7|类名:DataChangeListener
方法 or 属性:onDataReloaded(): void;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataAdd(index: number): void;
起始版本:8|类名:DataChangeListener
方法 or 属性:onDataAdd(index: number): void;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataMove(from: number, to: number): void;
起始版本:8|类名:DataChangeListener
方法 or 属性:onDataMove(from: number, to: number): void;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataDelete(index: number): void;
起始版本:8|类名:DataChangeListener
方法 or 属性:onDataDelete(index: number): void;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataChange(index: number): void;
起始版本:8|类名:DataChangeListener
方法 or 属性:onDataChange(index: number): void;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:IDataSource
起始版本:7|类名:IDataSource
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:IDataSource
方法 or 属性:totalCount(): number;
起始版本:7|类名:IDataSource
方法 or 属性:totalCount(): number;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:IDataSource
方法 or 属性:getData(index: number): any;
起始版本:7|类名:IDataSource
方法 or 属性:getData(index: number): any;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:IDataSource
方法 or 属性:registerDataChangeListener(listener: DataChangeListener): void;
起始版本:7|类名:IDataSource
方法 or 属性:registerDataChangeListener(listener: DataChangeListener): void;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:IDataSource
方法 or 属性:unregisterDataChangeListener(listener: DataChangeListener): void;
起始版本:7|类名:IDataSource
方法 or 属性:unregisterDataChangeListener(listener: DataChangeListener): void;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:LazyForEachInterface
起始版本:7|类名:LazyForEachInterface
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:LazyForEachInterface
方法 or 属性:(
dataSource: IDataSource,
itemGenerator: (item: any, index?: number) => void,
keyGenerator?: (item: any, index?: number) => string,
): LazyForEachInterface;
起始版本:7|类名:LazyForEachInterface
方法 or 属性:(
dataSource: IDataSource,
itemGenerator: (item: any, index?: number) => void,
keyGenerator?: (item: any, index?: number) => string,
): LazyForEachInterface;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const LazyForEach: LazyForEachInterface;
起始版本:7|类名:global
方法 or 属性:declare const LazyForEach: LazyForEachInterface;
起始版本:10|lazy_for_each.d.ts| -|起始版本有变化|类名:ListItemAlign
起始版本:9|类名:ListItemAlign
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListItemAlign
方法 or 属性:Start
起始版本:9|类名:ListItemAlign
方法 or 属性:Start
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListItemAlign
方法 or 属性:Center
起始版本:9|类名:ListItemAlign
方法 or 属性:Center
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListItemAlign
方法 or 属性:End
起始版本:9|类名:ListItemAlign
方法 or 属性:End
起始版本:10|list.d.ts| -|起始版本有变化|类名:StickyStyle
起始版本:9|类名:StickyStyle
起始版本:10|list.d.ts| -|起始版本有变化|类名:StickyStyle
方法 or 属性:None = 0
起始版本:9|类名:StickyStyle
方法 or 属性:None = 0
起始版本:10|list.d.ts| -|起始版本有变化|类名:StickyStyle
方法 or 属性:Header = 1
起始版本:9|类名:StickyStyle
方法 or 属性:Header = 1
起始版本:10|list.d.ts| -|起始版本有变化|类名:StickyStyle
方法 or 属性:Footer = 2
起始版本:9|类名:StickyStyle
方法 or 属性:Footer = 2
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:lanes(value: number \| LengthConstrain): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:lanes(value: number \| LengthConstrain): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:alignListItem(value: ListItemAlign): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:alignListItem(value: ListItemAlign): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:sticky(value: StickyStyle): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:sticky(value: StickyStyle): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:onScrollStart(event: () => void): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:onScrollStart(event: () => void): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
起始版本:7|类名:ListAttribute
方法 or 属性:onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:ListAttribute
方法 or 属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
起始版本:10|list.d.ts| -|起始版本有变化|类名:SwipeEdgeEffect
起始版本:9|类名:SwipeEdgeEffect
起始版本:10|list_item.d.ts| -|起始版本有变化|类名:SwipeEdgeEffect
方法 or 属性:Spring
起始版本:9|类名:SwipeEdgeEffect
方法 or 属性:Spring
起始版本:10|list_item.d.ts| -|起始版本有变化|类名:SwipeEdgeEffect
方法 or 属性:None
起始版本:9|类名:SwipeEdgeEffect
方法 or 属性:None
起始版本:10|list_item.d.ts| -|起始版本有变化|类名:SwipeActionOptions
起始版本:9|类名:SwipeActionOptions
起始版本:10|list_item.d.ts| -|起始版本有变化|类名:SwipeActionOptions
方法 or 属性:start?: CustomBuilder;
起始版本:9|类名:SwipeActionOptions
方法 or 属性:start?: CustomBuilder;
起始版本:10|list_item.d.ts| -|起始版本有变化|类名:SwipeActionOptions
方法 or 属性:end?: CustomBuilder;
起始版本:9|类名:SwipeActionOptions
方法 or 属性:end?: CustomBuilder;
起始版本:10|list_item.d.ts| -|起始版本有变化|类名:SwipeActionOptions
方法 or 属性:edgeEffect?: SwipeEdgeEffect;
起始版本:9|类名:SwipeActionOptions
方法 or 属性:edgeEffect?: SwipeEdgeEffect;
起始版本:10|list_item.d.ts| -|起始版本有变化|类名:ListItemAttribute
方法 or 属性:selectable(value: boolean): ListItemAttribute;
起始版本:8|类名:ListItemAttribute
方法 or 属性:selectable(value: boolean): ListItemAttribute;
起始版本:9|list_item.d.ts| -|起始版本有变化|类名:ListItemAttribute
方法 or 属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;
起始版本:9|类名:ListItemAttribute
方法 or 属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;
起始版本:10|list_item.d.ts| -|起始版本有变化|类名:ListItemGroupOptions
起始版本:9|类名:ListItemGroupOptions
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:ListItemGroupOptions
方法 or 属性:header?: CustomBuilder;
起始版本:9|类名:ListItemGroupOptions
方法 or 属性:header?: CustomBuilder;
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:ListItemGroupOptions
方法 or 属性:footer?: CustomBuilder;
起始版本:9|类名:ListItemGroupOptions
方法 or 属性:footer?: CustomBuilder;
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:ListItemGroupOptions
方法 or 属性:space?: number \| string;
起始版本:9|类名:ListItemGroupOptions
方法 or 属性:space?: number \| string;
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:ListItemGroupInterface
起始版本:9|类名:ListItemGroupInterface
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:ListItemGroupInterface
方法 or 属性:(options?: ListItemGroupOptions): ListItemGroupAttribute;
起始版本:9|类名:ListItemGroupInterface
方法 or 属性:(options?: ListItemGroupOptions): ListItemGroupAttribute;
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:ListItemGroupAttribute
起始版本:9|类名:ListItemGroupAttribute
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:ListItemGroupAttribute
方法 or 属性:divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListItemGroupAttribute;
起始版本:9|类名:ListItemGroupAttribute
方法 or 属性:divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListItemGroupAttribute;
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ListItemGroupInstance: ListItemGroupAttribute;
起始版本:9|类名:global
方法 or 属性:declare const ListItemGroupInstance: ListItemGroupAttribute;
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ListItemGroup: ListItemGroupInterface;
起始版本:9|类名:global
方法 or 属性:declare const ListItemGroup: ListItemGroupInterface;
起始版本:10|list_item_group.d.ts| -|起始版本有变化|类名:MenuInterface
起始版本:9|类名:MenuInterface
起始版本:10|menu.d.ts| -|起始版本有变化|类名:MenuInterface
方法 or 属性:(): MenuAttribute;
起始版本:9|类名:MenuInterface
方法 or 属性:(): MenuAttribute;
起始版本:10|menu.d.ts| -|起始版本有变化|类名:MenuAttribute
起始版本:9|类名:MenuAttribute
起始版本:10|menu.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Menu: MenuInterface;
起始版本:9|类名:global
方法 or 属性:declare const Menu: MenuInterface;
起始版本:10|menu.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const MenuInstance: MenuAttribute;
起始版本:9|类名:global
方法 or 属性:declare const MenuInstance: MenuAttribute;
起始版本:10|menu.d.ts| -|起始版本有变化|类名:MenuItemOptions
起始版本:9|类名:MenuItemOptions
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemOptions
方法 or 属性:startIcon?: ResourceStr;
起始版本:9|类名:MenuItemOptions
方法 or 属性:startIcon?: ResourceStr;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemOptions
方法 or 属性:content?: ResourceStr;
起始版本:9|类名:MenuItemOptions
方法 or 属性:content?: ResourceStr;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemOptions
方法 or 属性:endIcon?: ResourceStr;
起始版本:9|类名:MenuItemOptions
方法 or 属性:endIcon?: ResourceStr;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemOptions
方法 or 属性:labelInfo?: ResourceStr;
起始版本:9|类名:MenuItemOptions
方法 or 属性:labelInfo?: ResourceStr;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemOptions
方法 or 属性:builder?: CustomBuilder;
起始版本:9|类名:MenuItemOptions
方法 or 属性:builder?: CustomBuilder;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemInterface
起始版本:9|类名:MenuItemInterface
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemInterface
方法 or 属性:(value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;
起始版本:9|类名:MenuItemInterface
方法 or 属性:(value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemAttribute
起始版本:9|类名:MenuItemAttribute
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemAttribute
方法 or 属性:selected(value: boolean): MenuItemAttribute;
起始版本:9|类名:MenuItemAttribute
方法 or 属性:selected(value: boolean): MenuItemAttribute;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemAttribute
方法 or 属性:onChange(callback: (selected: boolean) => void): MenuItemAttribute;
起始版本:9|类名:MenuItemAttribute
方法 or 属性:onChange(callback: (selected: boolean) => void): MenuItemAttribute;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const MenuItem: MenuItemInterface;
起始版本:9|类名:global
方法 or 属性:declare const MenuItem: MenuItemInterface;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const MenuItemInstance: MenuItemAttribute;
起始版本:9|类名:global
方法 or 属性:declare const MenuItemInstance: MenuItemAttribute;
起始版本:10|menu_item.d.ts| -|起始版本有变化|类名:MenuItemGroupOptions
起始版本:9|类名:MenuItemGroupOptions
起始版本:10|menu_item_group.d.ts| -|起始版本有变化|类名:MenuItemGroupOptions
方法 or 属性:header?: ResourceStr \| CustomBuilder;
起始版本:9|类名:MenuItemGroupOptions
方法 or 属性:header?: ResourceStr \| CustomBuilder;
起始版本:10|menu_item_group.d.ts| -|起始版本有变化|类名:MenuItemGroupOptions
方法 or 属性:footer?: ResourceStr \| CustomBuilder;
起始版本:9|类名:MenuItemGroupOptions
方法 or 属性:footer?: ResourceStr \| CustomBuilder;
起始版本:10|menu_item_group.d.ts| -|起始版本有变化|类名:MenuItemGroupInterface
起始版本:9|类名:MenuItemGroupInterface
起始版本:10|menu_item_group.d.ts| -|起始版本有变化|类名:MenuItemGroupInterface
方法 or 属性:(value?: MenuItemGroupOptions): MenuItemGroupAttribute;
起始版本:9|类名:MenuItemGroupInterface
方法 or 属性:(value?: MenuItemGroupOptions): MenuItemGroupAttribute;
起始版本:10|menu_item_group.d.ts| -|起始版本有变化|类名:MenuItemGroupAttribute
起始版本:9|类名:MenuItemGroupAttribute
起始版本:10|menu_item_group.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const MenuItemGroup: MenuItemGroupInterface;
起始版本:9|类名:global
方法 or 属性:declare const MenuItemGroup: MenuItemGroupInterface;
起始版本:10|menu_item_group.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const MenuItemGroupInstance: MenuItemGroupAttribute;
起始版本:9|类名:global
方法 or 属性:declare const MenuItemGroupInstance: MenuItemGroupAttribute;
起始版本:10|menu_item_group.d.ts| -|起始版本有变化|类名:NavigationCommonTitle
起始版本:9|类名:NavigationCommonTitle
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationCommonTitle
方法 or 属性:main: string;
起始版本:9|类名:NavigationCommonTitle
方法 or 属性:main: string;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationCommonTitle
方法 or 属性:sub: string;
起始版本:9|类名:NavigationCommonTitle
方法 or 属性:sub: string;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationCustomTitle
起始版本:9|类名:NavigationCustomTitle
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationCustomTitle
方法 or 属性:builder: CustomBuilder;
起始版本:9|类名:NavigationCustomTitle
方法 or 属性:builder: CustomBuilder;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationCustomTitle
方法 or 属性:height: TitleHeight \| Length;
起始版本:9|类名:NavigationCustomTitle
方法 or 属性:height: TitleHeight \| Length;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationMode
起始版本:9|类名:NavigationMode
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationMode
方法 or 属性:Stack
起始版本:9|类名:NavigationMode
方法 or 属性:Stack
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationMode
方法 or 属性:Split
起始版本:9|类名:NavigationMode
方法 or 属性:Split
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationMode
方法 or 属性:Auto
起始版本:9|类名:NavigationMode
方法 or 属性:Auto
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavBarPosition
起始版本:9|类名:NavBarPosition
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavBarPosition
方法 or 属性:Start
起始版本:9|类名:NavBarPosition
方法 or 属性:Start
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavBarPosition
方法 or 属性:End
起始版本:9|类名:NavBarPosition
方法 or 属性:End
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationTitleMode
起始版本:8|类名:NavigationTitleMode
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationTitleMode
方法 or 属性:Free = 0
起始版本:8|类名:NavigationTitleMode
方法 or 属性:Free = 0
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationTitleMode
方法 or 属性:Full
起始版本:8|类名:NavigationTitleMode
方法 or 属性:Full
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationTitleMode
方法 or 属性:Mini
起始版本:8|类名:NavigationTitleMode
方法 or 属性:Mini
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationMenuItem
方法 or 属性:value: string;
起始版本:8|类名:NavigationMenuItem
方法 or 属性:value: string;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationMenuItem
方法 or 属性:icon?: string;
起始版本:8|类名:NavigationMenuItem
方法 or 属性:icon?: string;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationMenuItem
方法 or 属性:action?: () => void;
起始版本:8|类名:NavigationMenuItem
方法 or 属性:action?: () => void;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationInterface
起始版本:8|类名:NavigationInterface
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationInterface
方法 or 属性:(): NavigationAttribute;
起始版本:8|类名:NavigationInterface
方法 or 属性:(): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
起始版本:8|类名:NavigationAttribute
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:navBarWidth(value: Length): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:navBarWidth(value: Length): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:navBarPosition(value: NavBarPosition): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:navBarPosition(value: NavBarPosition): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:mode(value: NavigationMode): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:mode(value: NavigationMode): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:hideNavBar(value: boolean): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:hideNavBar(value: boolean): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:hideTitleBar(value: boolean): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:hideTitleBar(value: boolean): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:hideBackButton(value: boolean): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:hideBackButton(value: boolean): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:titleMode(value: NavigationTitleMode): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:titleMode(value: NavigationTitleMode): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:menus(value: Array\ \| CustomBuilder): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:menus(value: Array\ \| CustomBuilder): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:hideToolBar(value: boolean): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:hideToolBar(value: boolean): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationAttribute
方法 or 属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Navigation: NavigationInterface;
起始版本:8|类名:global
方法 or 属性:declare const Navigation: NavigationInterface;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const NavigationInstance: NavigationAttribute;
起始版本:8|类名:global
方法 or 属性:declare const NavigationInstance: NavigationAttribute;
起始版本:10|navigation.d.ts| -|起始版本有变化|类名:NavigationType
起始版本:7|类名:NavigationType
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigationType
方法 or 属性:Push
起始版本:7|类名:NavigationType
方法 or 属性:Push
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigationType
方法 or 属性:Back
起始版本:7|类名:NavigationType
方法 or 属性:Back
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigationType
方法 or 属性:Replace
起始版本:7|类名:NavigationType
方法 or 属性:Replace
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigatorInterface
起始版本:7|类名:NavigatorInterface
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigatorInterface
方法 or 属性:(value?: { target: string; type?: NavigationType }): NavigatorAttribute;
起始版本:7|类名:NavigatorInterface
方法 or 属性:(value?: { target: string; type?: NavigationType }): NavigatorAttribute;
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigatorInterface
方法 or 属性:(): NavigatorAttribute;
起始版本:7|类名:NavigatorInterface
方法 or 属性:(): NavigatorAttribute;
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigatorAttribute
起始版本:7|类名:NavigatorAttribute
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigatorAttribute
方法 or 属性:active(value: boolean): NavigatorAttribute;
起始版本:7|类名:NavigatorAttribute
方法 or 属性:active(value: boolean): NavigatorAttribute;
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigatorAttribute
方法 or 属性:type(value: NavigationType): NavigatorAttribute;
起始版本:7|类名:NavigatorAttribute
方法 or 属性:type(value: NavigationType): NavigatorAttribute;
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigatorAttribute
方法 or 属性:target(value: string): NavigatorAttribute;
起始版本:7|类名:NavigatorAttribute
方法 or 属性:target(value: string): NavigatorAttribute;
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavigatorAttribute
方法 or 属性:params(value: object): NavigatorAttribute;
起始版本:7|类名:NavigatorAttribute
方法 or 属性:params(value: object): NavigatorAttribute;
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Navigator: NavigatorInterface;
起始版本:7|类名:global
方法 or 属性:declare const Navigator: NavigatorInterface;
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const NavigatorInstance: NavigatorAttribute;
起始版本:7|类名:global
方法 or 属性:declare const NavigatorInstance: NavigatorAttribute;
起始版本:10|navigator.d.ts| -|起始版本有变化|类名:NavDestinationCommonTitle
起始版本:9|类名:NavDestinationCommonTitle
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationCommonTitle
方法 or 属性:main: string;
起始版本:9|类名:NavDestinationCommonTitle
方法 or 属性:main: string;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationCommonTitle
方法 or 属性:sub: string;
起始版本:9|类名:NavDestinationCommonTitle
方法 or 属性:sub: string;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationCustomTitle
起始版本:9|类名:NavDestinationCustomTitle
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationCustomTitle
方法 or 属性:builder: CustomBuilder;
起始版本:9|类名:NavDestinationCustomTitle
方法 or 属性:builder: CustomBuilder;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationCustomTitle
方法 or 属性:height: TitleHeight \| Length;
起始版本:9|类名:NavDestinationCustomTitle
方法 or 属性:height: TitleHeight \| Length;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationInterface
起始版本:9|类名:NavDestinationInterface
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationInterface
方法 or 属性:(): NavDestinationAttribute;
起始版本:9|类名:NavDestinationInterface
方法 or 属性:(): NavDestinationAttribute;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationAttribute
起始版本:9|类名:NavDestinationAttribute
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationAttribute
方法 or 属性:title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;
起始版本:9|类名:NavDestinationAttribute
方法 or 属性:title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavDestinationAttribute
方法 or 属性:hideTitleBar(value: boolean): NavDestinationAttribute;
起始版本:9|类名:NavDestinationAttribute
方法 or 属性:hideTitleBar(value: boolean): NavDestinationAttribute;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const NavDestination: NavDestinationInterface;
起始版本:9|类名:global
方法 or 属性:declare const NavDestination: NavDestinationInterface;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const NavDestinationInstance: NavDestinationAttribute;
起始版本:9|类名:global
方法 or 属性:declare const NavDestinationInstance: NavDestinationAttribute;
起始版本:10|nav_destination.d.ts| -|起始版本有变化|类名:NavRouterInterface
起始版本:9|类名:NavRouterInterface
起始版本:10|nav_router.d.ts| -|起始版本有变化|类名:NavRouterInterface
方法 or 属性:(): NavRouterAttribute;
起始版本:9|类名:NavRouterInterface
方法 or 属性:(): NavRouterAttribute;
起始版本:10|nav_router.d.ts| -|起始版本有变化|类名:NavRouterAttribute
起始版本:9|类名:NavRouterAttribute
起始版本:10|nav_router.d.ts| -|起始版本有变化|类名:NavRouterAttribute
方法 or 属性:onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
起始版本:9|类名:NavRouterAttribute
方法 or 属性:onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
起始版本:10|nav_router.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const NavRouter: NavRouterInterface;
起始版本:9|类名:global
方法 or 属性:declare const NavRouter: NavRouterInterface;
起始版本:10|nav_router.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const NavRouterInstance: NavRouterAttribute;
起始版本:9|类名:global
方法 or 属性:declare const NavRouterInstance: NavRouterAttribute;
起始版本:10|nav_router.d.ts| -|起始版本有变化|类名:RouteType
起始版本:7|类名:RouteType
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:RouteType
方法 or 属性:None
起始版本:7|类名:RouteType
方法 or 属性:None
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:RouteType
方法 or 属性:Push
起始版本:7|类名:RouteType
方法 or 属性:Push
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:RouteType
方法 or 属性:Pop
起始版本:7|类名:RouteType
方法 or 属性:Pop
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:SlideEffect
起始版本:7|类名:SlideEffect
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:SlideEffect
方法 or 属性:Left
起始版本:7|类名:SlideEffect
方法 or 属性:Left
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:SlideEffect
方法 or 属性:Right
起始版本:7|类名:SlideEffect
方法 or 属性:Right
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:SlideEffect
方法 or 属性:Top
起始版本:7|类名:SlideEffect
方法 or 属性:Top
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:SlideEffect
方法 or 属性:Bottom
起始版本:7|类名:SlideEffect
方法 or 属性:Bottom
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:CommonTransition
起始版本:7|类名:CommonTransition
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:CommonTransition
方法 or 属性:constructor();
起始版本:7|类名:CommonTransition
方法 or 属性:constructor();
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:CommonTransition
方法 or 属性:slide(value: SlideEffect): T;
起始版本:7|类名:CommonTransition
方法 or 属性:slide(value: SlideEffect): T;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:CommonTransition
方法 or 属性:translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;
起始版本:7|类名:CommonTransition
方法 or 属性:translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:CommonTransition
方法 or 属性:scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;
起始版本:7|类名:CommonTransition
方法 or 属性:scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:CommonTransition
方法 or 属性:opacity(value: number): T;
起始版本:7|类名:CommonTransition
方法 or 属性:opacity(value: number): T;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:PageTransitionEnterInterface
起始版本:7|类名:PageTransitionEnterInterface
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:PageTransitionEnterInterface
方法 or 属性:(value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionEnterInterface;
起始版本:7|类名:PageTransitionEnterInterface
方法 or 属性:(value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionEnterInterface;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:PageTransitionEnterInterface
方法 or 属性:onEnter(event: (type?: RouteType, progress?: number) => void): PageTransitionEnterInterface;
起始版本:7|类名:PageTransitionEnterInterface
方法 or 属性:onEnter(event: (type?: RouteType, progress?: number) => void): PageTransitionEnterInterface;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:PageTransitionExitInterface
起始版本:7|类名:PageTransitionExitInterface
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:PageTransitionExitInterface
方法 or 属性:(value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionExitInterface;
起始版本:7|类名:PageTransitionExitInterface
方法 or 属性:(value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionExitInterface;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:PageTransitionExitInterface
方法 or 属性:onExit(event: (type?: RouteType, progress?: number) => void): PageTransitionExitInterface;
起始版本:7|类名:PageTransitionExitInterface
方法 or 属性:onExit(event: (type?: RouteType, progress?: number) => void): PageTransitionExitInterface;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const PageTransitionEnter: PageTransitionEnterInterface;
起始版本:7|类名:global
方法 or 属性:declare const PageTransitionEnter: PageTransitionEnterInterface;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const PageTransitionExit: PageTransitionExitInterface;
起始版本:7|类名:global
方法 or 属性:declare const PageTransitionExit: PageTransitionExitInterface;
起始版本:10|page_transition.d.ts| -|起始版本有变化|类名:PanelMode
起始版本:7|类名:PanelMode
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelMode
方法 or 属性:Mini
起始版本:7|类名:PanelMode
方法 or 属性:Mini
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelMode
方法 or 属性:Half
起始版本:7|类名:PanelMode
方法 or 属性:Half
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelMode
方法 or 属性:Full
起始版本:7|类名:PanelMode
方法 or 属性:Full
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelType
起始版本:7|类名:PanelType
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelType
方法 or 属性:Minibar
起始版本:7|类名:PanelType
方法 or 属性:Minibar
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelType
方法 or 属性:Foldable
起始版本:7|类名:PanelType
方法 or 属性:Foldable
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelType
方法 or 属性:Temporary
起始版本:7|类名:PanelType
方法 or 属性:Temporary
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelInterface
起始版本:7|类名:PanelInterface
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelInterface
方法 or 属性:(show: boolean): PanelAttribute;
起始版本:7|类名:PanelInterface
方法 or 属性:(show: boolean): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
起始版本:7|类名:PanelAttribute
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:mode(value: PanelMode): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:mode(value: PanelMode): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:type(value: PanelType): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:type(value: PanelType): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:dragBar(value: boolean): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:dragBar(value: boolean): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:fullHeight(value: number \| string): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:fullHeight(value: number \| string): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:halfHeight(value: number \| string): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:halfHeight(value: number \| string): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:miniHeight(value: number \| string): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:miniHeight(value: number \| string): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:show(value: boolean): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:show(value: boolean): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:backgroundMask(color: ResourceColor): PanelAttribute;
起始版本:9|类名:PanelAttribute
方法 or 属性:backgroundMask(color: ResourceColor): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:onChange(
event: (
/**
* Width of content area.
* @since 7
*/
width: number,

/**
* Height of content area.
* @since 7
*/
height: number,

/**
* Initial state.
* @since 7
*/
mode: PanelMode,
) => void,
): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:onChange(
event: (
/**
* Width of content area.
* @since 7
*/
width: number,

/**
* Height of content area.
* @since 7
*/
height: number,

/**
* Initial state.
* @since 7
*/
mode: PanelMode,
) => void,
): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PanelAttribute
方法 or 属性:onHeightChange(callback: (value: number) => void): PanelAttribute;
起始版本:9|类名:PanelAttribute
方法 or 属性:onHeightChange(callback: (value: number) => void): PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Panel: PanelInterface;
起始版本:7|类名:global
方法 or 属性:declare const Panel: PanelInterface;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const PanelInstance: PanelAttribute;
起始版本:7|类名:global
方法 or 属性:declare const PanelInstance: PanelAttribute;
起始版本:10|panel.d.ts| -|起始版本有变化|类名:PatternLockController
起始版本:9|类名:PatternLockController
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockController
方法 or 属性:constructor();
起始版本:N/A|类名:PatternLockController
方法 or 属性:constructor();
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockController
方法 or 属性:reset();
起始版本:N/A|类名:PatternLockController
方法 or 属性:reset();
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockInterface
起始版本:9|类名:PatternLockInterface
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
起始版本:9|类名:PatternLockAttribute
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:sideLength(value: Length): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:sideLength(value: Length): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:circleRadius(value: Length): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:circleRadius(value: Length): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:backgroundColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:backgroundColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:regularColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:regularColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:selectedColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:selectedColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:activeColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:activeColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:pathColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:pathColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:pathStrokeWidth(value: number \| string): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:pathStrokeWidth(value: number \| string): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:onPatternComplete(callback: (input: Array\) => void): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:onPatternComplete(callback: (input: Array\) => void): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:autoReset(value: boolean): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:autoReset(value: boolean): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const PatternLock: PatternLockInterface;
起始版本:9|类名:global
方法 or 属性:declare const PatternLock: PatternLockInterface;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const PatternLockInstance: PatternLockAttribute;
起始版本:9|类名:global
方法 or 属性:declare const PatternLockInstance: PatternLockAttribute;
起始版本:10|pattern_lock.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Rect: RectInterface;
起始版本:9|类名:global
方法 or 属性:declare const Rect: RectInterface;
起始版本:10|rect.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const RectInstance: RectAttribute;
起始版本:9|类名:global
方法 or 属性:declare const RectInstance: RectAttribute;
起始版本:10|rect.d.ts| -|起始版本有变化|类名:RefreshStatus
起始版本:8|类名:RefreshStatus
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshStatus
方法 or 属性:Inactive
起始版本:8|类名:RefreshStatus
方法 or 属性:Inactive
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshStatus
方法 or 属性:Drag
起始版本:8|类名:RefreshStatus
方法 or 属性:Drag
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshStatus
方法 or 属性:OverDrag
起始版本:8|类名:RefreshStatus
方法 or 属性:OverDrag
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshStatus
方法 or 属性:Refresh
起始版本:8|类名:RefreshStatus
方法 or 属性:Refresh
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshStatus
方法 or 属性:Done
起始版本:8|类名:RefreshStatus
方法 or 属性:Done
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshInterface
起始版本:8|类名:RefreshInterface
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshAttribute
起始版本:8|类名:RefreshAttribute
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshAttribute
方法 or 属性:onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
起始版本:8|类名:RefreshAttribute
方法 or 属性:onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RefreshAttribute
方法 or 属性:onRefreshing(callback: () => void): RefreshAttribute;
起始版本:8|类名:RefreshAttribute
方法 or 属性:onRefreshing(callback: () => void): RefreshAttribute;
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Refresh: RefreshInterface;
起始版本:8|类名:global
方法 or 属性:declare const Refresh: RefreshInterface;
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const RefreshInstance: RefreshAttribute;
起始版本:8|类名:global
方法 or 属性:declare const RefreshInstance: RefreshAttribute;
起始版本:10|refresh.d.ts| -|起始版本有变化|类名:RelativeContainerInterface
起始版本:9|类名:RelativeContainerInterface
起始版本:10|relative_container.d.ts| -|起始版本有变化|类名:RelativeContainerAttribute
起始版本:9|类名:RelativeContainerAttribute
起始版本:10|relative_container.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const RelativeContainerInstance: RelativeContainerAttribute;
起始版本:9|类名:global
方法 or 属性:declare const RelativeContainerInstance: RelativeContainerAttribute;
起始版本:10|relative_container.d.ts| -|起始版本有变化|类名:RowSplitInterface
起始版本:7|类名:RowSplitInterface
起始版本:10|row_split.d.ts| -|起始版本有变化|类名:RowSplitInterface
方法 or 属性:(): RowSplitAttribute;
起始版本:7|类名:RowSplitInterface
方法 or 属性:(): RowSplitAttribute;
起始版本:10|row_split.d.ts| -|起始版本有变化|类名:RowSplitAttribute
起始版本:7|类名:RowSplitAttribute
起始版本:10|row_split.d.ts| -|起始版本有变化|类名:RowSplitAttribute
方法 or 属性:resizeable(value: boolean): RowSplitAttribute;
起始版本:7|类名:RowSplitAttribute
方法 or 属性:resizeable(value: boolean): RowSplitAttribute;
起始版本:10|row_split.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const RowSplit: RowSplitInterface;
起始版本:7|类名:global
方法 or 属性:declare const RowSplit: RowSplitInterface;
起始版本:10|row_split.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const RowSplitInstance: RowSplitAttribute;
起始版本:7|类名:global
方法 or 属性:declare const RowSplitInstance: RowSplitAttribute;
起始版本:10|row_split.d.ts| -|起始版本有变化|类名:ScrollDirection
起始版本:7|类名:ScrollDirection
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollDirection
方法 or 属性:Vertical
起始版本:7|类名:ScrollDirection
方法 or 属性:Vertical
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollDirection
方法 or 属性:Horizontal
起始版本:7|类名:ScrollDirection
方法 or 属性:Horizontal
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollDirection
方法 or 属性:None
起始版本:7|类名:ScrollDirection
方法 or 属性:None
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:Scroller
起始版本:7|类名:Scroller
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:Scroller
方法 or 属性:constructor();
起始版本:7|类名:Scroller
方法 or 属性:constructor();
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:Scroller
方法 or 属性:scrollEdge(value: Edge);
起始版本:7|类名:Scroller
方法 or 属性:scrollEdge(value: Edge);
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:Scroller
方法 or 属性:scrollPage(value: { next: boolean });
起始版本:9|类名:Scroller
方法 or 属性:scrollPage(value: { next: boolean });
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:Scroller
方法 or 属性:currentOffset();
起始版本:7|类名:Scroller
方法 or 属性:currentOffset();
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:Scroller
方法 or 属性:scrollBy(dx: Length, dy: Length);
起始版本:9|类名:Scroller
方法 or 属性:scrollBy(dx: Length, dy: Length);
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollInterface
起始版本:7|类名:ScrollInterface
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollInterface
方法 or 属性:(scroller?: Scroller): ScrollAttribute;
起始版本:7|类名:ScrollInterface
方法 or 属性:(scroller?: Scroller): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
起始版本:7|类名:ScrollAttribute
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:scrollable(value: ScrollDirection): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:scrollable(value: ScrollDirection): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScrollStart(event: () => void): ScrollAttribute;
起始版本:9|类名:ScrollAttribute
方法 or 属性:onScrollStart(event: () => void): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScrollStop(event: () => void): ScrollAttribute;
起始版本:9|类名:ScrollAttribute
方法 or 属性:onScrollStop(event: () => void): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:scrollBar(barState: BarState): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:scrollBar(barState: BarState): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:scrollBarColor(color: Color \| number \| string): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:scrollBarColor(color: Color \| number \| string): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:scrollBarWidth(value: number \| string): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:scrollBarWidth(value: number \| string): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
起始版本:9|类名:ScrollAttribute
方法 or 属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Scroll: ScrollInterface;
起始版本:7|类名:global
方法 or 属性:declare const Scroll: ScrollInterface;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ScrollInstance: ScrollAttribute;
起始版本:7|类名:global
方法 or 属性:declare const ScrollInstance: ScrollAttribute;
起始版本:10|scroll.d.ts| -|起始版本有变化|类名:ScrollBarDirection
起始版本:8|类名:ScrollBarDirection
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarDirection
方法 or 属性:Vertical
起始版本:8|类名:ScrollBarDirection
方法 or 属性:Vertical
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarDirection
方法 or 属性:Horizontal
起始版本:8|类名:ScrollBarDirection
方法 or 属性:Horizontal
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarOptions
起始版本:8|类名:ScrollBarOptions
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarOptions
方法 or 属性:scroller: Scroller;
起始版本:8|类名:ScrollBarOptions
方法 or 属性:scroller: Scroller;
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarOptions
方法 or 属性:direction?: ScrollBarDirection;
起始版本:8|类名:ScrollBarOptions
方法 or 属性:direction?: ScrollBarDirection;
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarOptions
方法 or 属性:state?: BarState;
起始版本:8|类名:ScrollBarOptions
方法 or 属性:state?: BarState;
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarInterface
起始版本:8|类名:ScrollBarInterface
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarInterface
方法 or 属性:(value: ScrollBarOptions): ScrollBarAttribute;
起始版本:8|类名:ScrollBarInterface
方法 or 属性:(value: ScrollBarOptions): ScrollBarAttribute;
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:ScrollBarAttribute
起始版本:8|类名:ScrollBarAttribute
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ScrollBar: ScrollBarInterface;
起始版本:8|类名:global
方法 or 属性:declare const ScrollBar: ScrollBarInterface;
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const ScrollBarInstance: ScrollBarAttribute;
起始版本:8|类名:global
方法 or 属性:declare const ScrollBarInstance: ScrollBarAttribute;
起始版本:10|scroll_bar.d.ts| -|起始版本有变化|类名:SearchController
起始版本:8|类名:SearchController
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchController
方法 or 属性:constructor();
起始版本:8|类名:SearchController
方法 or 属性:constructor();
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchController
方法 or 属性:caretPosition(value: number): void;
起始版本:8|类名:SearchController
方法 or 属性:caretPosition(value: number): void;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchInterface
起始版本:8|类名:SearchInterface
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
起始版本:8|类名:SearchAttribute
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:placeholderColor(value: ResourceColor): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:placeholderColor(value: ResourceColor): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:placeholderFont(value?: Font): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:placeholderFont(value?: Font): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:textFont(value?: Font): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:textFont(value?: Font): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:onSubmit(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onSubmit(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:onChange(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onChange(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:onCopy(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onCopy(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:onCut(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onCut(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:onPaste(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onPaste(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:copyOption(value: CopyOptions): SearchAttribute;
起始版本:9|类名:SearchAttribute
方法 or 属性:copyOption(value: CopyOptions): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SearchAttribute
方法 or 属性:textAlign(value: TextAlign): SearchAttribute;
起始版本:9|类名:SearchAttribute
方法 or 属性:textAlign(value: TextAlign): SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Search: SearchInterface;
起始版本:8|类名:global
方法 or 属性:declare const Search: SearchInterface;
起始版本:10|search.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const SearchInstance: SearchAttribute;
起始版本:8|类名:global
方法 or 属性:declare const SearchInstance: SearchAttribute;
起始版本:10|search.d.ts| -|起始版本有变化|类名:SelectOption
起始版本:8|类名:SelectOption
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectOption
方法 or 属性:value: ResourceStr;
起始版本:8|类名:SelectOption
方法 or 属性:value: ResourceStr;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectOption
方法 or 属性:icon?: ResourceStr;
起始版本:8|类名:SelectOption
方法 or 属性:icon?: ResourceStr;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectInterface
起始版本:8|类名:SelectInterface
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectInterface
方法 or 属性:(options: Array\): SelectAttribute;
起始版本:8|类名:SelectInterface
方法 or 属性:(options: Array\): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
起始版本:8|类名:SelectAttribute
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:selected(value: number): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:selected(value: number): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:value(value: string): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:value(value: string): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:font(value: Font): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:font(value: Font): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:fontColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:fontColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:selectedOptionBgColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:selectedOptionBgColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:selectedOptionFont(value: Font): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:selectedOptionFont(value: Font): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:selectedOptionFontColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:selectedOptionFontColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:optionBgColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:optionBgColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:optionFont(value: Font): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:optionFont(value: Font): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:optionFontColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:optionFontColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:SelectAttribute
方法 or 属性:onSelect(callback: (index: number, value?: string) => void): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:onSelect(callback: (index: number, value?: string) => void): SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Select: SelectInterface;
起始版本:8|类名:global
方法 or 属性:declare const Select: SelectInterface;
起始版本:10|select.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const SelectInstance: SelectAttribute;
起始版本:8|类名:global
方法 or 属性:declare const SelectInstance: SelectAttribute;
起始版本:10|select.d.ts| -|起始版本有变化|类名:ShapeInterface
方法 or 属性:new (value?: PixelMap): ShapeAttribute;
起始版本:7|类名:ShapeInterface
方法 or 属性:new (value?: PixelMap): ShapeAttribute;
起始版本:10|shape.d.ts| -|起始版本有变化|类名:ShapeInterface
方法 or 属性:(value: PixelMap): ShapeAttribute;
起始版本:7|类名:ShapeInterface
方法 or 属性:(value: PixelMap): ShapeAttribute;
起始版本:10|shape.d.ts| -|起始版本有变化|类名:SideBarContainerType
起始版本:8|类名:SideBarContainerType
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerType
方法 or 属性:Embed
起始版本:8|类名:SideBarContainerType
方法 or 属性:Embed
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerType
方法 or 属性:Overlay
起始版本:8|类名:SideBarContainerType
方法 or 属性:Overlay
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarPosition
起始版本:9|类名:SideBarPosition
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarPosition
方法 or 属性:Start
起始版本:9|类名:SideBarPosition
方法 or 属性:Start
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarPosition
方法 or 属性:End
起始版本:9|类名:SideBarPosition
方法 or 属性:End
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:ButtonStyle
起始版本:8|类名:ButtonStyle
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:ButtonStyle
方法 or 属性:left?: number;
起始版本:8|类名:ButtonStyle
方法 or 属性:left?: number;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:ButtonStyle
方法 or 属性:top?: number;
起始版本:8|类名:ButtonStyle
方法 or 属性:top?: number;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:ButtonStyle
方法 or 属性:width?: number;
起始版本:8|类名:ButtonStyle
方法 or 属性:width?: number;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:ButtonStyle
方法 or 属性:height?: number;
起始版本:8|类名:ButtonStyle
方法 or 属性:height?: number;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerInterface
起始版本:8|类名:SideBarContainerInterface
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerInterface
方法 or 属性:(type?: SideBarContainerType): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerInterface
方法 or 属性:(type?: SideBarContainerType): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
起始版本:8|类名:SideBarContainerAttribute
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:showSideBar(value: boolean): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:showSideBar(value: boolean): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:controlButton(value: ButtonStyle): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:controlButton(value: ButtonStyle): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:showControlButton(value: boolean): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:showControlButton(value: boolean): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:sideBarWidth(value: number): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:sideBarWidth(value: number): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:minSideBarWidth(value: number): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:minSideBarWidth(value: number): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:maxSideBarWidth(value: number): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:maxSideBarWidth(value: number): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:sideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:sideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:minSideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:minSideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:autoHide(value: boolean): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:autoHide(value: boolean): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const SideBarContainer: SideBarContainerInterface;
起始版本:8|类名:global
方法 or 属性:declare const SideBarContainer: SideBarContainerInterface;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const SideBarContainerInstance: SideBarContainerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const SideBarContainerInstance: SideBarContainerAttribute;
起始版本:10|sidebar.d.ts| -|起始版本有变化|类名:ColorMode
起始版本:7|类名:ColorMode
起始版本:10|state_management.d.ts| -|起始版本有变化|类名:ColorMode
方法 or 属性:LIGHT = 0
起始版本:7|类名:ColorMode
方法 or 属性:LIGHT = 0
起始版本:10|state_management.d.ts| -|起始版本有变化|类名:ColorMode
方法 or 属性:DARK
起始版本:7|类名:ColorMode
方法 or 属性:DARK
起始版本:10|state_management.d.ts| -|起始版本有变化|类名:LayoutDirection
起始版本:7|类名:LayoutDirection
起始版本:10|state_management.d.ts| -|起始版本有变化|类名:LayoutDirection
方法 or 属性:LTR
起始版本:7|类名:LayoutDirection
方法 or 属性:LTR
起始版本:10|state_management.d.ts| -|起始版本有变化|类名:LayoutDirection
方法 or 属性:RTL
起始版本:7|类名:LayoutDirection
方法 or 属性:RTL
起始版本:10|state_management.d.ts| -|起始版本有变化|类名:LayoutDirection
方法 or 属性:Auto
起始版本:8|类名:LayoutDirection
方法 or 属性:Auto
起始版本:10|state_management.d.ts| -|起始版本有变化|类名:StepperInterface
起始版本:8|类名:StepperInterface
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:StepperInterface
方法 or 属性:(value?: { index?: number }): StepperAttribute;
起始版本:8|类名:StepperInterface
方法 or 属性:(value?: { index?: number }): StepperAttribute;
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:StepperAttribute
起始版本:8|类名:StepperAttribute
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:StepperAttribute
方法 or 属性:onFinish(callback: () => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onFinish(callback: () => void): StepperAttribute;
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:StepperAttribute
方法 or 属性:onSkip(callback: () => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onSkip(callback: () => void): StepperAttribute;
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:StepperAttribute
方法 or 属性:onChange(callback: (prevIndex?: number, index?: number) => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onChange(callback: (prevIndex?: number, index?: number) => void): StepperAttribute;
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:StepperAttribute
方法 or 属性:onNext(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onNext(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:StepperAttribute
方法 or 属性:onPrevious(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onPrevious(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Stepper: StepperInterface;
起始版本:8|类名:global
方法 or 属性:declare const Stepper: StepperInterface;
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const StepperInstance: StepperAttribute;
起始版本:8|类名:global
方法 or 属性:declare const StepperInstance: StepperAttribute;
起始版本:10|stepper.d.ts| -|起始版本有变化|类名:ItemState
起始版本:8|类名:ItemState
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:ItemState
方法 or 属性:Normal
起始版本:8|类名:ItemState
方法 or 属性:Normal
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:ItemState
方法 or 属性:Disabled
起始版本:8|类名:ItemState
方法 or 属性:Disabled
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:ItemState
方法 or 属性:Waiting
起始版本:8|类名:ItemState
方法 or 属性:Waiting
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:ItemState
方法 or 属性:Skip
起始版本:8|类名:ItemState
方法 or 属性:Skip
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:StepperItemInterface
起始版本:8|类名:StepperItemInterface
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:StepperItemInterface
方法 or 属性:(): StepperItemAttribute;
起始版本:8|类名:StepperItemInterface
方法 or 属性:(): StepperItemAttribute;
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:StepperItemAttribute
起始版本:8|类名:StepperItemAttribute
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:StepperItemAttribute
方法 or 属性:prevLabel(value: string): StepperItemAttribute;
起始版本:8|类名:StepperItemAttribute
方法 or 属性:prevLabel(value: string): StepperItemAttribute;
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:StepperItemAttribute
方法 or 属性:nextLabel(value: string): StepperItemAttribute;
起始版本:8|类名:StepperItemAttribute
方法 or 属性:nextLabel(value: string): StepperItemAttribute;
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:StepperItemAttribute
方法 or 属性:status(value?: ItemState): StepperItemAttribute;
起始版本:8|类名:StepperItemAttribute
方法 or 属性:status(value?: ItemState): StepperItemAttribute;
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const StepperItemInstance: StepperItemAttribute;
起始版本:8|类名:global
方法 or 属性:declare const StepperItemInstance: StepperItemAttribute;
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const StepperItem: StepperItemInterface;
起始版本:8|类名:global
方法 or 属性:declare const StepperItem: StepperItemInterface;
起始版本:10|stepper_item.d.ts| -|起始版本有变化|类名:SwiperController
起始版本:7|类名:SwiperController
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperController
方法 or 属性:constructor();
起始版本:7|类名:SwiperController
方法 or 属性:constructor();
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperController
方法 or 属性:showNext();
起始版本:7|类名:SwiperController
方法 or 属性:showNext();
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperController
方法 or 属性:showPrevious();
起始版本:7|类名:SwiperController
方法 or 属性:showPrevious();
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperController
方法 or 属性:finishAnimation(callback?: () => void);
起始版本:7|类名:SwiperController
方法 or 属性:finishAnimation(callback?: () => void);
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperDisplayMode
起始版本:7|类名:SwiperDisplayMode
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperDisplayMode
方法 or 属性:Stretch
起始版本:7|类名:SwiperDisplayMode
方法 or 属性:Stretch
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
起始版本:7|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperInterface
起始版本:7|类名:SwiperInterface
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperInterface
方法 or 属性:(controller?: SwiperController): SwiperAttribute;
起始版本:7|类名:SwiperInterface
方法 or 属性:(controller?: SwiperController): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
起始版本:7|类名:SwiperAttribute
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:index(value: number): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:index(value: number): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:autoPlay(value: boolean): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:autoPlay(value: boolean): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:interval(value: number): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:interval(value: number): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:loop(value: boolean): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:loop(value: boolean): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:duration(value: number): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:duration(value: number): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:vertical(value: boolean): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:vertical(value: boolean): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:itemSpace(value: number \| string): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:itemSpace(value: number \| string): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:cachedCount(value: number): SwiperAttribute;
起始版本:8|类名:SwiperAttribute
方法 or 属性:cachedCount(value: number): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:displayCount(value: number \| string): SwiperAttribute;
起始版本:8|类名:SwiperAttribute
方法 or 属性:displayCount(value: number \| string): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:effectMode(value: EdgeEffect): SwiperAttribute;
起始版本:8|类名:SwiperAttribute
方法 or 属性:effectMode(value: EdgeEffect): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:disableSwipe(value: boolean): SwiperAttribute;
起始版本:8|类名:SwiperAttribute
方法 or 属性:disableSwipe(value: boolean): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:onChange(event: (index: number) => void): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:onChange(event: (index: number) => void): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:onAnimationStart(event: (index: number) => void): SwiperAttribute;
起始版本:9|类名:SwiperAttribute
方法 or 属性:onAnimationStart(event: (index: number) => void): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:SwiperAttribute
方法 or 属性:onAnimationEnd(event: (index: number) => void): SwiperAttribute;
起始版本:9|类名:SwiperAttribute
方法 or 属性:onAnimationEnd(event: (index: number) => void): SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Swiper: SwiperInterface;
起始版本:7|类名:global
方法 or 属性:declare const Swiper: SwiperInterface;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const SwiperInstance: SwiperAttribute;
起始版本:7|类名:global
方法 or 属性:declare const SwiperInstance: SwiperAttribute;
起始版本:10|swiper.d.ts| -|起始版本有变化|类名:BarMode
起始版本:7|类名:BarMode
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:BarMode
方法 or 属性:Scrollable
起始版本:7|类名:BarMode
方法 or 属性:Scrollable
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:BarMode
方法 or 属性:Fixed
起始版本:7|类名:BarMode
方法 or 属性:Fixed
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:BarPosition
起始版本:7|类名:BarPosition
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:BarPosition
方法 or 属性:Start
起始版本:7|类名:BarPosition
方法 or 属性:Start
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:BarPosition
方法 or 属性:End
起始版本:7|类名:BarPosition
方法 or 属性:End
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsController
起始版本:7|类名:TabsController
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsController
方法 or 属性:constructor();
起始版本:7|类名:TabsController
方法 or 属性:constructor();
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsController
方法 or 属性:changeIndex(value: number): void;
起始版本:7|类名:TabsController
方法 or 属性:changeIndex(value: number): void;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsInterface
起始版本:7|类名:TabsInterface
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsInterface
方法 or 属性:(value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
起始版本:7|类名:TabsInterface
方法 or 属性:(value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
起始版本:7|类名:TabsAttribute
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
方法 or 属性:vertical(value: boolean): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:vertical(value: boolean): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
方法 or 属性:barPosition(value: BarPosition): TabsAttribute;
起始版本:9|类名:TabsAttribute
方法 or 属性:barPosition(value: BarPosition): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
方法 or 属性:scrollable(value: boolean): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:scrollable(value: boolean): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
方法 or 属性:barMode(value: BarMode): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:barMode(value: BarMode): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
方法 or 属性:barWidth(value: Length): TabsAttribute;
起始版本:8|类名:TabsAttribute
方法 or 属性:barWidth(value: Length): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
方法 or 属性:barHeight(value: Length): TabsAttribute;
起始版本:8|类名:TabsAttribute
方法 or 属性:barHeight(value: Length): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
方法 or 属性:animationDuration(value: number): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:animationDuration(value: number): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:TabsAttribute
方法 or 属性:onChange(event: (index: number) => void): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:onChange(event: (index: number) => void): TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Tabs: TabsInterface;
起始版本:7|类名:global
方法 or 属性:declare const Tabs: TabsInterface;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TabsInstance: TabsAttribute;
起始版本:7|类名:global
方法 or 属性:declare const TabsInstance: TabsAttribute;
起始版本:10|tabs.d.ts| -|起始版本有变化|类名:SubTabBarStyle
起始版本:9|类名:SubTabBarStyle
起始版本:10|tab_content.d.ts| -|起始版本有变化|类名:BottomTabBarStyle
起始版本:9|类名:BottomTabBarStyle
起始版本:10|tab_content.d.ts| -|起始版本有变化|类名:TabContentInterface
起始版本:7|类名:TabContentInterface
起始版本:10|tab_content.d.ts| -|起始版本有变化|类名:TabContentInterface
方法 or 属性:(): TabContentAttribute;
起始版本:7|类名:TabContentInterface
方法 or 属性:(): TabContentAttribute;
起始版本:10|tab_content.d.ts| -|起始版本有变化|类名:TabContentAttribute
起始版本:7|类名:TabContentAttribute
起始版本:10|tab_content.d.ts| -|起始版本有变化|类名:TabContentAttribute
方法 or 属性:tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;
起始版本:9|类名:TabContentAttribute
方法 or 属性:tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;
起始版本:10|tab_content.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TabContent: TabContentInterface;
起始版本:7|类名:global
方法 or 属性:declare const TabContent: TabContentInterface;
起始版本:10|tab_content.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TabContentInstance: TabContentAttribute;
起始版本:7|类名:global
方法 or 属性:declare const TabContentInstance: TabContentAttribute;
起始版本:10|tab_content.d.ts| -|起始版本有变化|类名:TextAttribute
方法 or 属性:copyOption(value: CopyOptions): TextAttribute;
起始版本:9|类名:TextAttribute
方法 or 属性:copyOption(value: CopyOptions): TextAttribute;
起始版本:10|text.d.ts| -|起始版本有变化|类名:TextAreaController
起始版本:8|类名:TextAreaController
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaController
方法 or 属性:constructor();
起始版本:8|类名:TextAreaController
方法 or 属性:constructor();
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaController
方法 or 属性:caretPosition(value: number): void;
起始版本:8|类名:TextAreaController
方法 or 属性:caretPosition(value: number): void;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaOptions
起始版本:7|类名:TextAreaOptions
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaOptions
方法 or 属性:placeholder?: ResourceStr;
起始版本:7|类名:TextAreaOptions
方法 or 属性:placeholder?: ResourceStr;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaOptions
方法 or 属性:text?: ResourceStr;
起始版本:7|类名:TextAreaOptions
方法 or 属性:text?: ResourceStr;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaOptions
方法 or 属性:controller?: TextAreaController;
起始版本:8|类名:TextAreaOptions
方法 or 属性:controller?: TextAreaController;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaInterface
起始版本:7|类名:TextAreaInterface
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaInterface
方法 or 属性:(value?: TextAreaOptions): TextAreaAttribute;
起始版本:7|类名:TextAreaInterface
方法 or 属性:(value?: TextAreaOptions): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
起始版本:7|类名:TextAreaAttribute
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:placeholderColor(value: ResourceColor): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:placeholderColor(value: ResourceColor): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:placeholderFont(value: Font): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:placeholderFont(value: Font): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:textAlign(value: TextAlign): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:textAlign(value: TextAlign): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:caretColor(value: ResourceColor): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:caretColor(value: ResourceColor): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontColor(value: ResourceColor): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontColor(value: ResourceColor): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontSize(value: Length): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontSize(value: Length): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontStyle(value: FontStyle): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontStyle(value: FontStyle): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
起始版本:8|类名:TextAreaAttribute
方法 or 属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:onChange(callback: (value: string) => void): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:onChange(callback: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:onCopy(callback: (value: string) => void): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:onCopy(callback: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:onCut(callback: (value: string) => void): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:onCut(callback: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:onPaste(callback: (value: string) => void): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:onPaste(callback: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:copyOption(value: CopyOptions): TextAreaAttribute;
起始版本:9|类名:TextAreaAttribute
方法 or 属性:copyOption(value: CopyOptions): TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextArea: TextAreaInterface;
起始版本:7|类名:global
方法 or 属性:declare const TextArea: TextAreaInterface;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextAreaInstance: TextAreaAttribute;
起始版本:7|类名:global
方法 or 属性:declare const TextAreaInstance: TextAreaAttribute;
起始版本:10|text_area.d.ts| -|起始版本有变化|类名:TextClockController
起始版本:8|类名:TextClockController
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockController
方法 or 属性:constructor();
起始版本:8|类名:TextClockController
方法 or 属性:constructor();
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockController
方法 or 属性:start();
起始版本:8|类名:TextClockController
方法 or 属性:start();
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockController
方法 or 属性:stop();
起始版本:8|类名:TextClockController
方法 or 属性:stop();
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockInterface
起始版本:8|类名:TextClockInterface
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockInterface
方法 or 属性:(options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
起始版本:8|类名:TextClockInterface
方法 or 属性:(options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockAttribute
方法 or 属性:format(value: string): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:format(value: string): TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockAttribute
方法 or 属性:onDateChange(event: (value: number) => void): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:onDateChange(event: (value: number) => void): TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontColor(value: ResourceColor): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontColor(value: ResourceColor): TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontSize(value: Length): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontSize(value: Length): TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontStyle(value: FontStyle): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontStyle(value: FontStyle): TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextClock: TextClockInterface;
起始版本:8|类名:global
方法 or 属性:declare const TextClock: TextClockInterface;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextClockInstance: TextClockAttribute;
起始版本:8|类名:global
方法 or 属性:declare const TextClockInstance: TextClockAttribute;
起始版本:10|text_clock.d.ts| -|起始版本有变化|类名:InputType
起始版本:7|类名:InputType
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:InputType
方法 or 属性:Normal
起始版本:7|类名:InputType
方法 or 属性:Normal
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:InputType
方法 or 属性:Number
起始版本:7|类名:InputType
方法 or 属性:Number
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:InputType
方法 or 属性:PhoneNumber
起始版本:9|类名:InputType
方法 or 属性:PhoneNumber
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:InputType
方法 or 属性:Email
起始版本:7|类名:InputType
方法 or 属性:Email
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:InputType
方法 or 属性:Password
起始版本:7|类名:InputType
方法 or 属性:Password
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:EnterKeyType
起始版本:7|类名:EnterKeyType
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:EnterKeyType
方法 or 属性:Go
起始版本:7|类名:EnterKeyType
方法 or 属性:Go
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:EnterKeyType
方法 or 属性:Search
起始版本:7|类名:EnterKeyType
方法 or 属性:Search
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:EnterKeyType
方法 or 属性:Send
起始版本:7|类名:EnterKeyType
方法 or 属性:Send
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:EnterKeyType
方法 or 属性:Next
起始版本:7|类名:EnterKeyType
方法 or 属性:Next
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:EnterKeyType
方法 or 属性:Done
起始版本:7|类名:EnterKeyType
方法 or 属性:Done
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputController
起始版本:8|类名:TextInputController
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputController
方法 or 属性:constructor();
起始版本:8|类名:TextInputController
方法 or 属性:constructor();
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputController
方法 or 属性:caretPosition(value: number): void;
起始版本:8|类名:TextInputController
方法 or 属性:caretPosition(value: number): void;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputOptions
起始版本:7|类名:TextInputOptions
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputOptions
方法 or 属性:placeholder?: ResourceStr;
起始版本:7|类名:TextInputOptions
方法 or 属性:placeholder?: ResourceStr;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputOptions
方法 or 属性:text?: ResourceStr;
起始版本:7|类名:TextInputOptions
方法 or 属性:text?: ResourceStr;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputOptions
方法 or 属性:controller?: TextInputController;
起始版本:8|类名:TextInputOptions
方法 or 属性:controller?: TextInputController;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputStyle
起始版本:9|类名:TextInputStyle
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputStyle
方法 or 属性:Default
起始版本:9|类名:TextInputStyle
方法 or 属性:Default
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputStyle
方法 or 属性:Inline
起始版本:9|类名:TextInputStyle
方法 or 属性:Inline
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputInterface
起始版本:7|类名:TextInputInterface
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputInterface
方法 or 属性:(value?: TextInputOptions): TextInputAttribute;
起始版本:7|类名:TextInputInterface
方法 or 属性:(value?: TextInputOptions): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
起始版本:7|类名:TextInputAttribute
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:type(value: InputType): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:type(value: InputType): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:placeholderColor(value: ResourceColor): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:placeholderColor(value: ResourceColor): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:placeholderFont(value?: Font): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:placeholderFont(value?: Font): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:enterKeyType(value: EnterKeyType): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:enterKeyType(value: EnterKeyType): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:caretColor(value: ResourceColor): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:caretColor(value: ResourceColor): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onChange(callback: (value: string) => void): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:onChange(callback: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:maxLength(value: number): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:maxLength(value: number): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontColor(value: ResourceColor): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontColor(value: ResourceColor): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontSize(value: Length): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontSize(value: Length): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontStyle(value: FontStyle): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontStyle(value: FontStyle): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onCopy(callback: (value: string) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:onCopy(callback: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onCut(callback: (value: string) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:onCut(callback: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onPaste(callback: (value: string) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:onPaste(callback: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:copyOption(value: CopyOptions): TextInputAttribute;
起始版本:9|类名:TextInputAttribute
方法 or 属性:copyOption(value: CopyOptions): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:showPasswordIcon(value: boolean): TextInputAttribute;
起始版本:9|类名:TextInputAttribute
方法 or 属性:showPasswordIcon(value: boolean): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:textAlign(value: TextAlign): TextInputAttribute;
起始版本:9|类名:TextInputAttribute
方法 or 属性:textAlign(value: TextAlign): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextInputAttribute
方法 or 属性:style(value: TextInputStyle): TextInputAttribute;
起始版本:9|类名:TextInputAttribute
方法 or 属性:style(value: TextInputStyle): TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextInput: TextInputInterface;
起始版本:7|类名:global
方法 or 属性:declare const TextInput: TextInputInterface;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextInputInstance: TextInputAttribute;
起始版本:7|类名:global
方法 or 属性:declare const TextInputInstance: TextInputAttribute;
起始版本:10|text_input.d.ts| -|起始版本有变化|类名:TextPickerOptions
起始版本:8|类名:TextPickerOptions
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerOptions
方法 or 属性:value?: string;
起始版本:N/A|类名:TextPickerOptions
方法 or 属性:value?: string;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerOptions
方法 or 属性:selected?: number;
起始版本:N/A|类名:TextPickerOptions
方法 or 属性:selected?: number;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerInterface
起始版本:8|类名:TextPickerInterface
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerInterface
方法 or 属性:(options?: TextPickerOptions): TextPickerAttribute;
起始版本:8|类名:TextPickerInterface
方法 or 属性:(options?: TextPickerOptions): TextPickerAttribute;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerAttribute
起始版本:8|类名:TextPickerAttribute
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerAttribute
方法 or 属性:defaultPickerItemHeight(value: number \| string): TextPickerAttribute;
起始版本:8|类名:TextPickerAttribute
方法 or 属性:defaultPickerItemHeight(value: number \| string): TextPickerAttribute;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerAttribute
方法 or 属性:onChange(callback: (value: string, index: number) => void): TextPickerAttribute;
起始版本:8|类名:TextPickerAttribute
方法 or 属性:onChange(callback: (value: string, index: number) => void): TextPickerAttribute;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerResult
起始版本:8|类名:TextPickerResult
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerResult
方法 or 属性:value: string;
起始版本:8|类名:TextPickerResult
方法 or 属性:value: string;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerResult
方法 or 属性:index: number;
起始版本:8|类名:TextPickerResult
方法 or 属性:index: number;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerDialogOptions
起始版本:8|类名:TextPickerDialogOptions
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerDialogOptions
方法 or 属性:defaultPickerItemHeight?: number \| string;
起始版本:8|类名:TextPickerDialogOptions
方法 or 属性:defaultPickerItemHeight?: number \| string;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerDialogOptions
方法 or 属性:onAccept?: (value: TextPickerResult) => void;
起始版本:8|类名:TextPickerDialogOptions
方法 or 属性:onAccept?: (value: TextPickerResult) => void;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:8|类名:TextPickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerDialogOptions
方法 or 属性:onChange?: (value: TextPickerResult) => void;
起始版本:8|类名:TextPickerDialogOptions
方法 or 属性:onChange?: (value: TextPickerResult) => void;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerDialog
起始版本:8|类名:TextPickerDialog
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextPickerDialog
方法 or 属性:static show(options?: TextPickerDialogOptions);
起始版本:8|类名:TextPickerDialog
方法 or 属性:static show(options?: TextPickerDialogOptions);
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextPicker: TextPickerInterface;
起始版本:8|类名:global
方法 or 属性:declare const TextPicker: TextPickerInterface;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextPickerInstance: TextPickerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const TextPickerInstance: TextPickerAttribute;
起始版本:10|text_picker.d.ts| -|起始版本有变化|类名:TextTimerController
起始版本:8|类名:TextTimerController
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerController
方法 or 属性:constructor();
起始版本:8|类名:TextTimerController
方法 or 属性:constructor();
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerController
方法 or 属性:start();
起始版本:8|类名:TextTimerController
方法 or 属性:start();
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerController
方法 or 属性:pause();
起始版本:8|类名:TextTimerController
方法 or 属性:pause();
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerController
方法 or 属性:reset();
起始版本:8|类名:TextTimerController
方法 or 属性:reset();
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerOptions
起始版本:8|类名:TextTimerOptions
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerOptions
方法 or 属性:isCountDown?: boolean;
起始版本:8|类名:TextTimerOptions
方法 or 属性:isCountDown?: boolean;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerOptions
方法 or 属性:count?: number;
起始版本:8|类名:TextTimerOptions
方法 or 属性:count?: number;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerOptions
方法 or 属性:controller?: TextTimerController;
起始版本:8|类名:TextTimerOptions
方法 or 属性:controller?: TextTimerController;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerInterface
起始版本:8|类名:TextTimerInterface
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerInterface
方法 or 属性:(options?: TextTimerOptions): TextTimerAttribute;
起始版本:8|类名:TextTimerInterface
方法 or 属性:(options?: TextTimerOptions): TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerAttribute
起始版本:8|类名:TextTimerAttribute
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:format(value: string): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:format(value: string): TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontColor(value: ResourceColor): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontColor(value: ResourceColor): TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontSize(value: Length): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontSize(value: Length): TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontStyle(value: FontStyle): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontStyle(value: FontStyle): TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextTimer: TextTimerInterface;
起始版本:8|类名:global
方法 or 属性:declare const TextTimer: TextTimerInterface;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TextTimerInstance: TextTimerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const TextTimerInstance: TextTimerAttribute;
起始版本:10|text_timer.d.ts| -|起始版本有变化|类名:TimePickerResult
起始版本:8|类名:TimePickerResult
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerResult
方法 or 属性:hour?: number;
起始版本:8|类名:TimePickerResult
方法 or 属性:hour?: number;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerResult
方法 or 属性:minute?: number;
起始版本:8|类名:TimePickerResult
方法 or 属性:minute?: number;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerOptions
起始版本:8|类名:TimePickerOptions
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerOptions
方法 or 属性:selected?: Date;
起始版本:N/A|类名:TimePickerOptions
方法 or 属性:selected?: Date;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerInterface
起始版本:8|类名:TimePickerInterface
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerInterface
方法 or 属性:(options?: TimePickerOptions): TimePickerAttribute;
起始版本:8|类名:TimePickerInterface
方法 or 属性:(options?: TimePickerOptions): TimePickerAttribute;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerAttribute
起始版本:8|类名:TimePickerAttribute
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerAttribute
方法 or 属性:useMilitaryTime(value: boolean): TimePickerAttribute;
起始版本:8|类名:TimePickerAttribute
方法 or 属性:useMilitaryTime(value: boolean): TimePickerAttribute;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerAttribute
方法 or 属性:onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
起始版本:8|类名:TimePickerAttribute
方法 or 属性:onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerDialogOptions
起始版本:8|类名:TimePickerDialogOptions
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerDialogOptions
方法 or 属性:useMilitaryTime?: boolean;
起始版本:8|类名:TimePickerDialogOptions
方法 or 属性:useMilitaryTime?: boolean;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerDialogOptions
方法 or 属性:onAccept?: (value: TimePickerResult) => void;
起始版本:8|类名:TimePickerDialogOptions
方法 or 属性:onAccept?: (value: TimePickerResult) => void;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:8|类名:TimePickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerDialogOptions
方法 or 属性:onChange?: (value: TimePickerResult) => void;
起始版本:8|类名:TimePickerDialogOptions
方法 or 属性:onChange?: (value: TimePickerResult) => void;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerDialog
起始版本:8|类名:TimePickerDialog
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:TimePickerDialog
方法 or 属性:static show(options?: TimePickerDialogOptions);
起始版本:8|类名:TimePickerDialog
方法 or 属性:static show(options?: TimePickerDialogOptions);
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TimePicker: TimePickerInterface;
起始版本:8|类名:global
方法 or 属性:declare const TimePicker: TimePickerInterface;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const TimePickerInstance: TimePickerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const TimePickerInstance: TimePickerAttribute;
起始版本:10|time_picker.d.ts| -|起始版本有变化|类名:Resource
方法 or 属性:readonly bundleName: string;
起始版本:9|类名:Resource
方法 or 属性:readonly bundleName: string;
起始版本:10|units.d.ts| -|起始版本有变化|类名:Resource
方法 or 属性:readonly moduleName: string;
起始版本:9|类名:Resource
方法 or 属性:readonly moduleName: string;
起始版本:10|units.d.ts| -|起始版本有变化|类名:Font
起始版本:7|类名:Font
起始版本:10|units.d.ts| -|起始版本有变化|类名:Font
方法 or 属性:size?: Length;
起始版本:N/A|类名:Font
方法 or 属性:size?: Length;
起始版本:10|units.d.ts| -|起始版本有变化|类名:Font
方法 or 属性:weight?: FontWeight \| number \| string;
起始版本:N/A|类名:Font
方法 or 属性:weight?: FontWeight \| number \| string;
起始版本:10|units.d.ts| -|起始版本有变化|类名:Font
方法 or 属性:family?: string \| Resource;
起始版本:N/A|类名:Font
方法 or 属性:family?: string \| Resource;
起始版本:10|units.d.ts| -|起始版本有变化|类名:Font
方法 or 属性:style?: FontStyle;
起始版本:N/A|类名:Font
方法 or 属性:style?: FontStyle;
起始版本:10|units.d.ts| -|起始版本有变化|类名:ColorFilter
起始版本:9|类名:ColorFilter
起始版本:10|units.d.ts| -|起始版本有变化|类名:ColorFilter
方法 or 属性:constructor(value: number[]);
起始版本:9|类名:ColorFilter
方法 or 属性:constructor(value: number[]);
起始版本:10|units.d.ts| -|起始版本有变化|类名:SeekMode
起始版本:8|类名:SeekMode
起始版本:10|video.d.ts| -|起始版本有变化|类名:SeekMode
方法 or 属性:PreviousKeyframe
起始版本:8|类名:SeekMode
方法 or 属性:PreviousKeyframe
起始版本:10|video.d.ts| -|起始版本有变化|类名:SeekMode
方法 or 属性:NextKeyframe
起始版本:8|类名:SeekMode
方法 or 属性:NextKeyframe
起始版本:10|video.d.ts| -|起始版本有变化|类名:SeekMode
方法 or 属性:ClosestKeyframe
起始版本:8|类名:SeekMode
方法 or 属性:ClosestKeyframe
起始版本:10|video.d.ts| -|起始版本有变化|类名:SeekMode
方法 or 属性:Accurate
起始版本:8|类名:SeekMode
方法 or 属性:Accurate
起始版本:10|video.d.ts| -|起始版本有变化|类名:PlaybackSpeed
起始版本:8|类名:PlaybackSpeed
起始版本:10|video.d.ts| -|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_0_75_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_0_75_X
起始版本:10|video.d.ts| -|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_00_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_00_X
起始版本:10|video.d.ts| -|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_25_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_25_X
起始版本:10|video.d.ts| -|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_75_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_75_X
起始版本:10|video.d.ts| -|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_2_00_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_2_00_X
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoOptions
起始版本:7|类名:VideoOptions
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoOptions
方法 or 属性:src?: string \| Resource;
起始版本:7|类名:VideoOptions
方法 or 属性:src?: string \| Resource;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoOptions
方法 or 属性:currentProgressRate?: number \| string \| PlaybackSpeed;
起始版本:7|类名:VideoOptions
方法 or 属性:currentProgressRate?: number \| string \| PlaybackSpeed;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoOptions
方法 or 属性:previewUri?: string \| PixelMap \| Resource;
起始版本:7|类名:VideoOptions
方法 or 属性:previewUri?: string \| PixelMap \| Resource;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoOptions
方法 or 属性:controller?: VideoController;
起始版本:7|类名:VideoOptions
方法 or 属性:controller?: VideoController;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
起始版本:7|类名:VideoController
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
方法 or 属性:constructor();
起始版本:7|类名:VideoController
方法 or 属性:constructor();
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
方法 or 属性:start();
起始版本:7|类名:VideoController
方法 or 属性:start();
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
方法 or 属性:pause();
起始版本:7|类名:VideoController
方法 or 属性:pause();
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
方法 or 属性:stop();
起始版本:7|类名:VideoController
方法 or 属性:stop();
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
方法 or 属性:setCurrentTime(value: number);
起始版本:7|类名:VideoController
方法 or 属性:setCurrentTime(value: number);
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
方法 or 属性:requestFullscreen(value: boolean);
起始版本:7|类名:VideoController
方法 or 属性:requestFullscreen(value: boolean);
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
方法 or 属性:exitFullscreen();
起始版本:7|类名:VideoController
方法 or 属性:exitFullscreen();
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoController
方法 or 属性:setCurrentTime(value: number, seekMode: SeekMode);
起始版本:8|类名:VideoController
方法 or 属性:setCurrentTime(value: number, seekMode: SeekMode);
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoInterface
起始版本:7|类名:VideoInterface
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoInterface
方法 or 属性:(value: VideoOptions): VideoAttribute;
起始版本:7|类名:VideoInterface
方法 or 属性:(value: VideoOptions): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
起始版本:7|类名:VideoAttribute
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:muted(value: boolean): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:muted(value: boolean): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:autoPlay(value: boolean): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:autoPlay(value: boolean): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:controls(value: boolean): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:controls(value: boolean): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:loop(value: boolean): VideoAttribute;
起始版本:6|类名:VideoAttribute
方法 or 属性:loop(value: boolean): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:objectFit(value: ImageFit): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:objectFit(value: ImageFit): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:onStart(event: () => void): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:onStart(event: () => void): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:onPause(event: () => void): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:onPause(event: () => void): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:onFinish(event: () => void): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:onFinish(event: () => void): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:VideoAttribute
方法 or 属性:onError(event: () => void): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:onError(event: () => void): VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const Video: VideoInterface;
起始版本:7|类名:global
方法 or 属性:declare const Video: VideoInterface;
起始版本:10|video.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const VideoInstance: VideoAttribute;
起始版本:7|类名:global
方法 or 属性:declare const VideoInstance: VideoAttribute;
起始版本:10|video.d.ts| -|起始版本有变化|类名:WaterFlowOptions
起始版本:9|类名:WaterFlowOptions
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowOptions
方法 or 属性:footer?: CustomBuilder;
起始版本:9|类名:WaterFlowOptions
方法 or 属性:footer?: CustomBuilder;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowOptions
方法 or 属性:scroller?: Scroller;
起始版本:9|类名:WaterFlowOptions
方法 or 属性:scroller?: Scroller;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowInterface
起始版本:9|类名:WaterFlowInterface
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowInterface
方法 or 属性:(options?: WaterFlowOptions): WaterFlowAttribute;
起始版本:9|类名:WaterFlowInterface
方法 or 属性:(options?: WaterFlowOptions): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
起始版本:9|类名:WaterFlowAttribute
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:columnsTemplate(value: string): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:columnsTemplate(value: string): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:rowsTemplate(value: string): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:rowsTemplate(value: string): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:columnsGap(value: Length): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:columnsGap(value: Length): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:rowsGap(value: Length): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:rowsGap(value: Length): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:layoutDirection(value: FlexDirection): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:layoutDirection(value: FlexDirection): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:onReachStart(event: () => void): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:onReachStart(event: () => void): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:onReachEnd(event: () => void): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:onReachEnd(event: () => void): WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const WaterFlow: WaterFlowInterface;
起始版本:9|类名:global
方法 or 属性:declare const WaterFlow: WaterFlowInterface;
起始版本:10|water_flow.d.ts| -|起始版本有变化|类名:global
方法 or 属性:declare const WaterFlowInstance: WaterFlowAttribute;
起始版本:9|类名:global
方法 or 属性:declare const WaterFlowInstance: WaterFlowAttribute;
起始版本:10|water_flow.d.ts| -|函数有变化|类名:ActionSheet
方法 or 属性:static show(value: {

/**

* Title Properties

* @since 8

*/

title: string \| Resource;



/**

* message Properties

* @since 8

*/

message: string \| Resource;



/**

* Invoke the commit function.

* @since 8

*/

confirm?: {

/**

* Text content of the confirmation button.

* @since 8

*/

value: string \| Resource;



/**

* Method executed by the callback.

* @since 8

*/

action: () => void;

};



/**

* Execute Cancel Function.

* @since 8

*/

cancel?: () => void;



/**

* The Array of sheets

* @since 8

*/

sheets: Array\;



/**

* Allows users to click the mask layer to exit.

* @since 8

*/

autoCancel?: boolean;



/**

* Alignment in the vertical direction.

* @since 8

*/

alignment?: DialogAlignment;



/**

* Offset of the pop-up window relative to the alignment position.

* @since 8

*/

offset?: { dx: number \| string \| Resource; dy: number \| string \| Resource };

});
|类名:ActionSheet
方法 or 属性:static show(value: {
/**
* Title Properties
* @since 8
*/
/**
* Title Properties
* @crossplatform
* @since 10
*/
title: string \| Resource;

/**
* message Properties
* @since 8
*/
/**
* message Properties
* @crossplatform
* @since 10
*/
message: string \| Resource;

/**
* Invoke the commit function.
* @since 8
*/
/**
* Invoke the commit function.
* @crossplatform
* @since 10
*/
confirm?: {
/**
* Text content of the confirmation button.
* @since 8
*/
/**
* Text content of the confirmation button.
* @crossplatform
* @since 10
*/
value: string \| Resource;

/**
* Method executed by the callback.
* @since 8
*/
/**
* Method executed by the callback.
* @crossplatform
* @since 10
*/
action: () => void;
};

/**
* Execute Cancel Function.
* @since 8
*/
/**
* Execute Cancel Function.
* @crossplatform
* @since 10
*/
cancel?: () => void;

/**
* The Array of sheets
* @since 8
*/
/**
* The Array of sheets
* @crossplatform
* @since 10
*/
sheets: Array\;

/**
* Allows users to click the mask layer to exit.
* @since 8
*/
/**
* Allows users to click the mask layer to exit.
* @crossplatform
* @since 10
*/
autoCancel?: boolean;

/**
* Alignment in the vertical direction.
* @since 8
*/
/**
* Alignment in the vertical direction.
* @crossplatform
* @since 10
*/
alignment?: DialogAlignment;

/**
* Offset of the pop-up window relative to the alignment position.
* @since 8
*/
/**
* Offset of the pop-up window relative to the alignment position.
* @crossplatform
* @since 10
*/
offset?: { dx: number \| string \| Resource; dy: number \| string \| Resource };
});
|action_sheet.d.ts| +|废弃版本有变化|类名:WebAttribute
方法 or 属性:onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
废弃版本:N/A|类名:WebAttribute
方法 or 属性:onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
废弃版本:10
代替接口:ohos.web.WebAttribute#onLoadIntercept|web.d.ts| |函数有变化|类名:AlphabetIndexerAttribute
方法 or 属性:alignStyle(value: IndexerAlign): AlphabetIndexerAttribute;
|类名:AlphabetIndexerAttribute
方法 or 属性:alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;
|alphabet_indexer.d.ts| -|函数有变化|类名:PopupOptions
方法 or 属性:onStateChange?: (event: { isVisible: boolean }) => void;
|类名:PopupOptions
方法 or 属性:onStateChange?: (event: {
/**
* is Visible.
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
|common.d.ts| -|函数有变化|类名:CustomPopupOptions
方法 or 属性:onStateChange?: (event: { isVisible: boolean }) => void;
|类名:CustomPopupOptions
方法 or 属性:onStateChange?: (event: {
/**
* is Visible.
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
|common.d.ts| |函数有变化|类名:CommonMethod
方法 or 属性:backgroundBlurStyle(value: BlurStyle): T;
|类名:CommonMethod
方法 or 属性:backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;
|common.d.ts| |函数有变化|类名:CommonMethod
方法 or 属性:borderStyle(value: BorderStyle): T;
|类名:CommonMethod
方法 or 属性:borderStyle(value: BorderStyle \| EdgeStyles): T;
|common.d.ts| -|函数有变化|类名:CommonMethod
方法 or 属性:borderStyle(value: EdgeStyles): T;
|类名:CommonMethod
方法 or 属性:borderStyle(value: BorderStyle \| EdgeStyles): T;
|common.d.ts| -|函数有变化|类名:CommonMethod
方法 or 属性:borderWidth(value: Length): T;
|类名:CommonMethod
方法 or 属性:borderWidth(value: Length \| EdgeWidths): T;
|common.d.ts| |函数有变化|类名:CommonMethod
方法 or 属性:borderWidth(value: EdgeWidths): T;
|类名:CommonMethod
方法 or 属性:borderWidth(value: Length \| EdgeWidths): T;
|common.d.ts| |函数有变化|类名:CommonMethod
方法 or 属性:borderColor(value: ResourceColor): T;
|类名:CommonMethod
方法 or 属性:borderColor(value: ResourceColor \| EdgeColors): T;
|common.d.ts| -|函数有变化|类名:CommonMethod
方法 or 属性:borderColor(value: EdgeColors): T;
|类名:CommonMethod
方法 or 属性:borderColor(value: ResourceColor \| EdgeColors): T;
|common.d.ts| -|函数有变化|类名:CommonMethod
方法 or 属性:borderRadius(value: Length): T;
|类名:CommonMethod
方法 or 属性:borderRadius(value: Length \| BorderRadiuses): T;
|common.d.ts| |函数有变化|类名:CommonMethod
方法 or 属性:borderRadius(value: BorderRadiuses): T;
|类名:CommonMethod
方法 or 属性:borderRadius(value: Length \| BorderRadiuses): T;
|common.d.ts| |函数有变化|类名:CommonMethod
方法 or 属性:transition(value: TransitionOptions): T;
|类名:CommonMethod
方法 or 属性:transition(value: TransitionOptions \| TransitionEffect): T;
|common.d.ts| |函数有变化|类名:CommonMethod
方法 or 属性:shadow(value: {
radius: number \| Resource;
color?: Color \| string \| Resource;
offsetX?: number \| Resource;
offsetY?: number \| Resource;
}): T;
|类名:CommonMethod
方法 or 属性:shadow(value: ShadowOptions \| ShadowStyle): T;
|common.d.ts| @@ -2043,16 +601,7 @@ |函数有变化|类名:MenuItemAttribute
方法 or 属性:selectIcon(value: boolean): MenuItemAttribute;
|类名:MenuItemAttribute
方法 or 属性:selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;
|menu_item.d.ts| |函数有变化|类名:NavigationAttribute
方法 or 属性:title(value: string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
|类名:NavigationAttribute
方法 or 属性:title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
|navigation.d.ts| |函数有变化|类名:RefreshInterface
方法 or 属性:(value: { refreshing: boolean; offset?: number \| string; friction?: number \| string }): RefreshAttribute;
|类名:RefreshInterface
方法 or 属性:(value: RefreshOptions): RefreshAttribute;
|refresh.d.ts| -|函数有变化|类名:Scroller
方法 or 属性:scrollTo(value: {
xOffset: number \| string;
yOffset: number \| string;
animation?: { duration: number; curve: Curve };
});
|类名:Scroller
方法 or 属性:scrollTo(value: {
/**
* The X-axis offset.
* @crossplatform
* @since 10
*/
xOffset: number \| string;

/**
* The Y-axis offset.
* @crossplatform
* @since 10
*/
yOffset: number \| string;

/**
* Descriptive animation.
* @crossplatform
* @since 10
*/
animation?: { duration: number; curve: Curve };
});
|scroll.d.ts| |函数有变化|类名:Scroller
方法 or 属性:scrollToIndex(value: number);
|类名:Scroller
方法 or 属性:scrollToIndex(value: number, smooth?:boolean);
|scroll.d.ts| -|函数有变化|类名:SearchInterface
方法 or 属性:(options?: { value?: string;
placeholder?: string;
icon?: string;
controller?: SearchController
}): SearchAttribute;
|类名:SearchInterface
方法 or 属性:(options?: {
/**
* Text input in the search text box
* @type { string }
* @since 8
*/
value?: string;

/**
* Text displayed when there is no input
* @type { string }
* @since 8
*/
/**
* Text displayed when there is no input
* @type { ResourceStr }
* @since 10
*/
placeholder?: ResourceStr;

/**
* Path to the search icon
* @type { string }
* @since 8
*/
icon?: string;

/**
* Controller of the \ component
* @type { SearchController }
* @since 8
*/
controller?: SearchController
}): SearchAttribute;
|search.d.ts| |函数有变化|类名:SearchAttribute
方法 or 属性:searchButton(value: string): SearchAttribute;
|类名:SearchAttribute
方法 or 属性:searchButton(value: string, option?: SearchButtonOption): SearchAttribute;
|search.d.ts| |函数有变化|类名:SwiperAttribute
方法 or 属性:indicator(value: boolean): SwiperAttribute;
|类名:SwiperAttribute
方法 or 属性:indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;
|swiper.d.ts| |函数有变化|类名:SwiperAttribute
方法 or 属性:curve(value: Curve \| string): SwiperAttribute;
|类名:SwiperAttribute
方法 or 属性:curve(value: Curve \| string \| ICurve): SwiperAttribute;
|swiper.d.ts| -|函数有变化|类名:SubTabBarStyle
方法 or 属性:constructor(content: string \| Resource);
|类名:SubTabBarStyle
方法 or 属性:constructor(content: ResourceStr);
|tab_content.d.ts| -|函数有变化|类名:BottomTabBarStyle
方法 or 属性:constructor(icon: string \| Resource, text: string \| Resource);
|类名:BottomTabBarStyle
方法 or 属性:constructor(icon: ResourceStr, text: ResourceStr);
|tab_content.d.ts| -|函数有变化|类名:VideoAttribute
方法 or 属性:onFullscreenChange(callback: (event?: { fullscreen: boolean }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onFullscreenChange(callback: (event?: {
/**
* Play the flag in full screen.
* @crossplatform
* @since 10
*/
fullscreen: boolean
}) => void): VideoAttribute;
|video.d.ts| -|函数有变化|类名:VideoAttribute
方法 or 属性:onPrepared(callback: (event?: { duration: number }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onPrepared(callback: (event?: {
/**
* Playback duration.
* @crossplatform
* @since 10
*/
duration: number
}) => void): VideoAttribute;
|video.d.ts| -|函数有变化|类名:VideoAttribute
方法 or 属性:onSeeking(callback: (event?: { time: number }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onSeeking(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts| -|函数有变化|类名:VideoAttribute
方法 or 属性:onSeeked(callback: (event?: { time: number }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onSeeked(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts| -|函数有变化|类名:VideoAttribute
方法 or 属性:onUpdate(callback: (event?: { time: number }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onUpdate(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md index f84230976c..699b9f678c 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md @@ -1,42 +1,15 @@ | 操作 | 旧版本 | 新版本 | d.ts文件 | | ---- | ------ | ------ | -------- | |新增|NA|模块名: global
类名: console
方法 or 属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static count(label?: string): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static count(label?: string): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static countReset(label?: string): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static countReset(label?: string): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static dir(dir?: Object): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static dir(dir?: Object): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static dirxml(...arguments: Object[]): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static dirxml(...arguments: Object[]): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static group(...arguments: Object[]): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static group(...arguments: Object[]): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static groupEnd(): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static groupEnd(): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static table(tableData?: Object): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static table(tableData?: Object): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static time(label?: string): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static time(label?: string): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static timeEnd(label?: string): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static timeEnd(label?: string): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts| |新增|NA|模块名: global
类名: console
方法 or 属性:static trace(...arguments: Object[]): void;|global.d.ts| -|新增|NA|类名:console
方法or属性:static trace(...arguments: Object[]): void;|global.d.ts| -|起始版本有变化|类名:LRUCache
方法 or 属性:keys(): K[];
起始版本:N/A|类名:LRUCache
方法 or 属性:keys(): K[];
起始版本:9|@ohos.util.d.ts| -|起始版本有变化|类名:WorkerEventListener
方法 or 属性:(event: Event): void \| Promise\;
起始版本:9|类名:WorkerEventListener
方法 or 属性:(event: Event): void \| Promise\;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:WorkerEventTarget
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;
起始版本:9|类名:WorkerEventTarget
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorkerGlobalScope
方法 or 属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
起始版本:9|类名:ThreadWorkerGlobalScope
方法 or 属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
起始版本:9|类名:ThreadWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorker
方法 or 属性:onexit?: (code: number) => void;
起始版本:9|类名:ThreadWorker
方法 or 属性:onexit?: (code: number) => void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorker
方法 or 属性:onerror?: (err: ErrorEvent) => void;
起始版本:9|类名:ThreadWorker
方法 or 属性:onerror?: (err: ErrorEvent) => void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorker
方法 or 属性:onmessage?: (event: MessageEvents) => void;
起始版本:9|类名:ThreadWorker
方法 or 属性:onmessage?: (event: MessageEvents) => void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorker
方法 or 属性:onmessageerror?: (event: MessageEvents) => void;
起始版本:9|类名:ThreadWorker
方法 or 属性:onmessageerror?: (event: MessageEvents) => void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorker
方法 or 属性:on(type: string, listener: WorkerEventListener): void;
起始版本:9|类名:ThreadWorker
方法 or 属性:on(type: string, listener: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorker
方法 or 属性:once(type: string, listener: WorkerEventListener): void;
起始版本:9|类名:ThreadWorker
方法 or 属性:once(type: string, listener: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorker
方法 or 属性:off(type: string, listener?: WorkerEventListener): void;
起始版本:9|类名:ThreadWorker
方法 or 属性:off(type: string, listener?: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts| -|起始版本有变化|类名:ThreadWorker
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;
起始版本:9|类名:ThreadWorker
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts| -|函数有变化|类名:RationalNumber
方法 or 属性:static createRationalFromString(rationalString: string): RationalNumber​;
|类名:RationalNumber
方法 or 属性:static createRationalFromString(rationalString: string): RationalNumber;
|@ohos.util.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md index 447a174eb3..de604be895 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md @@ -128,166 +128,13 @@ |新增|NA|模块名: ohos.data.UDMF
类名: ApplicationDefinedRecord
方法 or 属性: applicationDefinedType: string;|@ohos.data.UDMF.d.ts| |新增|NA|模块名: ohos.data.UDMF
类名: ApplicationDefinedRecord
方法 or 属性: rawData: Uint8Array;|@ohos.data.UDMF.d.ts| |删除|模块名:ohos.data.relationalStore
类名:relationalStore
方法 or 属性:type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|NA|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:putBatch(entries: Entry[]): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:putBatch(entries: Entry[]): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:putBatch(value: Array\, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:putBatch(value: Array\, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:putBatch(value: Array\): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:putBatch(value: Array\): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:delete(key: string, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:delete(key: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:delete(key: string): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:delete(key: string): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);
起始版本:9|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:deleteBatch(keys: string[]): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:deleteBatch(keys: string[]): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(query: Query): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(query: Query): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:startTransaction(callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:startTransaction(callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:startTransaction(): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:startTransaction(): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:SingleKVStore
方法 or 属性:on(event: 'dataChange', type: SubscribeType, listener: Callback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:on(event: 'dataChange', type: SubscribeType, listener: Callback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts| -|起始版本有变化|类名:preferences
起始版本:9|类名:preferences
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:preferences
方法 or 属性:const MAX_KEY_LENGTH: 80;
起始版本:N/A|类名:preferences
方法 or 属性:const MAX_KEY_LENGTH: 80;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:preferences
方法 or 属性:const MAX_VALUE_LENGTH: 8192;
起始版本:N/A|类名:preferences
方法 or 属性:const MAX_VALUE_LENGTH: 8192;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:preferences
方法 or 属性:function getPreferences(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:9|类名:preferences
方法 or 属性:function getPreferences(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:preferences
方法 or 属性:function getPreferences(context: Context, name: string): Promise\;
起始版本:9|类名:preferences
方法 or 属性:function getPreferences(context: Context, name: string): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:preferences
方法 or 属性:function deletePreferences(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:9|类名:preferences
方法 or 属性:function deletePreferences(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:preferences
方法 or 属性:function deletePreferences(context: Context, name: string): Promise\;
起始版本:9|类名:preferences
方法 or 属性:function deletePreferences(context: Context, name: string): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:preferences
方法 or 属性:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:9|类名:preferences
方法 or 属性:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:preferences
方法 or 属性:function removePreferencesFromCache(context: Context, name: string): Promise\;
起始版本:9|类名:preferences
方法 or 属性:function removePreferencesFromCache(context: Context, name: string): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
起始版本:9|类名:Preferences
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:get(key: string, defValue: ValueType, callback: AsyncCallback\): void;
起始版本:9|类名:Preferences
方法 or 属性:get(key: string, defValue: ValueType, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:get(key: string, defValue: ValueType): Promise\;
起始版本:9|类名:Preferences
方法 or 属性:get(key: string, defValue: ValueType): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:getAll(callback: AsyncCallback\): void;
起始版本:9|类名:Preferences
方法 or 属性:getAll(callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:getAll(): Promise\;
起始版本:9|类名:Preferences
方法 or 属性:getAll(): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:has(key: string, callback: AsyncCallback\): void;
起始版本:9|类名:Preferences
方法 or 属性:has(key: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:has(key: string): Promise\;
起始版本:9|类名:Preferences
方法 or 属性:has(key: string): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:put(key: string, value: ValueType, callback: AsyncCallback\): void;
起始版本:9|类名:Preferences
方法 or 属性:put(key: string, value: ValueType, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:put(key: string, value: ValueType): Promise\;
起始版本:9|类名:Preferences
方法 or 属性:put(key: string, value: ValueType): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:delete(key: string, callback: AsyncCallback\): void;
起始版本:9|类名:Preferences
方法 or 属性:delete(key: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:delete(key: string): Promise\;
起始版本:9|类名:Preferences
方法 or 属性:delete(key: string): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:clear(callback: AsyncCallback\): void;
起始版本:9|类名:Preferences
方法 or 属性:clear(callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:clear(): Promise\;
起始版本:9|类名:Preferences
方法 or 属性:clear(): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:flush(callback: AsyncCallback\): void;
起始版本:9|类名:Preferences
方法 or 属性:flush(callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:flush(): Promise\;
起始版本:9|类名:Preferences
方法 or 属性:flush(): Promise\;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:on(type: 'change', callback: Callback\<{ key: string }>): void;
起始版本:9|类名:Preferences
方法 or 属性:on(type: 'change', callback: Callback\<{ key: string }>): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:Preferences
方法 or 属性:off(type: 'change', callback?: Callback\<{ key: string }>): void;
起始版本:9|类名:Preferences
方法 or 属性:off(type: 'change', callback?: Callback\<{ key: string }>): void;
起始版本:10|@ohos.data.preferences.d.ts| -|起始版本有变化|类名:relationalStore
起始版本:9|类名:relationalStore
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:StoreConfig
起始版本:9|类名:StoreConfig
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:StoreConfig
方法 or 属性:name: string;
起始版本:9|类名:StoreConfig
方法 or 属性:name: string;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:SyncMode
起始版本:9|类名:SyncMode
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:SyncMode
方法 or 属性:SYNC_MODE_PUSH = 0
起始版本:9|类名:SyncMode
方法 or 属性:SYNC_MODE_PUSH = 0
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:SyncMode
方法 or 属性:SYNC_MODE_PULL = 1
起始版本:9|类名:SyncMode
方法 or 属性:SYNC_MODE_PULL = 1
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
起始版本:9|类名:RdbPredicates
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:beginWrap(): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:beginWrap(): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:endWrap(): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:endWrap(): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:or(): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:or(): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:and(): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:and(): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:contains(field: string, value: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:contains(field: string, value: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:beginsWith(field: string, value: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:beginsWith(field: string, value: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:endsWith(field: string, value: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:endsWith(field: string, value: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:isNull(field: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:isNull(field: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:isNotNull(field: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:isNotNull(field: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:like(field: string, value: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:like(field: string, value: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:glob(field: string, value: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:glob(field: string, value: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:orderByAsc(field: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:orderByAsc(field: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:orderByDesc(field: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:orderByDesc(field: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:distinct(): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:distinct(): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:limitAs(value: number): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:limitAs(value: number): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:offsetAs(rowOffset: number): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:offsetAs(rowOffset: number): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:groupBy(fields: Array\): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:groupBy(fields: Array\): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:indexedBy(field: string): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:indexedBy(field: string): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:in(field: string, value: Array\): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:in(field: string, value: Array\): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbPredicates
方法 or 属性:notIn(field: string, value: Array\): RdbPredicates;
起始版本:9|类名:RdbPredicates
方法 or 属性:notIn(field: string, value: Array\): RdbPredicates;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
起始版本:9|类名:ResultSet
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:columnNames: Array\;
起始版本:9|类名:ResultSet
方法 or 属性:columnNames: Array\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:columnCount: number;
起始版本:9|类名:ResultSet
方法 or 属性:columnCount: number;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:rowCount: number;
起始版本:9|类名:ResultSet
方法 or 属性:rowCount: number;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:rowIndex: number;
起始版本:9|类名:ResultSet
方法 or 属性:rowIndex: number;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:isAtFirstRow: boolean;
起始版本:9|类名:ResultSet
方法 or 属性:isAtFirstRow: boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:isAtLastRow: boolean;
起始版本:9|类名:ResultSet
方法 or 属性:isAtLastRow: boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:isEnded: boolean;
起始版本:9|类名:ResultSet
方法 or 属性:isEnded: boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:isStarted: boolean;
起始版本:9|类名:ResultSet
方法 or 属性:isStarted: boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:isClosed: boolean;
起始版本:9|类名:ResultSet
方法 or 属性:isClosed: boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:getColumnIndex(columnName: string): number;
起始版本:9|类名:ResultSet
方法 or 属性:getColumnIndex(columnName: string): number;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:getColumnName(columnIndex: number): string;
起始版本:9|类名:ResultSet
方法 or 属性:getColumnName(columnIndex: number): string;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:goTo(offset: number): boolean;
起始版本:9|类名:ResultSet
方法 or 属性:goTo(offset: number): boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:goToRow(position: number): boolean;
起始版本:9|类名:ResultSet
方法 or 属性:goToRow(position: number): boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:goToFirstRow(): boolean;
起始版本:9|类名:ResultSet
方法 or 属性:goToFirstRow(): boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:goToLastRow(): boolean;
起始版本:9|类名:ResultSet
方法 or 属性:goToLastRow(): boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:goToNextRow(): boolean;
起始版本:9|类名:ResultSet
方法 or 属性:goToNextRow(): boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:goToPreviousRow(): boolean;
起始版本:9|类名:ResultSet
方法 or 属性:goToPreviousRow(): boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:getBlob(columnIndex: number): Uint8Array;
起始版本:9|类名:ResultSet
方法 or 属性:getBlob(columnIndex: number): Uint8Array;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:getString(columnIndex: number): string;
起始版本:9|类名:ResultSet
方法 or 属性:getString(columnIndex: number): string;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:getLong(columnIndex: number): number;
起始版本:9|类名:ResultSet
方法 or 属性:getLong(columnIndex: number): number;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:getDouble(columnIndex: number): number;
起始版本:9|类名:ResultSet
方法 or 属性:getDouble(columnIndex: number): number;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:isColumnNull(columnIndex: number): boolean;
起始版本:9|类名:ResultSet
方法 or 属性:isColumnNull(columnIndex: number): boolean;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:ResultSet
方法 or 属性:close(): void;
起始版本:9|类名:ResultSet
方法 or 属性:close(): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
起始版本:9|类名:RdbStore
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket): Promise\;
起始版本:9|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:batchInsert(table: string, values: Array\): Promise\;
起始版本:9|类名:RdbStore
方法 or 属性:batchInsert(table: string, values: Array\): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
起始版本:9|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:delete(predicates: RdbPredicates, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:delete(predicates: RdbPredicates, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:delete(predicates: RdbPredicates): Promise\;
起始版本:9|类名:RdbStore
方法 or 属性:delete(predicates: RdbPredicates): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:RdbStore
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:beginTransaction(): void;
起始版本:9|类名:RdbStore
方法 or 属性:beginTransaction(): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:commit(): void;
起始版本:9|类名:RdbStore
方法 or 属性:commit(): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:rollBack(): void;
起始版本:9|类名:RdbStore
方法 or 属性:rollBack(): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:backup(destName: string, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:backup(destName: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:backup(destName: string): Promise\;
起始版本:9|类名:RdbStore
方法 or 属性:backup(destName: string): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:restore(srcName: string, callback: AsyncCallback\): void;
起始版本:9|类名:RdbStore
方法 or 属性:restore(srcName: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:RdbStore
方法 or 属性:restore(srcName: string): Promise\;
起始版本:9|类名:RdbStore
方法 or 属性:restore(srcName: string): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:relationalStore
方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\): void;
起始版本:9|类名:relationalStore
方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:relationalStore
方法 or 属性:function getRdbStore(context: Context, config: StoreConfig): Promise\;
起始版本:9|类名:relationalStore
方法 or 属性:function getRdbStore(context: Context, config: StoreConfig): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:relationalStore
方法 or 属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:9|类名:relationalStore
方法 or 属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.relationalStore.d.ts| -|起始版本有变化|类名:relationalStore
方法 or 属性:function deleteRdbStore(context: Context, name: string): Promise\;
起始版本:9|类名:relationalStore
方法 or 属性:function deleteRdbStore(context: Context, name: string): Promise\;
起始版本:10|@ohos.data.relationalStore.d.ts| |新增(权限)|类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0
权限:N/A|类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0
权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts| |新增(权限)|类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0
权限:N/A|类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0
权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts| |函数有变化|类名:dataShare
方法 or 属性:function createDataShareHelper(context: Context, uri: string): Promise\;
|类名:dataShare
方法 or 属性:function createDataShareHelper(
context: Context,
uri: string,
option?: DataShareHelperOption
): Promise\;
|@ohos.data.dataShare.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket): Promise\;
|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
|类名:RdbStore
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:querySql(sql: string, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:executeSql(sql: string, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| -|函数有变化|类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|函数有变化|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback): void;
insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|函数有变化|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket): Promise\;
|类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket): Promise\;
insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\;
|@ohos.data.relationalStore.d.ts| +|函数有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|函数有变化|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
|类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\;
|@ohos.data.relationalStore.d.ts| +|函数有变化|类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
query(predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|函数有变化|类名:RdbStore
方法 or 属性:querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
querySql(sql: string, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|函数有变化|类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
executeSql(sql: string, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-geolocation.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-geolocation.md deleted file mode 100644 index 47ea720368..0000000000 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-geolocation.md +++ /dev/null @@ -1,37 +0,0 @@ -| 操作 | 旧版本 | 新版本 | d.ts文件 | -| ---- | ------ | ------ | -------- | -|新增(权限)|类名:GeoAddress
方法 or 属性:latitude?: number;
权限:N/A|类名:GeoAddress
方法 or 属性:latitude?: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:longitude?: number;
权限:N/A|类名:GeoAddress
方法 or 属性:longitude?: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:locale?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:locale?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:placeName?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:placeName?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:countryCode?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:countryCode?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:countryName?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:countryName?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:administrativeArea?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:administrativeArea?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:subAdministrativeArea?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:subAdministrativeArea?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:locality?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:locality?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:subLocality?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:subLocality?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:roadName?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:roadName?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:subRoadName?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:subRoadName?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:premises?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:premises?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:postalCode?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:postalCode?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:phoneNumber?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:phoneNumber?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:addressUrl?: string;
权限:N/A|类名:GeoAddress
方法 or 属性:addressUrl?: string;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:descriptions?: Array\;
权限:N/A|类名:GeoAddress
方法 or 属性:descriptions?: Array\;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoAddress
方法 or 属性:descriptionsSize?: number;
权限:N/A|类名:GeoAddress
方法 or 属性:descriptionsSize?: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:latitude: number;
权限:N/A|类名:Location
方法 or 属性:latitude: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:longitude: number;
权限:N/A|类名:Location
方法 or 属性:longitude: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:altitude: number;
权限:N/A|类名:Location
方法 or 属性:altitude: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:accuracy: number;
权限:N/A|类名:Location
方法 or 属性:accuracy: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:speed: number;
权限:N/A|类名:Location
方法 or 属性:speed: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:timeStamp: number;
权限:N/A|类名:Location
方法 or 属性:timeStamp: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:direction: number;
权限:N/A|类名:Location
方法 or 属性:direction: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:timeSinceBoot: number;
权限:N/A|类名:Location
方法 or 属性:timeSinceBoot: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:additions?: Array\;
权限:N/A|类名:Location
方法 or 属性:additions?: Array\;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:Location
方法 or 属性:additionSize?: number;
权限:N/A|类名:Location
方法 or 属性:additionSize?: number;
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoLocationErrorCode
方法 or 属性:INPUT_PARAMS_ERROR
权限:N/A|类名:GeoLocationErrorCode
方法 or 属性:INPUT_PARAMS_ERROR
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoLocationErrorCode
方法 or 属性:REVERSE_GEOCODE_ERROR
权限:N/A|类名:GeoLocationErrorCode
方法 or 属性:REVERSE_GEOCODE_ERROR
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoLocationErrorCode
方法 or 属性:GEOCODE_ERROR
权限:N/A|类名:GeoLocationErrorCode
方法 or 属性:GEOCODE_ERROR
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoLocationErrorCode
方法 or 属性:LOCATOR_ERROR
权限:N/A|类名:GeoLocationErrorCode
方法 or 属性:LOCATOR_ERROR
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoLocationErrorCode
方法 or 属性:LOCATION_SWITCH_ERROR
权限:N/A|类名:GeoLocationErrorCode
方法 or 属性:LOCATION_SWITCH_ERROR
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoLocationErrorCode
方法 or 属性:LAST_KNOWN_LOCATION_ERROR
权限:N/A|类名:GeoLocationErrorCode
方法 or 属性:LAST_KNOWN_LOCATION_ERROR
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| -|新增(权限)|类名:GeoLocationErrorCode
方法 or 属性:LOCATION_REQUEST_TIMEOUT_ERROR
权限:N/A|类名:GeoLocationErrorCode
方法 or 属性:LOCATION_REQUEST_TIMEOUT_ERROR
权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-global.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-global.md index c9f47a6aaa..68a7cb3408 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-global.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-global.md @@ -17,156 +17,3 @@ |新增|NA|类名:ResourceManager
方法or属性:getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts| |新增|NA|类名:ResourceManager
方法or属性:getRawFileList(path: string, callback: _AsyncCallback\>): void;|@ohos.resourceManager.d.ts| |新增|NA|类名:ResourceManager
方法or属性:getRawFileList(path: string): Promise\>;|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:System
起始版本:9|类名:System
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:System
方法 or 属性:static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
起始版本:9|类名:System
方法 or 属性:static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:System
方法 or 属性:static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
起始版本:9|类名:System
方法 or 属性:static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:System
方法 or 属性:static getSystemLanguage(): string;
起始版本:9|类名:System
方法 or 属性:static getSystemLanguage(): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:System
方法 or 属性:static setSystemLanguage(language: string): void;
起始版本:N/A|类名:System
方法 or 属性:static setSystemLanguage(language: string): void;
起始版本:9|@ohos.i18n.d.ts| -|起始版本有变化|类名:System
方法 or 属性:static getSystemRegion(): string;
起始版本:9|类名:System
方法 or 属性:static getSystemRegion(): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:System
方法 or 属性:static getSystemLocale(): string;
起始版本:9|类名:System
方法 or 属性:static getSystemLocale(): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:System
方法 or 属性:static is24HourClock(): boolean;
起始版本:9|类名:System
方法 or 属性:static is24HourClock(): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:I18NUtil
起始版本:9|类名:I18NUtil
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:I18NUtil
方法 or 属性:static getDateOrder(locale: string): string;
起始版本:9|类名:I18NUtil
方法 or 属性:static getDateOrder(locale: string): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:i18n
方法 or 属性:function getCalendar(locale: string, type?: string): Calendar;
起始版本:8|类名:i18n
方法 or 属性:function getCalendar(locale: string, type?: string): Calendar;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:setTime(date: Date): void;
起始版本:8|类名:Calendar
方法 or 属性:setTime(date: Date): void;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:setTime(time: number): void;
起始版本:8|类名:Calendar
方法 or 属性:setTime(time: number): void;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:setTimeZone(timezone: string): void;
起始版本:8|类名:Calendar
方法 or 属性:setTimeZone(timezone: string): void;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:getTimeZone(): string;
起始版本:8|类名:Calendar
方法 or 属性:getTimeZone(): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:getFirstDayOfWeek(): number;
起始版本:8|类名:Calendar
方法 or 属性:getFirstDayOfWeek(): number;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:setFirstDayOfWeek(value: number): void;
起始版本:8|类名:Calendar
方法 or 属性:setFirstDayOfWeek(value: number): void;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:getMinimalDaysInFirstWeek(): number;
起始版本:8|类名:Calendar
方法 or 属性:getMinimalDaysInFirstWeek(): number;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:setMinimalDaysInFirstWeek(value: number): void;
起始版本:8|类名:Calendar
方法 or 属性:setMinimalDaysInFirstWeek(value: number): void;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:get(field: string): number;
起始版本:8|类名:Calendar
方法 or 属性:get(field: string): number;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Calendar
方法 or 属性:isWeekend(date?: Date): boolean;
起始版本:8|类名:Calendar
方法 or 属性:isWeekend(date?: Date): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:i18n
方法 or 属性:function isRTL(locale: string): boolean;
起始版本:7|类名:i18n
方法 or 属性:function isRTL(locale: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
起始版本:9|类名:Unicode
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static isDigit(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isDigit(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static isSpaceChar(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isSpaceChar(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static isWhitespace(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isWhitespace(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static isRTL(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isRTL(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static isIdeograph(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isIdeograph(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static isLetter(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isLetter(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static isLowerCase(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isLowerCase(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static isUpperCase(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isUpperCase(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:Unicode
方法 or 属性:static getType(char: string): string;
起始版本:9|类名:Unicode
方法 or 属性:static getType(char: string): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:i18n
方法 or 属性:function getTimeZone(zoneID?: string): TimeZone;
起始版本:7|类名:i18n
方法 or 属性:function getTimeZone(zoneID?: string): TimeZone;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:TimeZone
起始版本:7|类名:TimeZone
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:TimeZone
方法 or 属性:getID(): string;
起始版本:7|类名:TimeZone
方法 or 属性:getID(): string;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:TimeZone
方法 or 属性:getRawOffset(): number;
起始版本:7|类名:TimeZone
方法 or 属性:getRawOffset(): number;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:TimeZone
方法 or 属性:getOffset(date?: number): number;
起始版本:7|类名:TimeZone
方法 or 属性:getOffset(date?: number): number;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:TimeZone
方法 or 属性:static getAvailableIDs(): Array\;
起始版本:9|类名:TimeZone
方法 or 属性:static getAvailableIDs(): Array\;
起始版本:10|@ohos.i18n.d.ts| -|起始版本有变化|类名:intl
起始版本:6|类名:intl
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:LocaleOptions
起始版本:6|类名:LocaleOptions
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Locale
起始版本:6|类名:Locale
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Locale
方法 or 属性:constructor();
起始版本:8|类名:Locale
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Locale
方法 or 属性:constructor(locale: string, options?: LocaleOptions);
起始版本:6|类名:Locale
方法 or 属性:constructor(locale: string, options?: LocaleOptions);
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Locale
方法 or 属性:toString(): string;
起始版本:6|类名:Locale
方法 or 属性:toString(): string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Locale
方法 or 属性:maximize(): Locale;
起始版本:6|类名:Locale
方法 or 属性:maximize(): Locale;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Locale
方法 or 属性:minimize(): Locale;
起始版本:6|类名:Locale
方法 or 属性:minimize(): Locale;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:DateTimeOptions
起始版本:6|类名:DateTimeOptions
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:DateTimeFormat
起始版本:6|类名:DateTimeFormat
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:DateTimeFormat
方法 or 属性:constructor();
起始版本:8|类名:DateTimeFormat
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:DateTimeFormat
方法 or 属性:constructor(locale: string \| Array\, options?: DateTimeOptions);
起始版本:6|类名:DateTimeFormat
方法 or 属性:constructor(locale: string \| Array\, options?: DateTimeOptions);
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:DateTimeFormat
方法 or 属性:format(date: Date): string;
起始版本:6|类名:DateTimeFormat
方法 or 属性:format(date: Date): string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:DateTimeFormat
方法 or 属性:formatRange(startDate: Date, endDate: Date): string;
起始版本:6|类名:DateTimeFormat
方法 or 属性:formatRange(startDate: Date, endDate: Date): string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:DateTimeFormat
方法 or 属性:resolvedOptions(): DateTimeOptions;
起始版本:6|类名:DateTimeFormat
方法 or 属性:resolvedOptions(): DateTimeOptions;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:NumberOptions
起始版本:6|类名:NumberOptions
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:NumberFormat
起始版本:6|类名:NumberFormat
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:NumberFormat
方法 or 属性:constructor();
起始版本:8|类名:NumberFormat
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:NumberFormat
方法 or 属性:constructor(locale: string \| Array\, options?: NumberOptions);
起始版本:6|类名:NumberFormat
方法 or 属性:constructor(locale: string \| Array\, options?: NumberOptions);
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:NumberFormat
方法 or 属性:format(number: number): string;
起始版本:6|类名:NumberFormat
方法 or 属性:format(number: number): string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:NumberFormat
方法 or 属性:resolvedOptions(): NumberOptions;
起始版本:6|类名:NumberFormat
方法 or 属性:resolvedOptions(): NumberOptions;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:CollatorOptions
起始版本:8|类名:CollatorOptions
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Collator
起始版本:8|类名:Collator
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Collator
方法 or 属性:constructor();
起始版本:8|类名:Collator
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Collator
方法 or 属性:constructor(locale: string \| Array\, options?: CollatorOptions);
起始版本:8|类名:Collator
方法 or 属性:constructor(locale: string \| Array\, options?: CollatorOptions);
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Collator
方法 or 属性:compare(first: string, second: string): number;
起始版本:8|类名:Collator
方法 or 属性:compare(first: string, second: string): number;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:Collator
方法 or 属性:resolvedOptions(): CollatorOptions;
起始版本:8|类名:Collator
方法 or 属性:resolvedOptions(): CollatorOptions;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:PluralRulesOptions
起始版本:8|类名:PluralRulesOptions
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:PluralRules
起始版本:8|类名:PluralRules
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:PluralRules
方法 or 属性:constructor();
起始版本:8|类名:PluralRules
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:PluralRules
方法 or 属性:constructor(locale: string \| Array\, options?: PluralRulesOptions);
起始版本:8|类名:PluralRules
方法 or 属性:constructor(locale: string \| Array\, options?: PluralRulesOptions);
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:PluralRules
方法 or 属性:select(n: number): string;
起始版本:8|类名:PluralRules
方法 or 属性:select(n: number): string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormatInputOptions
起始版本:8|类名:RelativeTimeFormatInputOptions
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
起始版本:8|类名:RelativeTimeFormatResolvedOptions
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:locale: string;
起始版本:8|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:locale: string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:style: string;
起始版本:8|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:style: string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:numeric: string;
起始版本:8|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:numeric: string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:numberingSystem: string;
起始版本:8|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:numberingSystem: string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormat
起始版本:8|类名:RelativeTimeFormat
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:constructor();
起始版本:8|类名:RelativeTimeFormat
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:constructor(locale: string \| Array\, options?: RelativeTimeFormatInputOptions);
起始版本:8|类名:RelativeTimeFormat
方法 or 属性:constructor(locale: string \| Array\, options?: RelativeTimeFormatInputOptions);
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:format(value: number, unit: string): string;
起始版本:8|类名:RelativeTimeFormat
方法 or 属性:format(value: number, unit: string): string;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:formatToParts(value: number, unit: string): Array\;
起始版本:8|类名:RelativeTimeFormat
方法 or 属性:formatToParts(value: number, unit: string): Array\;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:resolvedOptions(): RelativeTimeFormatResolvedOptions;
起始版本:8|类名:RelativeTimeFormat
方法 or 属性:resolvedOptions(): RelativeTimeFormatResolvedOptions;
起始版本:10|@ohos.intl.d.ts| -|起始版本有变化|类名:resourceManager
起始版本:6|类名:resourceManager
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:Direction
起始版本:6|类名:Direction
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:Direction
方法 or 属性:DIRECTION_VERTICAL = 0
起始版本:6|类名:Direction
方法 or 属性:DIRECTION_VERTICAL = 0
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:Direction
方法 or 属性:DIRECTION_HORIZONTAL = 1
起始版本:6|类名:Direction
方法 or 属性:DIRECTION_HORIZONTAL = 1
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:DeviceType
起始版本:6|类名:DeviceType
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:DeviceType
方法 or 属性:DEVICE_TYPE_PHONE = 0x00
起始版本:6|类名:DeviceType
方法 or 属性:DEVICE_TYPE_PHONE = 0x00
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:DeviceType
方法 or 属性:DEVICE_TYPE_TABLET = 0x01
起始版本:6|类名:DeviceType
方法 or 属性:DEVICE_TYPE_TABLET = 0x01
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:DeviceType
方法 or 属性:DEVICE_TYPE_CAR = 0x02
起始版本:6|类名:DeviceType
方法 or 属性:DEVICE_TYPE_CAR = 0x02
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:DeviceType
方法 or 属性:DEVICE_TYPE_PC = 0x03
起始版本:6|类名:DeviceType
方法 or 属性:DEVICE_TYPE_PC = 0x03
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:DeviceType
方法 or 属性:DEVICE_TYPE_TV = 0x04
起始版本:6|类名:DeviceType
方法 or 属性:DEVICE_TYPE_TV = 0x04
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:DeviceType
方法 or 属性:DEVICE_TYPE_WEARABLE = 0x06
起始版本:6|类名:DeviceType
方法 or 属性:DEVICE_TYPE_WEARABLE = 0x06
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ScreenDensity
起始版本:6|类名:ScreenDensity
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ScreenDensity
方法 or 属性:SCREEN_SDPI = 120
起始版本:6|类名:ScreenDensity
方法 or 属性:SCREEN_SDPI = 120
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ScreenDensity
方法 or 属性:SCREEN_MDPI = 160
起始版本:6|类名:ScreenDensity
方法 or 属性:SCREEN_MDPI = 160
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ScreenDensity
方法 or 属性:SCREEN_LDPI = 240
起始版本:6|类名:ScreenDensity
方法 or 属性:SCREEN_LDPI = 240
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ScreenDensity
方法 or 属性:SCREEN_XLDPI = 320
起始版本:6|类名:ScreenDensity
方法 or 属性:SCREEN_XLDPI = 320
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ScreenDensity
方法 or 属性:SCREEN_XXLDPI = 480
起始版本:6|类名:ScreenDensity
方法 or 属性:SCREEN_XXLDPI = 480
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ScreenDensity
方法 or 属性:SCREEN_XXXLDPI = 640
起始版本:6|类名:ScreenDensity
方法 or 属性:SCREEN_XXXLDPI = 640
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:Configuration
起始版本:6|类名:Configuration
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:DeviceCapability
起始版本:6|类名:DeviceCapability
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
起始版本:6|类名:ResourceManager
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringValue(resource: Resource): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringValue(resource: Resource): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringArrayValue(resource: Resource): Promise\>;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringArrayValue(resource: Resource): Promise\>;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaContent(resource: Resource): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaContent(resource: Resource): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resource: Resource): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resource: Resource): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getDeviceCapability(callback: _AsyncCallback\): void;
起始版本:6|类名:ResourceManager
方法 or 属性:getDeviceCapability(callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getDeviceCapability(): Promise\;
起始版本:6|类名:ResourceManager
方法 or 属性:getDeviceCapability(): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getConfiguration(callback: _AsyncCallback\): void;
起始版本:6|类名:ResourceManager
方法 or 属性:getConfiguration(callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getConfiguration(): Promise\;
起始版本:6|类名:ResourceManager
方法 or 属性:getConfiguration(): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getPluralStringValue(resource: Resource, num: number): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getPluralStringValue(resource: Resource, num: number): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringByName(resName: string, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringByName(resName: string, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringByName(resName: string): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringByName(resName: string): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringArrayByName(resName: string, callback: _AsyncCallback\>): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringArrayByName(resName: string, callback: _AsyncCallback\>): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringArrayByName(resName: string): Promise\>;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringArrayByName(resName: string): Promise\>;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaByName(resName: string, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaByName(resName: string, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaByName(resName: string): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaByName(resName: string): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaBase64ByName(resName: string): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaBase64ByName(resName: string): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getPluralStringByName(resName: string, num: number): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getPluralStringByName(resName: string, num: number): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringSync(resId: number): string;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringSync(resId: number): string;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringSync(resource: Resource): string;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringSync(resource: Resource): string;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringByNameSync(resName: string): string;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringByNameSync(resName: string): string;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getBoolean(resId: number): boolean;
起始版本:9|类名:ResourceManager
方法 or 属性:getBoolean(resId: number): boolean;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getBoolean(resource: Resource): boolean;
起始版本:9|类名:ResourceManager
方法 or 属性:getBoolean(resource: Resource): boolean;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getBooleanByName(resName: string): boolean;
起始版本:9|类名:ResourceManager
方法 or 属性:getBooleanByName(resName: string): boolean;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getNumber(resId: number): number;
起始版本:9|类名:ResourceManager
方法 or 属性:getNumber(resId: number): number;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getNumber(resource: Resource): number;
起始版本:9|类名:ResourceManager
方法 or 属性:getNumber(resource: Resource): number;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getNumberByName(resName: string): number;
起始版本:9|类名:ResourceManager
方法 or 属性:getNumberByName(resName: string): number;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:release();
起始版本:7|类名:ResourceManager
方法 or 属性:release();
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringValue(resId: number): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringValue(resId: number): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback\>): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback\>): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getStringArrayValue(resId: number): Promise\>;
起始版本:9|类名:ResourceManager
方法 or 属性:getStringArrayValue(resId: number): Promise\>;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getPluralStringValue(resId: number, num: number): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getPluralStringValue(resId: number, num: number): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaContent(resId: number): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaContent(resId: number): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resId: number): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resId: number): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getRawFileContent(path: string, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getRawFileContent(path: string, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getRawFileContent(path: string): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getRawFileContent(path: string): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getRawFd(path: string, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:getRawFd(path: string, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:getRawFd(path: string): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:getRawFd(path: string): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:closeRawFd(path: string, callback: _AsyncCallback\): void;
起始版本:9|类名:ResourceManager
方法 or 属性:closeRawFd(path: string, callback: _AsyncCallback\): void;
起始版本:10|@ohos.resourceManager.d.ts| -|起始版本有变化|类名:ResourceManager
方法 or 属性:closeRawFd(path: string): Promise\;
起始版本:9|类名:ResourceManager
方法 or 属性:closeRawFd(path: string): Promise\;
起始版本:10|@ohos.resourceManager.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-misc.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-misc.md index 88f1047834..76a0266eff 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-misc.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-misc.md @@ -157,125 +157,6 @@ |新增|NA|类名:wallpaper
方法or属性:function setVideo(source: string, wallpaperType: WallpaperType): Promise\;|@ohos.wallpaper.d.ts| |新增|NA|类名:wallpaper
方法or属性:function on(

type: 'wallpaperChange',

callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void

): void;|@ohos.wallpaper.d.ts| |新增|NA|类名:wallpaper
方法or属性:function off(

type: 'wallpaperChange',

callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void

): void;|@ohos.wallpaper.d.ts| -|起始版本有变化|类名:inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;
起始版本:9|类名:inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;
起始版本:10|@ohos.inputMethod.d.ts| -|起始版本有变化|类名:inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;
起始版本:9|类名:inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;
起始版本:10|@ohos.inputMethod.d.ts| -|起始版本有变化|类名:request
起始版本:N/A|类名:request
起始版本:6|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_PERMISSION: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_PERMISSION: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_PARAMCHECK: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_PARAMCHECK: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_UNSUPPORTED: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_UNSUPPORTED: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_FILEIO: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_FILEIO: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_FILEPATH: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_FILEPATH: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_SERVICE: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_SERVICE: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_OTHERS: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_OTHERS: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const NETWORK_MOBILE: number;
起始版本:6|类名:request
方法 or 属性:const NETWORK_MOBILE: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const NETWORK_WIFI: number;
起始版本:6|类名:request
方法 or 属性:const NETWORK_WIFI: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_CANNOT_RESUME: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_CANNOT_RESUME: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_DEVICE_NOT_FOUND: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_DEVICE_NOT_FOUND: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_FILE_ALREADY_EXISTS: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_FILE_ALREADY_EXISTS: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_FILE_ERROR: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_FILE_ERROR: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_HTTP_DATA_ERROR: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_HTTP_DATA_ERROR: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_INSUFFICIENT_SPACE: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_INSUFFICIENT_SPACE: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_TOO_MANY_REDIRECTS: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_TOO_MANY_REDIRECTS: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_UNHANDLED_HTTP_CODE: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_UNHANDLED_HTTP_CODE: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_UNKNOWN: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_UNKNOWN: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_OFFLINE: number;
起始版本:9|类名:request
方法 or 属性:const ERROR_OFFLINE: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
起始版本:9|类名:request
方法 or 属性:const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const PAUSED_QUEUED_FOR_WIFI: number;
起始版本:7|类名:request
方法 or 属性:const PAUSED_QUEUED_FOR_WIFI: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const PAUSED_WAITING_FOR_NETWORK: number;
起始版本:7|类名:request
方法 or 属性:const PAUSED_WAITING_FOR_NETWORK: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const PAUSED_WAITING_TO_RETRY: number;
起始版本:7|类名:request
方法 or 属性:const PAUSED_WAITING_TO_RETRY: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const PAUSED_BY_USER: number;
起始版本:9|类名:request
方法 or 属性:const PAUSED_BY_USER: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const PAUSED_UNKNOWN: number;
起始版本:7|类名:request
方法 or 属性:const PAUSED_UNKNOWN: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const SESSION_SUCCESSFUL: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_SUCCESSFUL: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const SESSION_RUNNING: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_RUNNING: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const SESSION_PENDING: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_PENDING: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const SESSION_PAUSED: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_PAUSED: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:const SESSION_FAILED: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_FAILED: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;
起始版本:9|类名:request
方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;
起始版本:9|类名:request
方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
起始版本:9|类名:request
方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:request
方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig): Promise\;
起始版本:9|类名:request
方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig): Promise\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
起始版本:6|类名:DownloadConfig
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:url: string;
起始版本:6|类名:DownloadConfig
方法 or 属性:url: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:header?: Object;
起始版本:6|类名:DownloadConfig
方法 or 属性:header?: Object;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:enableMetered?: boolean;
起始版本:6|类名:DownloadConfig
方法 or 属性:enableMetered?: boolean;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:enableRoaming?: boolean;
起始版本:6|类名:DownloadConfig
方法 or 属性:enableRoaming?: boolean;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:description?: string;
起始版本:6|类名:DownloadConfig
方法 or 属性:description?: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:networkType?: number;
起始版本:6|类名:DownloadConfig
方法 or 属性:networkType?: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:filePath?: string;
起始版本:7|类名:DownloadConfig
方法 or 属性:filePath?: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:title?: string;
起始版本:6|类名:DownloadConfig
方法 or 属性:title?: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadConfig
方法 or 属性:background?: boolean;
起始版本:9|类名:DownloadConfig
方法 or 属性:background?: boolean;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
起始版本:7|类名:DownloadInfo
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:description: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:description: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:downloadedBytes: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:downloadedBytes: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:downloadId: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:downloadId: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:failedReason: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:failedReason: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:fileName: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:fileName: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:filePath: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:filePath: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:pausedReason: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:pausedReason: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:status: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:status: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:targetURI: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:targetURI: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:downloadTitle: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:downloadTitle: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadInfo
方法 or 属性:downloadTotalBytes: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:downloadTotalBytes: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
起始版本:6|类名:DownloadTask
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;
起始版本:6|类名:DownloadTask
方法 or 属性:on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;
起始版本:6|类名:DownloadTask
方法 or 属性:off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:on(type: 'fail', callback: (err: number) => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:on(type: 'fail', callback: (err: number) => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:off(type: 'fail', callback?: (err: number) => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:off(type: 'fail', callback?: (err: number) => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:delete(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:delete(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:delete(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:delete(): Promise\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:suspend(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:suspend(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:suspend(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:suspend(): Promise\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:restore(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:restore(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:restore(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:restore(): Promise\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:getTaskInfo(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:getTaskInfo(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:getTaskInfo(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:getTaskInfo(): Promise\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:getTaskMimeType(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:getTaskMimeType(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:DownloadTask
方法 or 属性:getTaskMimeType(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:getTaskMimeType(): Promise\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:File
起始版本:6|类名:File
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:File
方法 or 属性:filename: string;
起始版本:6|类名:File
方法 or 属性:filename: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:File
方法 or 属性:name: string;
起始版本:6|类名:File
方法 or 属性:name: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:File
方法 or 属性:uri: string;
起始版本:6|类名:File
方法 or 属性:uri: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:File
方法 or 属性:type: string;
起始版本:6|类名:File
方法 or 属性:type: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:RequestData
起始版本:6|类名:RequestData
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:RequestData
方法 or 属性:name: string;
起始版本:6|类名:RequestData
方法 or 属性:name: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:RequestData
方法 or 属性:value: string;
起始版本:6|类名:RequestData
方法 or 属性:value: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadConfig
起始版本:6|类名:UploadConfig
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadConfig
方法 or 属性:url: string;
起始版本:6|类名:UploadConfig
方法 or 属性:url: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadConfig
方法 or 属性:header: Object;
起始版本:6|类名:UploadConfig
方法 or 属性:header: Object;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadConfig
方法 or 属性:method: string;
起始版本:6|类名:UploadConfig
方法 or 属性:method: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadConfig
方法 or 属性:files: Array\;
起始版本:6|类名:UploadConfig
方法 or 属性:files: Array\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadConfig
方法 or 属性:data: Array\;
起始版本:6|类名:UploadConfig
方法 or 属性:data: Array\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:TaskState
起始版本:9|类名:TaskState
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:TaskState
方法 or 属性:path: string;
起始版本:9|类名:TaskState
方法 or 属性:path: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:TaskState
方法 or 属性:responseCode: number;
起始版本:9|类名:TaskState
方法 or 属性:responseCode: number;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:TaskState
方法 or 属性:message: string;
起始版本:9|类名:TaskState
方法 or 属性:message: string;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadTask
起始版本:6|类名:UploadTask
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadTask
方法 or 属性:on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;
起始版本:6|类名:UploadTask
方法 or 属性:on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadTask
方法 or 属性:off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;
起始版本:6|类名:UploadTask
方法 or 属性:off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadTask
方法 or 属性:on(type: 'headerReceive', callback: (header: object) => void): void;
起始版本:7|类名:UploadTask
方法 or 属性:on(type: 'headerReceive', callback: (header: object) => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadTask
方法 or 属性:off(type: 'headerReceive', callback?: (header: object) => void): void;
起始版本:7|类名:UploadTask
方法 or 属性:off(type: 'headerReceive', callback?: (header: object) => void): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadTask
方法 or 属性:delete(callback: AsyncCallback\): void;
起始版本:9|类名:UploadTask
方法 or 属性:delete(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadTask
方法 or 属性:delete(): Promise\;
起始版本:9|类名:UploadTask
方法 or 属性:delete(): Promise\;
起始版本:10|@ohos.request.d.ts| -|起始版本有变化|类名:UploadResponse
起始版本:N/A|类名:UploadResponse
起始版本:3|@system.request.d.ts| -|起始版本有变化|类名:DownloadResponse
起始版本:N/A|类名:DownloadResponse
起始版本:3|@system.request.d.ts| -|起始版本有变化|类名:OnDownloadCompleteResponse
起始版本:N/A|类名:OnDownloadCompleteResponse
起始版本:3|@system.request.d.ts| -|起始版本有变化|类名:RequestFile
起始版本:N/A|类名:RequestFile
起始版本:3|@system.request.d.ts| -|起始版本有变化|类名:RequestData
起始版本:N/A|类名:RequestData
起始版本:3|@system.request.d.ts| -|起始版本有变化|类名:UploadRequestOptions
起始版本:N/A|类名:UploadRequestOptions
起始版本:3|@system.request.d.ts| -|起始版本有变化|类名:DownloadRequestOptions
起始版本:N/A|类名:DownloadRequestOptions
起始版本:3|@system.request.d.ts| -|起始版本有变化|类名:OnDownloadCompleteOptions
起始版本:N/A|类名:OnDownloadCompleteOptions
起始版本:3|@system.request.d.ts| -|起始版本有变化|类名:Request
起始版本:N/A|类名:Request
起始版本:3|@system.request.d.ts| -|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_PERMISSION: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_PERMISSION: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts| -|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_PARAMCHECK: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_PARAMCHECK: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts| -|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_UNSUPPORTED: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_UNSUPPORTED: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts| -|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_FILEIO: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_FILEIO: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts| -|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_FILEPATH: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_FILEPATH: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts| -|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_SERVICE: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_SERVICE: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts| -|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_OTHERS: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_OTHERS: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts| -|新增(权限)|类名:DownloadConfig
方法 or 属性:background?: boolean;
权限:N/A|类名:DownloadConfig
方法 or 属性:background?: boolean;
权限:ohos.permission.INTERNET|@ohos.request.d.ts| |新增(权限)|类名:screenLock
方法 or 属性:function lock(callback: AsyncCallback\): void;
权限:N/A|类名:screenLock
方法 or 属性:function lock(callback: AsyncCallback\): void;
权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| |新增(权限)|类名:screenLock
方法 or 属性:function onSystemEvent(callback: Callback\): boolean;
权限:N/A|类名:screenLock
方法 or 属性:function onSystemEvent(callback: Callback\): boolean;
权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| |新增(权限)|类名:screenLock
方法 or 属性:function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;
权限:N/A|类名:screenLock
方法 or 属性:function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;
权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-multi-modal-input.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-multi-modal-input.md index 4d0c95424e..00631adcc1 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-multi-modal-input.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-multi-modal-input.md @@ -21,10 +21,3 @@ |新增|NA|模块名: ohos.multimodalInput.shortKey
类名: shortKey
方法 or 属性: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.shortKey.d.ts| |新增|NA|模块名: ohos.multimodalInput.shortKey
类名: shortKey
方法 or 属性: function setKeyDownDuration(businessKey: string, delay: number): Promise\;|@ohos.multimodalInput.shortKey.d.ts| |删除|模块名:ohos.multimodalInput.inputDevice
类名:AxisType
方法 or 属性:type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts| -|起始版本有变化|类名:KeyOptions
起始版本:N/A|类名:KeyOptions
起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts| -|起始版本有变化|类名:KeyOptions
方法 or 属性:preKeys: Array\;
起始版本:N/A|类名:KeyOptions
方法 or 属性:preKeys: Array\;
起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts| -|起始版本有变化|类名:KeyOptions
方法 or 属性:finalKey: number;
起始版本:N/A|类名:KeyOptions
方法 or 属性:finalKey: number;
起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts| -|起始版本有变化|类名:KeyOptions
方法 or 属性:isFinalKeyDown: boolean;
起始版本:N/A|类名:KeyOptions
方法 or 属性:isFinalKeyDown: boolean;
起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts| -|起始版本有变化|类名:KeyOptions
方法 or 属性:finalKeyDownDuration: number;
起始版本:N/A|类名:KeyOptions
方法 or 属性:finalKeyDownDuration: number;
起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts| -|新增(权限)|类名:TouchEventReceiver
权限:N/A|类名:TouchEventReceiver
权限:ohos.permission.INPUT_MONITORING|@ohos.multimodalInput.inputMonitor.d.ts| -|SysCap有变化|类名:inputDeviceCooperate
SysCap:N/A|类名:inputDeviceCooperate
SysCap:SystemCapability.MultimodalInput.Input.Cooperator|@ohos.multimodalInput.inputDeviceCooperate.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-multimedia.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-multimedia.md index 0096a41515..6b11f7190e 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-multimedia.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-multimedia.md @@ -129,9 +129,10 @@ |新增|NA|模块名: ringtonePlayer
类名: RingtonePlayer
方法 or 属性: release(callback: AsyncCallback\): void;|ringtonePlayer.d.ts| |新增|NA|模块名: ringtonePlayer
类名: RingtonePlayer
方法 or 属性: release(): Promise\;|ringtonePlayer.d.ts| |新增|NA|模块名: ringtonePlayer
类名: RingtonePlayer
方法 or 属性: on(type: 'audioInterrupt', callback: Callback\): void;|ringtonePlayer.d.ts| -|访问级别有变化|类名:VolumeEvent
访问级别:公开API|类名:VolumeEvent
访问级别:系统API|@ohos.multimedia.audio.d.ts| -|访问级别有变化|类名:VolumeEvent
方法 or 属性:volumeGroupId: number;
访问级别:系统API|类名:VolumeEvent
方法 or 属性:volumeGroupId: number;
访问级别:公开API|@ohos.multimedia.audio.d.ts| -|访问级别有变化|类名:VolumeEvent
方法 or 属性:networkId: string;
访问级别:系统API|类名:VolumeEvent
方法 or 属性:networkId: string;
访问级别:公开API|@ohos.multimedia.audio.d.ts| +|访问级别有变化|类名:VolumeEvent
访问级别:公开API|类名:VolumeEvent
访问级别:系统API|@ohos.multimedia.audio.d.ts| +|访问级别有变化|类名:VolumeEvent
方法 or 属性:volumeType: AudioVolumeType;;
访问级别:公开API|类名:VolumeEvent
方法 or 属性:volumeType: AudioVolumeType;;
访问级别:系统API|@ohos.multimedia.audio.d.ts| +|访问级别有变化|类名:VolumeEvent
方法 or 属性:volume: number;
访问级别:公开API|类名:VolumeEvent
方法 or 属性:volume: number;
访问级别:系统API|@ohos.multimedia.audio.d.ts| +|访问级别有变化|类名:VolumeEvent
方法 or 属性:updateUi: boolean;
访问级别:公开API|类名:VolumeEvent
方法 or 属性:updateUi: boolean;;
访问级别:系统API|@ohos.multimedia.audio.d.ts| |访问级别有变化|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:系统API|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;
访问级别:系统API|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;
访问级别:系统API|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| @@ -167,11 +168,48 @@ |访问级别有变化|类名:AVSession
方法 or 属性:destroy(callback: AsyncCallback\): void;
访问级别:系统API|类名:AVSession
方法 or 属性:destroy(callback: AsyncCallback\): void;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVSession
方法 or 属性:destroy(): Promise\;
访问级别:系统API|类名:AVSession
方法 or 属性:destroy(): Promise\;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVMetadata
访问级别:系统API|类名:AVMetadata
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:assetId: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:assetId: string;;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:title?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:title?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:artist?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:artist?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:author?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:author?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:album?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:album?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:writer?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:writer?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:composer?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:composer?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:duration?: number;
访问级别:系统API|类名:AVMetadata
方法 or 属性:duration?: number;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:mediaImage?: image.PixelMap \|string;;
访问级别:系统API|类名:AVMetadata
方法 or 属性:mediaImage?: image.PixelMap \|string;;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:publishDate?: Date;
访问级别:系统API|类名:AVMetadata
方法 or 属性:publishDate?: Date;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:subtitle?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:subtitle?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:description?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:description?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:lyric?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:lyric?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:previousAssetId?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:previousAssetId?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
方法 or 属性:nextAssetId?: string;
访问级别:系统API|类名:AVMetadata
方法 or 属性:nextAssetId?: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVPlaybackState
访问级别:系统API|类名:AVPlaybackState
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVPlaybackState
方法 or 属性:state?: PlaybackState;
访问级别:系统API|类名:AVPlaybackState
方法 or 属性:state?: PlaybackState;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVPlaybackState
方法 or 属性:speed?: number;
访问级别:系统API|类名:AVPlaybackState
方法 or 属性:speed?: number;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVPlaybackState
方法 or 属性:position?: PlaybackPosition;
访问级别:系统API|类名:AVPlaybackState
方法 or 属性:position?: PlaybackPosition;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVPlaybackState
方法 or 属性:bufferedTime?: number;
访问级别:系统API|类名:AVPlaybackState
方法 or 属性:bufferedTime?: number;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVPlaybackState
方法 or 属性:loopMode?: LoopMode;
访问级别:系统API|类名:AVPlaybackState
方法 or 属性:loopMode?: LoopMode;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVPlaybackState
方法 or 属性:isFavorite?: boolean;
访问级别:系统API|类名:AVPlaybackState
方法 or 属性:isFavorite?: boolean;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:PlaybackPosition
访问级别:系统API|类名:PlaybackPosition
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackPosition
方法 or 属性:elapsedTime: number;
访问级别:系统API|类名:PlaybackPosition
方法 or 属性:elapsedTime: number;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackPosition
方法 or 属性:updateTime: number;
访问级别:系统API|类名:PlaybackPosition
方法 or 属性:updateTime: number;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:OutputDeviceInfo
访问级别:系统API|类名:OutputDeviceInfo
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:OutputDeviceInfo
方法 or 属性: isRemote: boolean;
访问级别:系统API|类名:OutputDeviceInfo
方法 or 属性: isRemote: boolean;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:OutputDeviceInfo
方法 or 属性:audioDeviceId: Array\;
访问级别:系统API|类名:OutputDeviceInfo
方法 or 属性:audioDeviceId: Array\;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:OutputDeviceInfo
方法 or 属性:deviceName: Array\;
访问级别:系统API|类名:OutputDeviceInfo
方法 or 属性:deviceName: Array\;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:LoopMode
访问级别:系统API|类名:LoopMode
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:LoopMode
方法 or 属性:LOOP_MODE_SEQUENCE = 0,
访问级别:系统API|类名:LoopMode
方法 or 属性:LOOP_MODE_SEQUENCE = 0,;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:LoopMode
方法 or 属性:LOOP_MODE_SINGLE = 1,
访问级别:系统API|类名:LoopMode
方法 or 属性:LOOP_MODE_SINGLE = 1,
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:LoopMode
方法 or 属性:LOOP_MODE_LIST = 2,
访问级别:系统API|类名:LoopMode
方法 or 属性:LOOP_MODE_LIST = 2,;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:LoopMode
方法 or 属性:LOOP_MODE_SHUFFLE = 3,
访问级别:系统API|类名:LoopMode
方法 or 属性:LOOP_MODE_SHUFFLE = 3,
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:PlaybackState
访问级别:系统API|类名:PlaybackState
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_INITIAL = 0
访问级别:系统API|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_INITIAL = 0
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PREPARE = 1
访问级别:系统API|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PREPARE = 1
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PLAY = 2
访问级别:系统API|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PLAY = 2
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PAUSE = 3
访问级别:系统API|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PAUSE = 3
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_FAST_FORWARD = 4
访问级别:系统API|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_FAST_FORWARD = 4
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_REWIND = 5
访问级别:系统API|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_REWIND = 5
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_STOP = 6
访问级别:系统API|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_STOP = 6
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVSessionController
访问级别:系统API|类名:AVSessionController
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVSessionController
方法 or 属性:readonly sessionId: string;
访问级别:系统API|类名:AVSessionController
方法 or 属性:readonly sessionId: string;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVSessionController
方法 or 属性:getAVPlaybackState(callback: AsyncCallback\): void;
访问级别:系统API|类名:AVSessionController
方法 or 属性:getAVPlaybackState(callback: AsyncCallback\): void;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| @@ -206,131 +244,15 @@ |访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:系统API|类名:AVSessionController
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVSessionController
方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
访问级别:系统API|类名:AVSessionController
方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVControlCommand
访问级别:系统API|类名:AVControlCommand
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommand
方法 or 属性:command: AVControlCommandType;
访问级别:系统API|类名:AVControlCommand
方法 or 属性:command: AVControlCommandType;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommand
方法 or 属性:parameter?: LoopMode \|string\|number;
访问级别:系统API|类名:AVControlCommand
方法 or 属性:parameter?: LoopMode \|string\|number;
访问级别:公开API|@ohos.multimedia.avsession.d.ts| |访问级别有变化|类名:AVSessionErrorCode
访问级别:系统API|类名:AVSessionErrorCode
访问级别:公开API|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AudioManager
方法 or 属性:on(type: 'volumeChange', callback: Callback\): void;
起始版本:9|类名:AudioManager
方法 or 属性:on(type: 'volumeChange', callback: Callback\): void;
起始版本:8|@ohos.multimedia.audio.d.ts| -|起始版本有变化|类名:VolumeEvent
起始版本:9|类名:VolumeEvent
起始版本:8|@ohos.multimedia.audio.d.ts| -|起始版本有变化|类名:VolumeEvent
方法 or 属性:volumeType: AudioVolumeType;
起始版本:9|类名:VolumeEvent
方法 or 属性:volumeType: AudioVolumeType;
起始版本:8|@ohos.multimedia.audio.d.ts| -|起始版本有变化|类名:VolumeEvent
方法 or 属性:volume: number;
起始版本:9|类名:VolumeEvent
方法 or 属性:volume: number;
起始版本:8|@ohos.multimedia.audio.d.ts| -|起始版本有变化|类名:VolumeEvent
方法 or 属性:updateUi: boolean;
起始版本:9|类名:VolumeEvent
方法 or 属性:updateUi: boolean;
起始版本:8|@ohos.multimedia.audio.d.ts| -|起始版本有变化|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
起始版本:9|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;
起始版本:9|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;
起始版本:9|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
起始版本:9|类名:AVSession
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:readonly sessionId: string;
起始版本:9|类名:AVSession
方法 or 属性:readonly sessionId: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback\): void;
起始版本:9|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata): Promise\;
起始版本:9|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\): void;
起始版本:9|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise\;
起始版本:9|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback\): void;
起始版本:9|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent): Promise\;
起始版本:9|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:getController(callback: AsyncCallback\): void;
起始版本:9|类名:AVSession
方法 or 属性:getController(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:getController(): Promise\;
起始版本:9|类名:AVSession
方法 or 属性:getController(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:getOutputDevice(callback: AsyncCallback\): void;
起始版本:9|类名:AVSession
方法 or 属性:getOutputDevice(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:getOutputDevice(): Promise\;
起始版本:9|类名:AVSession
方法 or 属性:getOutputDevice(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
起始版本:9|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
起始版本:9|类名:AVSession
方法 or 属性:off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:off(type: 'seek', callback?: (time: number) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:off(type: 'seek', callback?: (time: number) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:off(type: 'setSpeed', callback?: (speed: number) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:off(type: 'setSpeed', callback?: (speed: number) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
起始版本:9|类名:AVSession
方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:activate(callback: AsyncCallback\): void;
起始版本:9|类名:AVSession
方法 or 属性:activate(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:activate(): Promise\;
起始版本:9|类名:AVSession
方法 or 属性:activate(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:deactivate(callback: AsyncCallback\): void;
起始版本:9|类名:AVSession
方法 or 属性:deactivate(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:deactivate(): Promise\;
起始版本:9|类名:AVSession
方法 or 属性:deactivate(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:destroy(callback: AsyncCallback\): void;
起始版本:9|类名:AVSession
方法 or 属性:destroy(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSession
方法 or 属性:destroy(): Promise\;
起始版本:9|类名:AVSession
方法 or 属性:destroy(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
起始版本:9|类名:AVMetadata
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:assetId: string;
起始版本:9|类名:AVMetadata
方法 or 属性:assetId: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:title?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:title?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:artist?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:artist?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:author?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:author?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:album?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:album?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:writer?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:writer?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:composer?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:composer?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:duration?: number;
起始版本:9|类名:AVMetadata
方法 or 属性:duration?: number;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:mediaImage?: image.PixelMap \| string;
起始版本:9|类名:AVMetadata
方法 or 属性:mediaImage?: image.PixelMap \| string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:publishDate?: Date;
起始版本:9|类名:AVMetadata
方法 or 属性:publishDate?: Date;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:subtitle?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:subtitle?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:description?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:description?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:lyric?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:lyric?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:previousAssetId?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:previousAssetId?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVMetadata
方法 or 属性:nextAssetId?: string;
起始版本:9|类名:AVMetadata
方法 or 属性:nextAssetId?: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVPlaybackState
起始版本:9|类名:AVPlaybackState
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVPlaybackState
方法 or 属性:state?: PlaybackState;
起始版本:9|类名:AVPlaybackState
方法 or 属性:state?: PlaybackState;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVPlaybackState
方法 or 属性:speed?: number;
起始版本:9|类名:AVPlaybackState
方法 or 属性:speed?: number;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVPlaybackState
方法 or 属性:position?: PlaybackPosition;
起始版本:9|类名:AVPlaybackState
方法 or 属性:position?: PlaybackPosition;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVPlaybackState
方法 or 属性:bufferedTime?: number;
起始版本:9|类名:AVPlaybackState
方法 or 属性:bufferedTime?: number;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVPlaybackState
方法 or 属性:loopMode?: LoopMode;
起始版本:9|类名:AVPlaybackState
方法 or 属性:loopMode?: LoopMode;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVPlaybackState
方法 or 属性:isFavorite?: boolean;
起始版本:9|类名:AVPlaybackState
方法 or 属性:isFavorite?: boolean;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackPosition
起始版本:9|类名:PlaybackPosition
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackPosition
方法 or 属性:elapsedTime: number;
起始版本:9|类名:PlaybackPosition
方法 or 属性:elapsedTime: number;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackPosition
方法 or 属性:updateTime: number;
起始版本:9|类名:PlaybackPosition
方法 or 属性:updateTime: number;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:OutputDeviceInfo
起始版本:9|类名:OutputDeviceInfo
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:OutputDeviceInfo
方法 or 属性:isRemote: boolean;
起始版本:9|类名:OutputDeviceInfo
方法 or 属性:isRemote: boolean;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:OutputDeviceInfo
方法 or 属性:audioDeviceId: Array\;
起始版本:9|类名:OutputDeviceInfo
方法 or 属性:audioDeviceId: Array\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:OutputDeviceInfo
方法 or 属性:deviceName: Array\;
起始版本:9|类名:OutputDeviceInfo
方法 or 属性:deviceName: Array\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:LoopMode
起始版本:9|类名:LoopMode
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:LoopMode
方法 or 属性:LOOP_MODE_SEQUENCE = 0
起始版本:9|类名:LoopMode
方法 or 属性:LOOP_MODE_SEQUENCE = 0
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:LoopMode
方法 or 属性:LOOP_MODE_SINGLE = 1
起始版本:9|类名:LoopMode
方法 or 属性:LOOP_MODE_SINGLE = 1
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:LoopMode
方法 or 属性:LOOP_MODE_LIST = 2
起始版本:9|类名:LoopMode
方法 or 属性:LOOP_MODE_LIST = 2
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:LoopMode
方法 or 属性:LOOP_MODE_SHUFFLE = 3
起始版本:9|类名:LoopMode
方法 or 属性:LOOP_MODE_SHUFFLE = 3
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackState
起始版本:9|类名:PlaybackState
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_INITIAL = 0
起始版本:9|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_INITIAL = 0
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PREPARE = 1
起始版本:9|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PREPARE = 1
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PLAY = 2
起始版本:9|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PLAY = 2
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PAUSE = 3
起始版本:9|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_PAUSE = 3
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_FAST_FORWARD = 4
起始版本:9|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_FAST_FORWARD = 4
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_REWIND = 5
起始版本:9|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_REWIND = 5
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_STOP = 6
起始版本:9|类名:PlaybackState
方法 or 属性:PLAYBACK_STATE_STOP = 6
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
起始版本:9|类名:AVSessionController
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:readonly sessionId: string;
起始版本:9|类名:AVSessionController
方法 or 属性:readonly sessionId: string;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getAVPlaybackState(callback: AsyncCallback\): void;
起始版本:9|类名:AVSessionController
方法 or 属性:getAVPlaybackState(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getAVPlaybackState(): Promise\;
起始版本:9|类名:AVSessionController
方法 or 属性:getAVPlaybackState(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getAVMetadata(callback: AsyncCallback\): void;
起始版本:9|类名:AVSessionController
方法 or 属性:getAVMetadata(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getAVMetadata(): Promise\;
起始版本:9|类名:AVSessionController
方法 or 属性:getAVMetadata(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getOutputDevice(callback: AsyncCallback\): void;
起始版本:9|类名:AVSessionController
方法 or 属性:getOutputDevice(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getOutputDevice(): Promise\;
起始版本:9|类名:AVSessionController
方法 or 属性:getOutputDevice(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;
起始版本:9|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise\;
起始版本:9|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getLaunchAbility(callback: AsyncCallback\): void;
起始版本:9|类名:AVSessionController
方法 or 属性:getLaunchAbility(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getLaunchAbility(): Promise\;
起始版本:9|类名:AVSessionController
方法 or 属性:getLaunchAbility(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getRealPlaybackPositionSync(): number;
起始版本:9|类名:AVSessionController
方法 or 属性:getRealPlaybackPositionSync(): number;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:isActive(callback: AsyncCallback\): void;
起始版本:9|类名:AVSessionController
方法 or 属性:isActive(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:isActive(): Promise\;
起始版本:9|类名:AVSessionController
方法 or 属性:isActive(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:destroy(callback: AsyncCallback\): void;
起始版本:9|类名:AVSessionController
方法 or 属性:destroy(callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:destroy(): Promise\;
起始版本:9|类名:AVSessionController
方法 or 属性:destroy(): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getValidCommands(callback: AsyncCallback\>): void;
起始版本:9|类名:AVSessionController
方法 or 属性:getValidCommands(callback: AsyncCallback\>): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:getValidCommands(): Promise\>;
起始版本:9|类名:AVSessionController
方法 or 属性:getValidCommands(): Promise\>;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;
起始版本:9|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand): Promise\;
起始版本:9|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand): Promise\;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:on(type: 'metadataChange', filter: Array\ \| 'all', callback: (data: AVMetadata) => void);
起始版本:9|类名:AVSessionController
方法 or 属性:on(type: 'metadataChange', filter: Array\ \| 'all', callback: (data: AVMetadata) => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
起始版本:9|类名:AVSessionController
方法 or 属性:off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:on(type: 'playbackStateChange', filter: Array\ \| 'all', callback: (state: AVPlaybackState) => void);
起始版本:9|类名:AVSessionController
方法 or 属性:on(type: 'playbackStateChange', filter: Array\ \| 'all', callback: (state: AVPlaybackState) => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
起始版本:9|类名:AVSessionController
方法 or 属性:off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:on(type: 'sessionDestroy', callback: () => void);
起始版本:9|类名:AVSessionController
方法 or 属性:on(type: 'sessionDestroy', callback: () => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:off(type: 'sessionDestroy', callback?: () => void);
起始版本:9|类名:AVSessionController
方法 or 属性:off(type: 'sessionDestroy', callback?: () => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);
起始版本:9|类名:AVSessionController
方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
起始版本:9|类名:AVSessionController
方法 or 属性:off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array\) => void);
起始版本:9|类名:AVSessionController
方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array\) => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:off(type: 'validCommandChange', callback?: (commands: Array\) => void);
起始版本:9|类名:AVSessionController
方法 or 属性:off(type: 'validCommandChange', callback?: (commands: Array\) => void);
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
起始版本:9|类名:AVSessionController
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionController
方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
起始版本:9|类名:AVSessionController
方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVControlCommand
起始版本:9|类名:AVControlCommand
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVControlCommand
方法 or 属性:command: AVControlCommandType;
起始版本:9|类名:AVControlCommand
方法 or 属性:command: AVControlCommandType;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVControlCommand
方法 or 属性:parameter?: LoopMode \| string \| number;
起始版本:9|类名:AVControlCommand
方法 or 属性:parameter?: LoopMode \| string \| number;
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionErrorCode
起始版本:9|类名:AVSessionErrorCode
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SERVICE_EXCEPTION = 6600101
起始版本:9|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SERVICE_EXCEPTION = 6600101
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600102
起始版本:9|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600102
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_CONTROLLER_NOT_EXIST = 6600103
起始版本:9|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_CONTROLLER_NOT_EXIST = 6600103
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_REMOTE_CONNECTION_ERR = 6600104
起始版本:9|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_REMOTE_CONNECTION_ERR = 6600104
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_COMMAND_INVALID = 6600105
起始版本:9|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_COMMAND_INVALID = 6600105
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_INACTIVE = 6600106
起始版本:9|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_INACTIVE = 6600106
起始版本:10|@ohos.multimedia.avsession.d.ts| -|起始版本有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_MESSAGE_OVERLOAD = 6600107
起始版本:9|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_MESSAGE_OVERLOAD = 6600107
起始版本:10|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SERVICE_EXCEPTION = 6600101
访问级别:系统API|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SERVICE_EXCEPTION = 6600101,
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600102
访问级别:系统API|类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600102
访问级别:公开API|@ohos.multimedia.avsession.d.ts| +| 访问级别有变化 | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600102
访问级别:系统API | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600102
访问级别:公开API | @ohos.multimedia.avsession.d.ts | +| 访问级别有变化 | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_CONTROLLER_NOT_EXIST = 6600103
访问级别:系统API | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600103
访问级别:公开API | @ohos.multimedia.avsession.d.ts | +| 访问级别有变化 | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_REMOTE_CONNECTION_ERR = 6600104
访问级别:系统API | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_REMOTE_CONNECTION_ERR = 6600104
访问级别:公开API | @ohos.multimedia.avsession.d.ts | +| 访问级别有变化 | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_COMMAND_INVALID = 6600105
访问级别:系统API | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_COMMAND_INVALID = 6600105
访问级别:公开API | @ohos.multimedia.avsession.d.ts | +| 访问级别有变化 | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_INACTIVE = 6600106
访问级别:系统API | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_SESSION_INACTIVE = 6600106
访问级别:公开API | @ohos.multimedia.avsession.d.ts | +| 访问级别有变化 | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_MESSAGE_OVERLOAD = 6600107
访问级别:系统API | 类名:AVSessionErrorCode
方法 or 属性:ERR_CODE_MESSAGE_OVERLOAD = 6600107
访问级别:公开API | @ohos.multimedia.avsession.d.ts | + diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-security.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-security.md index 06f6fbcc6e..a6d4a8da00 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-security.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-security.md @@ -11,18 +11,4 @@ |新增|NA|模块名: ohos.security.huks
类名: HuksTag
方法 or 属性:HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT \| 311|@ohos.security.huks.d.ts| |废弃版本有变化|类名:HuksKeyStorageType
方法 or 属性:HUKS_STORAGE_TEMP = 0
废弃版本:N/A|类名:HuksKeyStorageType
方法 or 属性:HUKS_STORAGE_TEMP = 0
废弃版本:10
代替接口:N/A|@ohos.security.huks.d.ts| |废弃版本有变化|类名:HuksKeyStorageType
方法 or 属性:HUKS_STORAGE_PERSISTENT = 1
废弃版本:N/A|类名:HuksKeyStorageType
方法 or 属性:HUKS_STORAGE_PERSISTENT = 1
废弃版本:10
代替接口:N/A|@ohos.security.huks.d.ts| -|起始版本有变化|类名:abilityAccessCtrl
起始版本:N/A|类名:abilityAccessCtrl
起始版本:8|@ohos.abilityAccessCtrl.d.ts| -|起始版本有变化|类名:abilityAccessCtrl
方法 or 属性:function createAtManager(): AtManager;
起始版本:8|类名:abilityAccessCtrl
方法 or 属性:function createAtManager(): AtManager;
起始版本:10|@ohos.abilityAccessCtrl.d.ts| -|起始版本有变化|类名:AtManager
起始版本:N/A|类名:AtManager
起始版本:8|@ohos.abilityAccessCtrl.d.ts| -|起始版本有变化|类名:AtManager
方法 or 属性:checkAccessToken(tokenID: number, permissionName: Permissions): Promise\;
起始版本:9|类名:AtManager
方法 or 属性:checkAccessToken(tokenID: number, permissionName: Permissions): Promise\;
起始版本:10|@ohos.abilityAccessCtrl.d.ts| -|起始版本有变化|类名:GrantStatus
起始版本:8|类名:GrantStatus
起始版本:10|@ohos.abilityAccessCtrl.d.ts| -|起始版本有变化|类名:GrantStatus
方法 or 属性:PERMISSION_DENIED = -1
起始版本:N/A|类名:GrantStatus
方法 or 属性:PERMISSION_DENIED = -1
起始版本:10|@ohos.abilityAccessCtrl.d.ts| -|起始版本有变化|类名:GrantStatus
方法 or 属性:PERMISSION_GRANTED = 0
起始版本:N/A|类名:GrantStatus
方法 or 属性:PERMISSION_GRANTED = 0
起始版本:10|@ohos.abilityAccessCtrl.d.ts| -|起始版本有变化|类名:HuksKeyStorageType
方法 or 属性:HUKS_STORAGE_TEMP = 0
起始版本:N/A|类名:HuksKeyStorageType
方法 or 属性:HUKS_STORAGE_TEMP = 0
起始版本:8|@ohos.security.huks.d.ts| -|起始版本有变化|类名:HuksKeyStorageType
方法 or 属性:HUKS_STORAGE_PERSISTENT = 1
起始版本:N/A|类名:HuksKeyStorageType
方法 or 属性:HUKS_STORAGE_PERSISTENT = 1
起始版本:8|@ohos.security.huks.d.ts| -|起始版本有变化|类名:Cipher
方法 or 属性:static rsa(options: CipherRsaOptions): void;
起始版本:N/A|类名:Cipher
方法 or 属性:static rsa(options: CipherRsaOptions): void;
起始版本:3|@system.cipher.d.ts| -|起始版本有变化|类名:Cipher
方法 or 属性:static aes(options: CipherAesOptions): void;
起始版本:N/A|类名:Cipher
方法 or 属性:static aes(options: CipherAesOptions): void;
起始版本:3|@system.cipher.d.ts| -|起始版本有变化|类名:PermissionRequestResult
起始版本:9|类名:PermissionRequestResult
起始版本:10|PermissionRequestResult.d.ts| -|起始版本有变化|类名:PermissionRequestResult
方法 or 属性:permissions: Array\;
起始版本:9|类名:PermissionRequestResult
方法 or 属性:permissions: Array\;
起始版本:10|PermissionRequestResult.d.ts| -|起始版本有变化|类名:PermissionRequestResult
方法 or 属性:authResults: Array\;
起始版本:9|类名:PermissionRequestResult
方法 or 属性:authResults: Array\;
起始版本:10|PermissionRequestResult.d.ts| |新增(错误码)|NA|类名:AtManager
方法 or 属性:getVersion(): Promise\;
错误码内容: 202|@ohos.abilityAccessCtrl.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-sensor.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-sensor.md index 05abb93978..e4e59858f6 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-sensor.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-sensor.md @@ -8,21 +8,3 @@ |新增|NA|类名:vibrator
方法or属性:function isSupportEffect(effectId: string, callback: AsyncCallback\): void;|@ohos.vibrator.d.ts| |新增|NA|模块名: ohos.vibrator
类名: vibrator
方法 or 属性:function isSupportEffect(effectId: string): Promise\;|@ohos.vibrator.d.ts| |新增|NA|类名:vibrator
方法or属性:function isSupportEffect(effectId: string): Promise\;|@ohos.vibrator.d.ts| -|新增(权限)|类名:AccelerometerResponse
方法 or 属性:x: number;
权限:N/A|类名:AccelerometerResponse
方法 or 属性:x: number;
权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts| -|新增(权限)|类名:AccelerometerResponse
方法 or 属性:y: number;
权限:N/A|类名:AccelerometerResponse
方法 or 属性:y: number;
权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts| -|新增(权限)|类名:AccelerometerResponse
方法 or 属性:z: number;
权限:N/A|类名:AccelerometerResponse
方法 or 属性:z: number;
权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts| -|新增(权限)|类名:subscribeAccelerometerOptions
方法 or 属性:interval: string;
权限:N/A|类名:subscribeAccelerometerOptions
方法 or 属性:interval: string;
权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts| -|新增(权限)|类名:subscribeAccelerometerOptions
方法 or 属性:success: (data: AccelerometerResponse) => void;
权限:N/A|类名:subscribeAccelerometerOptions
方法 or 属性:success: (data: AccelerometerResponse) => void;
权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts| -|新增(权限)|类名:subscribeAccelerometerOptions
方法 or 属性:fail?: (data: string, code: number) => void;
权限:N/A|类名:subscribeAccelerometerOptions
方法 or 属性:fail?: (data: string, code: number) => void;
权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts| -|新增(权限)|类名:StepCounterResponse
方法 or 属性:steps: number;
权限:N/A|类名:StepCounterResponse
方法 or 属性:steps: number;
权限:ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts| -|新增(权限)|类名:SubscribeStepCounterOptions
方法 or 属性:success: (data: StepCounterResponse) => void;
权限:N/A|类名:SubscribeStepCounterOptions
方法 or 属性:success: (data: StepCounterResponse) => void;
权限:ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts| -|新增(权限)|类名:SubscribeStepCounterOptions
方法 or 属性:fail?: (data: string, code: number) => void;
权限:N/A|类名:SubscribeStepCounterOptions
方法 or 属性:fail?: (data: string, code: number) => void;
权限:ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts| -|新增(权限)|类名:HeartRateResponse
方法 or 属性:heartRate: number;
权限:N/A|类名:HeartRateResponse
方法 or 属性:heartRate: number;
权限:ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts| -|新增(权限)|类名:SubscribeHeartRateOptions
方法 or 属性:success: (data: HeartRateResponse) => void;
权限:N/A|类名:SubscribeHeartRateOptions
方法 or 属性:success: (data: HeartRateResponse) => void;
权限:ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts| -|新增(权限)|类名:SubscribeHeartRateOptions
方法 or 属性:fail?: (data: string, code: number) => void;
权限:N/A|类名:SubscribeHeartRateOptions
方法 or 属性:fail?: (data: string, code: number) => void;
权限:ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts| -|新增(权限)|类名:GyroscopeResponse
方法 or 属性:x: number;
权限:N/A|类名:GyroscopeResponse
方法 or 属性:x: number;
权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts| -|新增(权限)|类名:GyroscopeResponse
方法 or 属性:y: number;
权限:N/A|类名:GyroscopeResponse
方法 or 属性:y: number;
权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts| -|新增(权限)|类名:GyroscopeResponse
方法 or 属性:z: number;
权限:N/A|类名:GyroscopeResponse
方法 or 属性:z: number;
权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts| -|新增(权限)|类名:SubscribeGyroscopeOptions
方法 or 属性:interval: string;
权限:N/A|类名:SubscribeGyroscopeOptions
方法 or 属性:interval: string;
权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts| -|新增(权限)|类名:SubscribeGyroscopeOptions
方法 or 属性:success: (data: GyroscopeResponse) => void;
权限:N/A|类名:SubscribeGyroscopeOptions
方法 or 属性:success: (data: GyroscopeResponse) => void;
权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts| -|新增(权限)|类名:SubscribeGyroscopeOptions
方法 or 属性:fail?: (data: string, code: number) => void;
权限:N/A|类名:SubscribeGyroscopeOptions
方法 or 属性:fail?: (data: string, code: number) => void;
权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts| diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-update.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-update.md index 0dec2dc1fc..ca28030d5d 100644 --- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-update.md +++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-update.md @@ -3,141 +3,3 @@ |新增|NA|类名:BusinessVendor
方法or属性:PUBLIC = 'public'|@ohos.update.d.ts| |新增|NA|类名:UpgradeAction
方法or属性:UPGRADE = 'upgrade'|@ohos.update.d.ts| |新增|NA|类名:UpgradeAction
方法or属性:RECOVERY = 'recovery'|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeInfo
访问级别:公开API|类名:UpgradeInfo
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeInfo
方法 or 属性:upgradeApp: string;
访问级别:公开API|类名:UpgradeInfo
方法 or 属性:upgradeApp: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeInfo
方法 or 属性:businessType: BusinessType;
访问级别:公开API|类名:UpgradeInfo
方法 or 属性:businessType: BusinessType;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:BusinessType
访问级别:公开API|类名:BusinessType
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:BusinessType
方法 or 属性:vendor: BusinessVendor;
访问级别:公开API|类名:BusinessType
方法 or 属性:vendor: BusinessVendor;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:BusinessType
方法 or 属性:subType: BusinessSubType;
访问级别:公开API|类名:BusinessType
方法 or 属性:subType: BusinessSubType;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:CheckResult
访问级别:公开API|类名:CheckResult
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:CheckResult
方法 or 属性:isExistNewVersion: boolean;
访问级别:公开API|类名:CheckResult
方法 or 属性:isExistNewVersion: boolean;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:CheckResult
方法 or 属性:newVersionInfo: NewVersionInfo;
访问级别:公开API|类名:CheckResult
方法 or 属性:newVersionInfo: NewVersionInfo;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NewVersionInfo
访问级别:公开API|类名:NewVersionInfo
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NewVersionInfo
方法 or 属性:versionDigestInfo: VersionDigestInfo;
访问级别:公开API|类名:NewVersionInfo
方法 or 属性:versionDigestInfo: VersionDigestInfo;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NewVersionInfo
方法 or 属性:versionComponents: Array\;
访问级别:公开API|类名:NewVersionInfo
方法 or 属性:versionComponents: Array\;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionDigestInfo
访问级别:公开API|类名:VersionDigestInfo
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionDigestInfo
方法 or 属性:versionDigest: string;
访问级别:公开API|类名:VersionDigestInfo
方法 or 属性:versionDigest: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
访问级别:公开API|类名:VersionComponent
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
方法 or 属性:componentId: string;
访问级别:公开API|类名:VersionComponent
方法 or 属性:componentId: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
方法 or 属性:componentType: ComponentType;
访问级别:公开API|类名:VersionComponent
方法 or 属性:componentType: ComponentType;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
方法 or 属性:upgradeAction: UpgradeAction;
访问级别:公开API|类名:VersionComponent
方法 or 属性:upgradeAction: UpgradeAction;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
方法 or 属性:displayVersion: string;
访问级别:公开API|类名:VersionComponent
方法 or 属性:displayVersion: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
方法 or 属性:innerVersion: string;
访问级别:公开API|类名:VersionComponent
方法 or 属性:innerVersion: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
方法 or 属性:size: number;
访问级别:公开API|类名:VersionComponent
方法 or 属性:size: number;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
方法 or 属性:effectiveMode: EffectiveMode;
访问级别:公开API|类名:VersionComponent
方法 or 属性:effectiveMode: EffectiveMode;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:VersionComponent
方法 or 属性:descriptionInfo: DescriptionInfo;
访问级别:公开API|类名:VersionComponent
方法 or 属性:descriptionInfo: DescriptionInfo;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionOptions
访问级别:公开API|类名:DescriptionOptions
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionOptions
方法 or 属性:format: DescriptionFormat;
访问级别:公开API|类名:DescriptionOptions
方法 or 属性:format: DescriptionFormat;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionOptions
方法 or 属性:language: string;
访问级别:公开API|类名:DescriptionOptions
方法 or 属性:language: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ComponentDescription
访问级别:公开API|类名:ComponentDescription
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ComponentDescription
方法 or 属性:componentId: string;
访问级别:公开API|类名:ComponentDescription
方法 or 属性:componentId: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ComponentDescription
方法 or 属性:descriptionInfo: DescriptionInfo;
访问级别:公开API|类名:ComponentDescription
方法 or 属性:descriptionInfo: DescriptionInfo;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionInfo
访问级别:公开API|类名:DescriptionInfo
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionInfo
方法 or 属性:descriptionType: DescriptionType;
访问级别:公开API|类名:DescriptionInfo
方法 or 属性:descriptionType: DescriptionType;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionInfo
方法 or 属性:content: string;
访问级别:公开API|类名:DescriptionInfo
方法 or 属性:content: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:CurrentVersionInfo
访问级别:公开API|类名:CurrentVersionInfo
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:CurrentVersionInfo
方法 or 属性:osVersion: string;
访问级别:公开API|类名:CurrentVersionInfo
方法 or 属性:osVersion: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:CurrentVersionInfo
方法 or 属性:deviceName: string;
访问级别:公开API|类名:CurrentVersionInfo
方法 or 属性:deviceName: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:CurrentVersionInfo
方法 or 属性:versionComponents: Array\;
访问级别:公开API|类名:CurrentVersionInfo
方法 or 属性:versionComponents: Array\;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DownloadOptions
访问级别:公开API|类名:DownloadOptions
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DownloadOptions
方法 or 属性:allowNetwork: NetType;
访问级别:公开API|类名:DownloadOptions
方法 or 属性:allowNetwork: NetType;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DownloadOptions
方法 or 属性:order: Order;
访问级别:公开API|类名:DownloadOptions
方法 or 属性:order: Order;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ResumeDownloadOptions
访问级别:公开API|类名:ResumeDownloadOptions
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ResumeDownloadOptions
方法 or 属性:allowNetwork: NetType;
访问级别:公开API|类名:ResumeDownloadOptions
方法 or 属性:allowNetwork: NetType;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:PauseDownloadOptions
访问级别:公开API|类名:PauseDownloadOptions
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:PauseDownloadOptions
方法 or 属性:isAllowAutoResume: boolean;
访问级别:公开API|类名:PauseDownloadOptions
方法 or 属性:isAllowAutoResume: boolean;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeOptions
访问级别:公开API|类名:UpgradeOptions
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeOptions
方法 or 属性:order: Order;
访问级别:公开API|类名:UpgradeOptions
方法 or 属性:order: Order;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ClearOptions
访问级别:公开API|类名:ClearOptions
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ClearOptions
方法 or 属性:status: UpgradeStatus;
访问级别:公开API|类名:ClearOptions
方法 or 属性:status: UpgradeStatus;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradePolicy
访问级别:公开API|类名:UpgradePolicy
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradePolicy
方法 or 属性:downloadStrategy: boolean;
访问级别:公开API|类名:UpgradePolicy
方法 or 属性:downloadStrategy: boolean;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradePolicy
方法 or 属性:autoUpgradeStrategy: boolean;
访问级别:公开API|类名:UpgradePolicy
方法 or 属性:autoUpgradeStrategy: boolean;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradePolicy
方法 or 属性:autoUpgradePeriods: Array\;
访问级别:公开API|类名:UpgradePolicy
方法 or 属性:autoUpgradePeriods: Array\;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradePeriod
访问级别:公开API|类名:UpgradePeriod
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradePeriod
方法 or 属性:start: number;
访问级别:公开API|类名:UpgradePeriod
方法 or 属性:start: number;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradePeriod
方法 or 属性:end: number;
访问级别:公开API|类名:UpgradePeriod
方法 or 属性:end: number;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskInfo
访问级别:公开API|类名:TaskInfo
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskInfo
方法 or 属性:existTask: boolean;
访问级别:公开API|类名:TaskInfo
方法 or 属性:existTask: boolean;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskInfo
方法 or 属性:taskBody: TaskBody;
访问级别:公开API|类名:TaskInfo
方法 or 属性:taskBody: TaskBody;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventInfo
访问级别:公开API|类名:EventInfo
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventInfo
方法 or 属性:eventId: EventId;
访问级别:公开API|类名:EventInfo
方法 or 属性:eventId: EventId;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventInfo
方法 or 属性:taskBody: TaskBody;
访问级别:公开API|类名:EventInfo
方法 or 属性:taskBody: TaskBody;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskBody
访问级别:公开API|类名:TaskBody
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskBody
方法 or 属性:versionDigestInfo: VersionDigestInfo;
访问级别:公开API|类名:TaskBody
方法 or 属性:versionDigestInfo: VersionDigestInfo;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskBody
方法 or 属性:status: UpgradeStatus;
访问级别:公开API|类名:TaskBody
方法 or 属性:status: UpgradeStatus;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskBody
方法 or 属性:subStatus: number;
访问级别:公开API|类名:TaskBody
方法 or 属性:subStatus: number;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskBody
方法 or 属性:progress: number;
访问级别:公开API|类名:TaskBody
方法 or 属性:progress: number;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskBody
方法 or 属性:installMode: number;
访问级别:公开API|类名:TaskBody
方法 or 属性:installMode: number;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskBody
方法 or 属性:errorMessages: Array\;
访问级别:公开API|类名:TaskBody
方法 or 属性:errorMessages: Array\;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:TaskBody
方法 or 属性:versionComponents: Array\;
访问级别:公开API|类名:TaskBody
方法 or 属性:versionComponents: Array\;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ErrorMessage
访问级别:公开API|类名:ErrorMessage
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ErrorMessage
方法 or 属性:errorCode: number;
访问级别:公开API|类名:ErrorMessage
方法 or 属性:errorCode: number;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ErrorMessage
方法 or 属性:errorMessage: string;
访问级别:公开API|类名:ErrorMessage
方法 or 属性:errorMessage: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventClassifyInfo
访问级别:公开API|类名:EventClassifyInfo
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventClassifyInfo
方法 or 属性:eventClassify: EventClassify;
访问级别:公开API|类名:EventClassifyInfo
方法 or 属性:eventClassify: EventClassify;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventClassifyInfo
方法 or 属性:extraInfo: string;
访问级别:公开API|类名:EventClassifyInfo
方法 or 属性:extraInfo: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeFile
访问级别:公开API|类名:UpgradeFile
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeFile
方法 or 属性:fileType: ComponentType;
访问级别:公开API|类名:UpgradeFile
方法 or 属性:fileType: ComponentType;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeFile
方法 or 属性:filePath: string;
访问级别:公开API|类名:UpgradeFile
方法 or 属性:filePath: string;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeTaskCallback
访问级别:公开API|类名:UpgradeTaskCallback
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeTaskCallback
方法 or 属性:(eventInfo: EventInfo): void;
访问级别:公开API|类名:UpgradeTaskCallback
方法 or 属性:(eventInfo: EventInfo): void;
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:BusinessVendor
访问级别:公开API|类名:BusinessVendor
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:BusinessSubType
访问级别:公开API|类名:BusinessSubType
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:BusinessSubType
方法 or 属性:FIRMWARE = 1
访问级别:公开API|类名:BusinessSubType
方法 or 属性:FIRMWARE = 1
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ComponentType
访问级别:公开API|类名:ComponentType
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:ComponentType
方法 or 属性:OTA = 1
访问级别:公开API|类名:ComponentType
方法 or 属性:OTA = 1
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeAction
访问级别:公开API|类名:UpgradeAction
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EffectiveMode
访问级别:公开API|类名:EffectiveMode
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EffectiveMode
方法 or 属性:COLD = 1
访问级别:公开API|类名:EffectiveMode
方法 or 属性:COLD = 1
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EffectiveMode
方法 or 属性:LIVE = 2
访问级别:公开API|类名:EffectiveMode
方法 or 属性:LIVE = 2
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EffectiveMode
方法 or 属性:LIVE_AND_COLD = 3
访问级别:公开API|类名:EffectiveMode
方法 or 属性:LIVE_AND_COLD = 3
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionType
访问级别:公开API|类名:DescriptionType
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionType
方法 or 属性:CONTENT = 0
访问级别:公开API|类名:DescriptionType
方法 or 属性:CONTENT = 0
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionType
方法 or 属性:URI = 1
访问级别:公开API|类名:DescriptionType
方法 or 属性:URI = 1
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionFormat
访问级别:公开API|类名:DescriptionFormat
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionFormat
方法 or 属性:STANDARD = 0
访问级别:公开API|类名:DescriptionFormat
方法 or 属性:STANDARD = 0
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:DescriptionFormat
方法 or 属性:SIMPLIFIED = 1
访问级别:公开API|类名:DescriptionFormat
方法 or 属性:SIMPLIFIED = 1
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NetType
访问级别:公开API|类名:NetType
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NetType
方法 or 属性:CELLULAR = 1
访问级别:公开API|类名:NetType
方法 or 属性:CELLULAR = 1
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NetType
方法 or 属性:METERED_WIFI = 2
访问级别:公开API|类名:NetType
方法 or 属性:METERED_WIFI = 2
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NetType
方法 or 属性:NOT_METERED_WIFI = 4
访问级别:公开API|类名:NetType
方法 or 属性:NOT_METERED_WIFI = 4
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NetType
方法 or 属性:WIFI = 6
访问级别:公开API|类名:NetType
方法 or 属性:WIFI = 6
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:NetType
方法 or 属性:CELLULAR_AND_WIFI = 7
访问级别:公开API|类名:NetType
方法 or 属性:CELLULAR_AND_WIFI = 7
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:Order
访问级别:公开API|类名:Order
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:Order
方法 or 属性:DOWNLOAD = 1
访问级别:公开API|类名:Order
方法 or 属性:DOWNLOAD = 1
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:Order
方法 or 属性:INSTALL = 2
访问级别:公开API|类名:Order
方法 or 属性:INSTALL = 2
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:Order
方法 or 属性:DOWNLOAD_AND_INSTALL = 3
访问级别:公开API|类名:Order
方法 or 属性:DOWNLOAD_AND_INSTALL = 3
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:Order
方法 or 属性:APPLY = 4
访问级别:公开API|类名:Order
方法 or 属性:APPLY = 4
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:Order
方法 or 属性:INSTALL_AND_APPLY = 6
访问级别:公开API|类名:Order
方法 or 属性:INSTALL_AND_APPLY = 6
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
访问级别:公开API|类名:UpgradeStatus
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:WAITING_DOWNLOAD = 20
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:WAITING_DOWNLOAD = 20
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:DOWNLOADING = 21
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:DOWNLOADING = 21
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:DOWNLOAD_PAUSED = 22
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:DOWNLOAD_PAUSED = 22
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:DOWNLOAD_FAIL = 23
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:DOWNLOAD_FAIL = 23
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:WAITING_INSTALL = 30
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:WAITING_INSTALL = 30
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:UPDATING = 31
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:UPDATING = 31
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:WAITING_APPLY = 40
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:WAITING_APPLY = 40
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:APPLYING = 41
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:APPLYING = 41
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:UPGRADE_SUCCESS = 50
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:UPGRADE_SUCCESS = 50
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:UpgradeStatus
方法 or 属性:UPGRADE_FAIL = 51
访问级别:公开API|类名:UpgradeStatus
方法 or 属性:UPGRADE_FAIL = 51
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventClassify
访问级别:公开API|类名:EventClassify
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventClassify
方法 or 属性:TASK = 0x01000000
访问级别:公开API|类名:EventClassify
方法 or 属性:TASK = 0x01000000
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
访问级别:公开API|类名:EventId
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_TASK_BASE = EventClassify.TASK
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_TASK_BASE = EventClassify.TASK
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_TASK_RECEIVE
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_TASK_RECEIVE
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_TASK_CANCEL
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_TASK_CANCEL
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_WAIT
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_WAIT
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_START
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_START
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_UPDATE
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_UPDATE
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_PAUSE
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_PAUSE
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_RESUME
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_RESUME
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_SUCCESS
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_SUCCESS
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_FAIL
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_DOWNLOAD_FAIL
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_UPGRADE_WAIT
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_UPGRADE_WAIT
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_UPGRADE_START
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_UPGRADE_START
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_UPGRADE_UPDATE
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_UPGRADE_UPDATE
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_APPLY_WAIT
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_APPLY_WAIT
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_APPLY_START
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_APPLY_START
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_UPGRADE_SUCCESS
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_UPGRADE_SUCCESS
访问级别:系统API|@ohos.update.d.ts| -|访问级别有变化|类名:EventId
方法 or 属性:EVENT_UPGRADE_FAIL
访问级别:公开API|类名:EventId
方法 or 属性:EVENT_UPGRADE_FAIL
访问级别:系统API|@ohos.update.d.ts| -- GitLab