操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
新增 | NA | 类名:sourcefile; 方法or属性:export type WindowExtensionContext = _WindowExtensionContext; |
@ohos.application.WindowExtensionAbility.d.ts |
新增 | NA | 类名:window; 方法or属性:function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean): Promise<void>; |
@ohos.window.d.ts |
新增 | NA | 类名:window; 方法or属性:function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
新增 | NA | 类名:window; 方法or属性:function on(type: 'waterMarkFlagChange', callback: Callback<boolean>): void; |
@ohos.window.d.ts |
新增 | NA | 类名:window; 方法or属性:function off(type: 'waterMarkFlagChange', callback?: Callback<boolean>): void; |
@ohos.window.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:left: number; 旧版本信息: |
类名:RRect; 方法or属性:left: number; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:top: number; 旧版本信息: |
类名:RRect; 方法or属性:top: number; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:width: number; 旧版本信息: |
类名:RRect; 方法or属性:width: number; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:height: number; 旧版本信息: |
类名:RRect; 方法or属性:height: number; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:radius: number; 旧版本信息: |
类名:RRect; 方法or属性:radius: number; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly bundleName: string; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly bundleName: string; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly abilityName: string; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly abilityName: string; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly windowBounds: RRect; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly windowBounds: RRect; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly missionId: number; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly missionId: number; 新版本信息:systemapi |
@ohos.animation.windowAnimationManager.d.ts |
访问级别有变化 | 类名:WindowType; 方法or属性:TYPE_DIALOG 旧版本信息:systemapi |
类名:WindowType; 方法or属性:TYPE_DIALOG 新版本信息: |
@ohos.window.d.ts |
model有变化 | 类名:WindowStageEventType; 方法or属性:SHOWN = 1 旧版本信息: |
类名:WindowStageEventType; 方法or属性:SHOWN = 1 新版本信息:StageModelOnly |
@ohos.window.d.ts |
model有变化 | 类名:WindowStageEventType; 方法or属性:ACTIVE 旧版本信息: |
类名:WindowStageEventType; 方法or属性:ACTIVE 新版本信息:StageModelOnly |
@ohos.window.d.ts |
model有变化 | 类名:WindowStageEventType; 方法or属性:INACTIVE 旧版本信息: |
类名:WindowStageEventType; 方法or属性:INACTIVE 新版本信息:StageModelOnly |
@ohos.window.d.ts |
model有变化 | 类名:WindowStageEventType; 方法or属性:HIDDEN 旧版本信息: |
类名:WindowStageEventType; 方法or属性:HIDDEN 新版本信息:StageModelOnly |
@ohos.window.d.ts |
type有变化 | 类名:RRect; 方法or属性:left: number; 旧版本信息: |
类名:RRect; 方法or属性:left: number; 新版本信息:number |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:RRect; 方法or属性:top: number; 旧版本信息: |
类名:RRect; 方法or属性:top: number; 新版本信息:number |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:RRect; 方法or属性:width: number; 旧版本信息: |
类名:RRect; 方法or属性:width: number; 新版本信息:number |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:RRect; 方法or属性:height: number; 旧版本信息: |
类名:RRect; 方法or属性:height: number; 新版本信息:number |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:RRect; 方法or属性:radius: number; 旧版本信息: |
类名:RRect; 方法or属性:radius: number; 新版本信息:number |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly bundleName: string; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly bundleName: string; 新版本信息:string |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly abilityName: string; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly abilityName: string; 新版本信息:string |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly windowBounds: RRect; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly windowBounds: RRect; 新版本信息:RRect |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly missionId: number; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly missionId: number; 新版本信息:number |
@ohos.animation.windowAnimationManager.d.ts |
type有变化 | 类名:AvoidArea; 方法or属性:visible: boolean; 旧版本信息: |
类名:AvoidArea; 方法or属性:visible: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:AvoidArea; 方法or属性:leftRect: Rect; 旧版本信息: |
类名:AvoidArea; 方法or属性:leftRect: Rect; 新版本信息:Rect |
@ohos.window.d.ts |
type有变化 | 类名:AvoidArea; 方法or属性:topRect: Rect; 旧版本信息: |
类名:AvoidArea; 方法or属性:topRect: Rect; 新版本信息:Rect |
@ohos.window.d.ts |
type有变化 | 类名:AvoidArea; 方法or属性:rightRect: Rect; 旧版本信息: |
类名:AvoidArea; 方法or属性:rightRect: Rect; 新版本信息:Rect |
@ohos.window.d.ts |
type有变化 | 类名:AvoidArea; 方法or属性:bottomRect: Rect; 旧版本信息: |
类名:AvoidArea; 方法or属性:bottomRect: Rect; 新版本信息:Rect |
@ohos.window.d.ts |
type有变化 | 类名:Size; 方法or属性:width: number; 旧版本信息: |
类名:Size; 方法or属性:width: number; 新版本信息:number |
@ohos.window.d.ts |
type有变化 | 类名:Size; 方法or属性:height: number; 旧版本信息: |
类名:Size; 方法or属性:height: number; 新版本信息:number |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:windowRect: Rect; 旧版本信息: |
类名:WindowProperties; 方法or属性:windowRect: Rect; 新版本信息:Rect |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:type: WindowType; 旧版本信息: |
类名:WindowProperties; 方法or属性:type: WindowType; 新版本信息:WindowType |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:isFullScreen: boolean; 旧版本信息: |
类名:WindowProperties; 方法or属性:isFullScreen: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:isLayoutFullScreen: boolean; 旧版本信息: |
类名:WindowProperties; 方法or属性:isLayoutFullScreen: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:focusable: boolean; 旧版本信息: |
类名:WindowProperties; 方法or属性:focusable: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:touchable: boolean; 旧版本信息: |
类名:WindowProperties; 方法or属性:touchable: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:brightness: number; 旧版本信息: |
类名:WindowProperties; 方法or属性:brightness: number; 新版本信息:number |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:dimBehindValue: number; 旧版本信息: |
类名:WindowProperties; 方法or属性:dimBehindValue: number; 新版本信息:number |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:isKeepScreenOn: boolean; 旧版本信息: |
类名:WindowProperties; 方法or属性:isKeepScreenOn: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:isPrivacyMode: boolean; 旧版本信息: |
类名:WindowProperties; 方法or属性:isPrivacyMode: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:isRoundCorner: boolean; 旧版本信息: |
类名:WindowProperties; 方法or属性:isRoundCorner: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:isTransparent: boolean; 旧版本信息: |
类名:WindowProperties; 方法or属性:isTransparent: boolean; 新版本信息:boolean |
@ohos.window.d.ts |
type有变化 | 类名:WindowProperties; 方法or属性:id: number; 旧版本信息: |
类名:WindowProperties; 方法or属性:id: number; 新版本信息:number |
@ohos.window.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:x?: number; 旧版本信息: |
类名:RotateOptions; 方法or属性:x?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:TranslateOptions; 方法or属性:x?: number; 旧版本信息: |
类名:TranslateOptions; 方法or属性:x?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:y?: number; 旧版本信息: |
类名:RotateOptions; 方法or属性:y?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:TranslateOptions; 方法or属性:y?: number; 旧版本信息: |
类名:TranslateOptions; 方法or属性:y?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:z?: number; 旧版本信息: |
类名:RotateOptions; 方法or属性:z?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:TranslateOptions; 方法or属性:z?: number; 旧版本信息: |
类名:TranslateOptions; 方法or属性:z?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:pivotX?: number; 旧版本信息: |
类名:RotateOptions; 方法or属性:pivotX?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:pivotY?: number; 旧版本信息: |
类名:RotateOptions; 方法or属性:pivotY?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:TransitionContext; 方法or属性:toWindow: Window; 旧版本信息: |
类名:TransitionContext; 方法or属性:toWindow: Window; 新版本信息:Window |
@ohos.window.d.ts |
type有变化 | 类名:Configuration; 方法or属性:windowType: WindowType; 旧版本信息: |
类名:Configuration; 方法or属性:windowType: WindowType; 新版本信息:WindowType |
@ohos.window.d.ts |
type有变化 | 类名:Configuration; 方法or属性:ctx?: BaseContext; 旧版本信息: |
类名:Configuration; 方法or属性:ctx?: BaseContext; 新版本信息:?BaseContext |
@ohos.window.d.ts |
type有变化 | 类名:Configuration; 方法or属性:displayId?: number; 旧版本信息: |
类名:Configuration; 方法or属性:displayId?: number; 新版本信息:?number |
@ohos.window.d.ts |
type有变化 | 类名:Configuration; 方法or属性:parentId?: number; 旧版本信息: |
类名:Configuration; 方法or属性:parentId?: number; 新版本信息:?number |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:Rect; 方法or属性:interface Rect 旧版本信息:crossplatform |
类名:Rect; 方法or属性:interface Rect 新版本信息: |
@ohos.display.d.ts |
跨平台能力有变化 | 类名:Rect; 方法or属性:left: number; 旧版本信息:crossplatform |
类名:Rect; 方法or属性:left: number; 新版本信息: |
@ohos.display.d.ts |
跨平台能力有变化 | 类名:Rect; 方法or属性:top: number; 旧版本信息:crossplatform |
类名:Rect; 方法or属性:top: number; 新版本信息: |
@ohos.display.d.ts |
跨平台能力有变化 | 类名:Rect; 方法or属性:width: number; 旧版本信息:crossplatform |
类名:Rect; 方法or属性:width: number; 新版本信息: |
@ohos.display.d.ts |
跨平台能力有变化 | 类名:Rect; 方法or属性:height: number; 旧版本信息:crossplatform |
类名:Rect; 方法or属性:height: number; 新版本信息: |
@ohos.display.d.ts |
跨平台能力有变化 | 类名:window; 方法or属性:function createWindow(config: Configuration, callback: AsyncCallback<Window>): void; 旧版本信息:crossplatform |
类名:window; 方法or属性:function createWindow(config: Configuration, callback: AsyncCallback<Window>): void; 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:window; 方法or属性:function createWindow(config: Configuration): Promise<Window>; 旧版本信息:crossplatform |
类名:window; 方法or属性:function createWindow(config: Configuration): Promise<Window>; 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:WindowType; 方法or属性:enum WindowType 旧版本信息:crossplatform |
类名:WindowType; 方法or属性:enum WindowType 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:WindowType; 方法or属性:TYPE_APP 旧版本信息:crossplatform |
类名:WindowType; 方法or属性:TYPE_APP 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:WindowProperties; 方法or属性:type: WindowType; 旧版本信息:crossplatform |
类名:WindowProperties; 方法or属性:type: WindowType; 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:Configuration; 方法or属性:interface Configuration 旧版本信息:crossplatform |
类名:Configuration; 方法or属性:interface Configuration 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:Configuration; 方法or属性:name: string; 旧版本信息:crossplatform |
类名:Configuration; 方法or属性:name: string; 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:Configuration; 方法or属性:windowType: WindowType; 旧版本信息:crossplatform |
类名:Configuration; 方法or属性:windowType: WindowType; 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:Configuration; 方法or属性:ctx?: BaseContext; 旧版本信息:crossplatform |
类名:Configuration; 方法or属性:ctx?: BaseContext; 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:Configuration; 方法or属性:displayId?: number; 旧版本信息:crossplatform |
类名:Configuration; 方法or属性:displayId?: number; 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:Configuration; 方法or属性:parentId?: number; 旧版本信息:crossplatform |
类名:Configuration; 方法or属性:parentId?: number; 新版本信息: |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:WindowStageEventType; 方法or属性:enum WindowStageEventType 旧版本信息: |
类名:WindowStageEventType; 方法or属性:enum WindowStageEventType 新版本信息:crossplatform |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:WindowStageEventType; 方法or属性:SHOWN = 1 旧版本信息: |
类名:WindowStageEventType; 方法or属性:SHOWN = 1 新版本信息:crossplatform |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:WindowStageEventType; 方法or属性:ACTIVE 旧版本信息: |
类名:WindowStageEventType; 方法or属性:ACTIVE 新版本信息:crossplatform |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:WindowStageEventType; 方法or属性:INACTIVE 旧版本信息: |
类名:WindowStageEventType; 方法or属性:INACTIVE 新版本信息:crossplatform |
@ohos.window.d.ts |
跨平台能力有变化 | 类名:WindowStageEventType; 方法or属性:HIDDEN 旧版本信息: |
类名:WindowStageEventType; 方法or属性:HIDDEN 新版本信息:crossplatform |
@ohos.window.d.ts |