• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|模块名: canvaspattern<br>类名: CanvasPattern|canvaspattern.d.ts|
4|新增|NA|模块名: canvaspattern<br>类名: CanvasPattern<br>方法 or 属性: setTransform(transform?: Matrix2D): void;|canvaspattern.d.ts|
5|新增|NA|模块名: canvaspattern<br>类名: Matrix2D|canvaspattern.d.ts|
6|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: scaleX?: number;|canvaspattern.d.ts|
7|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: rotateY?: number;|canvaspattern.d.ts|
8|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: rotateX?: number;|canvaspattern.d.ts|
9|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: scaleY?: number;|canvaspattern.d.ts|
10|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: translateX?: number;|canvaspattern.d.ts|
11|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: translateY?: number;|canvaspattern.d.ts|
12|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: identity(): Matrix2D;|canvaspattern.d.ts|
13|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: invert(): Matrix2D;|canvaspattern.d.ts|
14|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: multiply(other?: Matrix2D): Matrix2D;|canvaspattern.d.ts|
15|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: rotate(rx?: number, ry?: number): Matrix2D;|canvaspattern.d.ts|
16|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: translate(tx?: number, ty?: number): Matrix2D;|canvaspattern.d.ts|
17|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: scale(sx?: number, sy?: number): Matrix2D;|canvaspattern.d.ts|
18|新增|NA|模块名: canvaspattern<br>类名: Matrix2D<br>方法 or 属性: constructor();|canvaspattern.d.ts|
19|新增|NA|类名:AnimatorResult<br>方法or属性:reset(options: AnimatorOptions): void;|@ohos.animator.d.ts|
20|新增|NA|类名:Animator<br>方法or属性:static create(options: AnimatorOptions): AnimatorResult;|@ohos.animator.d.ts|
21|新增|NA|模块名: ohos.curves<br>类名: ICurve|@ohos.curves.d.ts|
22|新增|NA|类名:ICurve<br>方法or属性:|@ohos.curves.d.ts|
23|新增|NA|模块名: ohos.curves<br>类名: ICurve<br>方法 or 属性:interpolate(fraction : number) : number;|@ohos.curves.d.ts|
24|新增|NA|类名:ICurve<br>方法or属性:interpolate(fraction : number) : number;|@ohos.curves.d.ts|
25|新增|NA|类名:curves<br>方法or属性:function initCurve(curve?: Curve): ICurve;|@ohos.curves.d.ts|
26|新增|NA|类名:curves<br>方法or属性:function stepsCurve(count: number, end: boolean): ICurve;|@ohos.curves.d.ts|
27|新增|NA|类名:curves<br>方法or属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;|@ohos.curves.d.ts|
28|新增|NA|类名:curves<br>方法or属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts|
29|新增|NA|类名:curves<br>方法or属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;|@ohos.curves.d.ts|
30|新增|NA|类名:curves<br>方法or属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;|@ohos.curves.d.ts|
31|新增|NA|模块名: ohos.font<br>类名: font|@ohos.font.d.ts|
32|新增|NA|模块名: ohos.font<br>类名: FontOptions|@ohos.font.d.ts|
33|新增|NA|模块名: ohos.font<br>类名: FontOptions<br>方法 or 属性: familyName: string;|@ohos.font.d.ts|
34|新增|NA|模块名: ohos.font<br>类名: FontOptions<br>方法 or 属性: familySrc: string;|@ohos.font.d.ts|
35|新增|NA|模块名: ohos.font<br>类名: font<br>方法 or 属性: function registerFont(options: FontOptions):void;|@ohos.font.d.ts|
36|新增|NA|模块名: ohos.measure<br>类名: MeasureOptions|@ohos.measure.d.ts|
37|新增|NA|模块名: ohos.measure<br>类名: MeasureOptions<br>方法 or 属性: textContent: string;|@ohos.measure.d.ts|
38|新增|NA|模块名: ohos.measure<br>类名: MeasureOptions<br>方法 or 属性: fontSize?: number \| string \| Resource;|@ohos.measure.d.ts|
39|新增|NA|模块名: ohos.measure<br>类名: MeasureOptions<br>方法 or 属性: fontStyle?: number \| FontStyle;|@ohos.measure.d.ts|
40|新增|NA|模块名: ohos.measure<br>类名: MeasureOptions<br>方法 or 属性: fontWeight?: number \| string \| FontWeight;|@ohos.measure.d.ts|
41|新增|NA|模块名: ohos.measure<br>类名: MeasureOptions<br>方法 or 属性: fontFamily?: string \| Resource;|@ohos.measure.d.ts|
42|新增|NA|模块名: ohos.measure<br>类名: MeasureOptions<br>方法 or 属性: letterSpacing?: number \| string;|@ohos.measure.d.ts|
43|新增|NA|模块名: ohos.measure<br>类名: MeasureText|@ohos.measure.d.ts|
44|新增|NA|模块名: ohos.measure<br>类名: MeasureText<br>方法 or 属性: static measureText(options: MeasureOptions): number;|@ohos.measure.d.ts|
45|新增|NA|模块名: ohos.pluginComponent<br>类名: PushParameterForStage|@ohos.pluginComponent.d.ts|
46|新增|NA|类名:PushParameterForStage<br>方法or属性:|@ohos.pluginComponent.d.ts|
47|新增|NA|模块名: ohos.pluginComponent<br>类名: PushParameterForStage<br>方法 or 属性:owner: Want;|@ohos.pluginComponent.d.ts|
48|新增|NA|类名:PushParameterForStage<br>方法or属性:owner: Want;|@ohos.pluginComponent.d.ts|
49|新增|NA|模块名: ohos.pluginComponent<br>类名: PushParameterForStage<br>方法 or 属性:target: Want;|@ohos.pluginComponent.d.ts|
50|新增|NA|类名:PushParameterForStage<br>方法or属性:target: Want;|@ohos.pluginComponent.d.ts|
51|新增|NA|模块名: ohos.pluginComponent<br>类名: PushParameterForStage<br>方法 or 属性:name: string;|@ohos.pluginComponent.d.ts|
52|新增|NA|类名:PushParameterForStage<br>方法or属性:name: string;|@ohos.pluginComponent.d.ts|
53|新增|NA|模块名: ohos.pluginComponent<br>类名: PushParameterForStage<br>方法 or 属性:data: KVObject;|@ohos.pluginComponent.d.ts|
54|新增|NA|类名:PushParameterForStage<br>方法or属性:data: KVObject;|@ohos.pluginComponent.d.ts|
55|新增|NA|模块名: ohos.pluginComponent<br>类名: PushParameterForStage<br>方法 or 属性:extraData: KVObject;|@ohos.pluginComponent.d.ts|
56|新增|NA|类名:PushParameterForStage<br>方法or属性:extraData: KVObject;|@ohos.pluginComponent.d.ts|
57|新增|NA|模块名: ohos.pluginComponent<br>类名: PushParameterForStage<br>方法 or 属性:jsonPath?: string;|@ohos.pluginComponent.d.ts|
58|新增|NA|类名:PushParameterForStage<br>方法or属性:jsonPath?: string;|@ohos.pluginComponent.d.ts|
59|新增|NA|模块名: ohos.pluginComponent<br>类名: RequestParameterForStage|@ohos.pluginComponent.d.ts|
60|新增|NA|类名:RequestParameterForStage<br>方法or属性:|@ohos.pluginComponent.d.ts|
61|新增|NA|模块名: ohos.pluginComponent<br>类名: RequestParameterForStage<br>方法 or 属性:owner: Want;|@ohos.pluginComponent.d.ts|
62|新增|NA|类名:RequestParameterForStage<br>方法or属性:owner: Want;|@ohos.pluginComponent.d.ts|
63|新增|NA|模块名: ohos.pluginComponent<br>类名: RequestParameterForStage<br>方法 or 属性:target: Want;|@ohos.pluginComponent.d.ts|
64|新增|NA|类名:RequestParameterForStage<br>方法or属性:target: Want;|@ohos.pluginComponent.d.ts|
65|新增|NA|模块名: ohos.pluginComponent<br>类名: RequestParameterForStage<br>方法 or 属性:name: string;|@ohos.pluginComponent.d.ts|
66|新增|NA|类名:RequestParameterForStage<br>方法or属性:name: string;|@ohos.pluginComponent.d.ts|
67|新增|NA|模块名: ohos.pluginComponent<br>类名: RequestParameterForStage<br>方法 or 属性:data: KVObject;|@ohos.pluginComponent.d.ts|
68|新增|NA|类名:RequestParameterForStage<br>方法or属性:data: KVObject;|@ohos.pluginComponent.d.ts|
69|新增|NA|模块名: ohos.pluginComponent<br>类名: RequestParameterForStage<br>方法 or 属性:jsonPath?: string;|@ohos.pluginComponent.d.ts|
70|新增|NA|类名:RequestParameterForStage<br>方法or属性:jsonPath?: string;|@ohos.pluginComponent.d.ts|
71|新增|NA|类名:pluginComponentManager<br>方法or属性:function push(param: PushParameterForStage, callback: AsyncCallback\<void>): void;|@ohos.pluginComponent.d.ts|
72|新增|NA|类名:pluginComponentManager<br>方法or属性:function request(param: RequestParameterForStage, callback: AsyncCallback\<RequestCallbackParameters>): void;|@ohos.pluginComponent.d.ts|
73|新增|NA|模块名: ohos.promptAction<br>类名: promptAction|@ohos.promptAction.d.ts|
74|新增|NA|模块名: ohos.promptAction<br>类名: ShowToastOptions|@ohos.promptAction.d.ts|
75|新增|NA|模块名: ohos.promptAction<br>类名: ShowToastOptions<br>方法 or 属性: message: string \| Resource;|@ohos.promptAction.d.ts|
76|新增|NA|模块名: ohos.promptAction<br>类名: ShowToastOptions<br>方法 or 属性: duration?: number;|@ohos.promptAction.d.ts|
77|新增|NA|模块名: ohos.promptAction<br>类名: ShowToastOptions<br>方法 or 属性: bottom?: string \| number;|@ohos.promptAction.d.ts|
78|新增|NA|模块名: ohos.promptAction<br>类名: Button|@ohos.promptAction.d.ts|
79|新增|NA|模块名: ohos.promptAction<br>类名: Button<br>方法 or 属性: text: string \| Resource;|@ohos.promptAction.d.ts|
80|新增|NA|模块名: ohos.promptAction<br>类名: Button<br>方法 or 属性: color: string \| Resource;|@ohos.promptAction.d.ts|
81|新增|NA|模块名: ohos.promptAction<br>类名: ShowDialogSuccessResponse|@ohos.promptAction.d.ts|
82|新增|NA|模块名: ohos.promptAction<br>类名: ShowDialogSuccessResponse<br>方法 or 属性: index: number;|@ohos.promptAction.d.ts|
83|新增|NA|模块名: ohos.promptAction<br>类名: ShowDialogOptions|@ohos.promptAction.d.ts|
84|新增|NA|模块名: ohos.promptAction<br>类名: ShowDialogOptions<br>方法 or 属性: title?: string \| Resource;|@ohos.promptAction.d.ts|
85|新增|NA|模块名: ohos.promptAction<br>类名: ShowDialogOptions<br>方法 or 属性: message?: string \| Resource;|@ohos.promptAction.d.ts|
86|新增|NA|模块名: ohos.promptAction<br>类名: ShowDialogOptions<br>方法 or 属性: buttons?: [Button, Button?, Button?];|@ohos.promptAction.d.ts|
87|新增|NA|模块名: ohos.promptAction<br>类名: ActionMenuSuccessResponse|@ohos.promptAction.d.ts|
88|新增|NA|模块名: ohos.promptAction<br>类名: ActionMenuSuccessResponse<br>方法 or 属性: index: number;|@ohos.promptAction.d.ts|
89|新增|NA|模块名: ohos.promptAction<br>类名: ActionMenuOptions|@ohos.promptAction.d.ts|
90|新增|NA|模块名: ohos.promptAction<br>类名: ActionMenuOptions<br>方法 or 属性: title?: string \| Resource;|@ohos.promptAction.d.ts|
91|新增|NA|模块名: ohos.promptAction<br>类名: ActionMenuOptions<br>方法 or 属性: buttons: [Button, Button?, Button?, Button?, Button?, Button?];|@ohos.promptAction.d.ts|
92|新增|NA|模块名: ohos.promptAction<br>类名: promptAction<br>方法 or 属性: function showToast(options: ShowToastOptions):void;|@ohos.promptAction.d.ts|
93|新增|NA|模块名: ohos.promptAction<br>类名: promptAction<br>方法 or 属性: function showDialog(options: ShowDialogOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>):void;|@ohos.promptAction.d.ts|
94|新增|NA|模块名: ohos.promptAction<br>类名: promptAction<br>方法 or 属性: function showDialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;|@ohos.promptAction.d.ts|
95|新增|NA|模块名: ohos.promptAction<br>类名: promptAction<br>方法 or 属性: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>):void;|@ohos.promptAction.d.ts|
96|新增|NA|模块名: ohos.promptAction<br>类名: promptAction<br>方法 or 属性: function showActionMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;|@ohos.promptAction.d.ts|
97|新增|NA|模块名: ohos.router<br>类名: RouterMode|@ohos.router.d.ts|
98|新增|NA|类名:RouterMode<br>方法or属性:|@ohos.router.d.ts|
99|新增|NA|模块名: ohos.router<br>类名: RouterMode<br>方法 or 属性:Standard|@ohos.router.d.ts|
100|新增|NA|类名:RouterMode<br>方法or属性:Standard|@ohos.router.d.ts|
101|新增|NA|模块名: ohos.router<br>类名: RouterMode<br>方法 or 属性:Single|@ohos.router.d.ts|
102|新增|NA|类名:RouterMode<br>方法or属性:Single|@ohos.router.d.ts|
103|新增|NA|类名:router<br>方法or属性:function pushUrl(options: RouterOptions, callback: AsyncCallback\<void>):void;|@ohos.router.d.ts|
104|新增|NA|类名:router<br>方法or属性:function pushUrl(options: RouterOptions): Promise\<void>;|@ohos.router.d.ts|
105|新增|NA|类名:router<br>方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>):void;|@ohos.router.d.ts|
106|新增|NA|类名:router<br>方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
107|新增|NA|类名:router<br>方法or属性:function replaceUrl(options: RouterOptions, callback: AsyncCallback\<void>):void;|@ohos.router.d.ts|
108|新增|NA|类名:router<br>方法or属性:function replaceUrl(options: RouterOptions): Promise\<void>;|@ohos.router.d.ts|
109|新增|NA|类名:router<br>方法or属性:function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>):void;|@ohos.router.d.ts|
110|新增|NA|类名:router<br>方法or属性:function replaceUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
111|新增|NA|类名:router<br>方法or属性:function showAlertBeforeBackPage(options: EnableAlertOptions):void;|@ohos.router.d.ts|
112|新增|NA|类名:router<br>方法or属性:function hideAlertBeforeBackPage():void;|@ohos.router.d.ts|
113|新增|NA|模块名: ability_component<br>类名: AbilityComponentInterface|ability_component.d.ts|
114|新增|NA|模块名: ability_component<br>类名: AbilityComponentInterface<br>方法 or 属性: (value: {want: import('../api/@ohos.app.ability.Want').default}): AbilityComponentAttribute;|ability_component.d.ts|
115|新增|NA|模块名: ability_component<br>类名: AbilityComponentAttribute|ability_component.d.ts|
116|新增|NA|模块名: ability_component<br>类名: AbilityComponentAttribute<br>方法 or 属性: onConnect(callback: () => void): AbilityComponentAttribute;|ability_component.d.ts|
117|新增|NA|模块名: ability_component<br>类名: AbilityComponentAttribute<br>方法 or 属性: onDisconnect(callback: () => void): AbilityComponentAttribute;|ability_component.d.ts|
118|新增|NA|模块名: ability_component<br>类名: global<br>方法 or 属性: declare const AbilityComponent: AbilityComponentInterface;|ability_component.d.ts|
119|新增|NA|模块名: ability_component<br>类名: global<br>方法 or 属性: declare const AbilityComponentInstance: AbilityComponentAttribute;|ability_component.d.ts|
120|新增|NA|类名:CanvasRenderer<br>方法or属性:filter: string;|canvas.d.ts|
121|新增|NA|类名:CanvasRenderer<br>方法or属性:imageSmoothingQuality: ImageSmoothingQuality;|canvas.d.ts|
122|新增|NA|类名:CanvasRenderer<br>方法or属性:direction: CanvasDirection;|canvas.d.ts|
123|新增|NA|类名:global<br>方法or属性:declare const Entry: ClassDecorator & ((storage?: LocalStorage) => ClassDecorator);|common.d.ts|
124|新增|NA|类名:global<br>方法or属性:declare const Concurrent: MethodDecorator;|common.d.ts|
125|新增|NA|类名:global<br>方法or属性:declare const LocalStorageLink: (value: string) => PropertyDecorator;|common.d.ts|
126|新增|NA|类名:global<br>方法or属性:declare const LocalStorageProp: (value: string) => PropertyDecorator;|common.d.ts|
127|新增|NA|类名:<br>方法or属性:function getContext(component?: Object): Context;|common.d.ts|
128|新增|NA|类名:<br>方法or属性:function postCardAction(component: Object, action: Object): void;|common.d.ts|
129|新增|NA|类名:AnimateParam<br>方法or属性:curve?: Curve \| string \| ICurve;|common.d.ts|
130|新增|NA|模块名: common<br>类名: ICurve|common.d.ts|
131|新增|NA|类名:ICurve<br>方法or属性:|common.d.ts|
132|新增|NA|模块名: common<br>类名: ICurve<br>方法 or 属性:interpolate(fraction : number) : number;|common.d.ts|
133|新增|NA|类名:ICurve<br>方法or属性:interpolate(fraction : number) : number;|common.d.ts|
134|新增|NA|模块名: common<br>类名: AlignRuleOption|common.d.ts|
135|新增|NA|类名:AlignRuleOption<br>方法or属性:|common.d.ts|
136|新增|NA|模块名: common<br>类名: AlignRuleOption<br>方法 or 属性:left?: { anchor: string, align: HorizontalAlign };|common.d.ts|
137|新增|NA|类名:AlignRuleOption<br>方法or属性:left?: { anchor: string, align: HorizontalAlign };|common.d.ts|
138|新增|NA|模块名: common<br>类名: AlignRuleOption<br>方法 or 属性:right?: { anchor: string, align: HorizontalAlign };|common.d.ts|
139|新增|NA|类名:AlignRuleOption<br>方法or属性:right?: { anchor: string, align: HorizontalAlign };|common.d.ts|
140|新增|NA|模块名: common<br>类名: AlignRuleOption<br>方法 or 属性:middle?: { anchor: string, align: HorizontalAlign };|common.d.ts|
141|新增|NA|类名:AlignRuleOption<br>方法or属性:middle?: { anchor: string, align: HorizontalAlign };|common.d.ts|
142|新增|NA|模块名: common<br>类名: AlignRuleOption<br>方法 or 属性:top?: { anchor: string, align: VerticalAlign };|common.d.ts|
143|新增|NA|类名:AlignRuleOption<br>方法or属性:top?: { anchor: string, align: VerticalAlign };|common.d.ts|
144|新增|NA|模块名: common<br>类名: AlignRuleOption<br>方法 or 属性:bottom?: { anchor: string, align: VerticalAlign };|common.d.ts|
145|新增|NA|类名:AlignRuleOption<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };|common.d.ts|
146|新增|NA|模块名: common<br>类名: AlignRuleOption<br>方法 or 属性:center?: { anchor: string, align: VerticalAlign };|common.d.ts|
147|新增|NA|类名:AlignRuleOption<br>方法or属性:center?: { anchor: string, align: VerticalAlign };|common.d.ts|
148|新增|NA|模块名: common<br>类名: focusControl|common.d.ts|
149|新增|NA|类名:focusControl<br>方法or属性:|common.d.ts|
150|新增|NA|模块名: common<br>类名: focusControl<br>方法 or 属性:function requestFocus(value: string): boolean;|common.d.ts|
151|新增|NA|类名:focusControl<br>方法or属性:function requestFocus(value: string): boolean;|common.d.ts|
152|新增|NA|模块名: common<br>类名: SourceTool|common.d.ts|
153|新增|NA|类名:SourceTool<br>方法or属性:|common.d.ts|
154|新增|NA|模块名: common<br>类名: SourceTool<br>方法 or 属性:Unknown|common.d.ts|
155|新增|NA|类名:SourceTool<br>方法or属性:Unknown|common.d.ts|
156|新增|NA|模块名: common<br>类名: SourceTool<br>方法 or 属性:FINGER|common.d.ts|
157|新增|NA|类名:SourceTool<br>方法or属性:FINGER|common.d.ts|
158|新增|NA|模块名: common<br>类名: SourceTool<br>方法 or 属性:PEN|common.d.ts|
159|新增|NA|类名:SourceTool<br>方法or属性:PEN|common.d.ts|
160|新增|NA|模块名: common<br>类名: RepeatMode|common.d.ts|
161|新增|NA|类名:RepeatMode<br>方法or属性:|common.d.ts|
162|新增|NA|模块名: common<br>类名: RepeatMode<br>方法 or 属性:Repeat|common.d.ts|
163|新增|NA|类名:RepeatMode<br>方法or属性:Repeat|common.d.ts|
164|新增|NA|模块名: common<br>类名: RepeatMode<br>方法 or 属性:Stretch|common.d.ts|
165|新增|NA|类名:RepeatMode<br>方法or属性:Stretch|common.d.ts|
166|新增|NA|模块名: common<br>类名: RepeatMode<br>方法 or 属性:Round|common.d.ts|
167|新增|NA|类名:RepeatMode<br>方法or属性:Round|common.d.ts|
168|新增|NA|模块名: common<br>类名: RepeatMode<br>方法 or 属性:Space|common.d.ts|
169|新增|NA|类名:RepeatMode<br>方法or属性:Space|common.d.ts|
170|新增|NA|模块名: common<br>类名: BlurStyle|common.d.ts|
171|新增|NA|类名:BlurStyle<br>方法or属性:|common.d.ts|
172|新增|NA|模块名: common<br>类名: BlurStyle<br>方法 or 属性:Thin|common.d.ts|
173|新增|NA|类名:BlurStyle<br>方法or属性:Thin|common.d.ts|
174|新增|NA|模块名: common<br>类名: BlurStyle<br>方法 or 属性:Regular|common.d.ts|
175|新增|NA|类名:BlurStyle<br>方法or属性:Regular|common.d.ts|
176|新增|NA|模块名: common<br>类名: BlurStyle<br>方法 or 属性:Thick|common.d.ts|
177|新增|NA|类名:BlurStyle<br>方法or属性:Thick|common.d.ts|
178|新增|NA|类名:BaseEvent<br>方法or属性:pressure: number;|common.d.ts|
179|新增|NA|类名:BaseEvent<br>方法or属性:tiltX: number;|common.d.ts|
180|新增|NA|类名:BaseEvent<br>方法or属性:tiltY: number;|common.d.ts|
181|新增|NA|类名:BaseEvent<br>方法or属性:sourceTool: SourceTool;|common.d.ts|
182|新增|NA|模块名: common<br>类名: BorderImageOption|common.d.ts|
183|新增|NA|类名:BorderImageOption<br>方法or属性:|common.d.ts|
184|新增|NA|模块名: common<br>类名: BorderImageOption<br>方法 or 属性:slice?: Length \| EdgeWidths,|common.d.ts|
185|新增|NA|类名:BorderImageOption<br>方法or属性:slice?: Length \| EdgeWidths,|common.d.ts|
186|新增|NA|模块名: common<br>类名: BorderImageOption<br>方法 or 属性:repeat?: RepeatMode,|common.d.ts|
187|新增|NA|类名:BorderImageOption<br>方法or属性:repeat?: RepeatMode,|common.d.ts|
188|新增|NA|模块名: common<br>类名: BorderImageOption<br>方法 or 属性:source?: string \| Resource \| LinearGradient,|common.d.ts|
189|新增|NA|类名:BorderImageOption<br>方法or属性:source?: string \| Resource \| LinearGradient,|common.d.ts|
190|新增|NA|模块名: common<br>类名: BorderImageOption<br>方法 or 属性:width?: Length \| EdgeWidths,|common.d.ts|
191|新增|NA|类名:BorderImageOption<br>方法or属性:width?: Length \| EdgeWidths,|common.d.ts|
192|新增|NA|模块名: common<br>类名: BorderImageOption<br>方法 or 属性:outset?: Length \| EdgeWidths,|common.d.ts|
193|新增|NA|类名:BorderImageOption<br>方法or属性:outset?: Length \| EdgeWidths,|common.d.ts|
194|新增|NA|模块名: common<br>类名: BorderImageOption<br>方法 or 属性:fill?: boolean|common.d.ts|
195|新增|NA|类名:BorderImageOption<br>方法or属性:fill?: boolean|common.d.ts|
196|新增|NA|模块名: common<br>类名: PopupOptions<br>方法 or 属性:arrowOffset?: Length;|common.d.ts|
197|新增|NA|类名:PopupOptions<br>方法or属性:arrowOffset?: Length;|common.d.ts|
198|新增|NA|模块名: common<br>类名: PopupOptions<br>方法 or 属性:showInSubWindow?: boolean;|common.d.ts|
199|新增|NA|类名:PopupOptions<br>方法or属性:showInSubWindow?: boolean;|common.d.ts|
200|新增|NA|模块名: common<br>类名: CustomPopupOptions<br>方法 or 属性:arrowOffset?: Length;|common.d.ts|
201|新增|NA|类名:CustomPopupOptions<br>方法or属性:arrowOffset?: Length;|common.d.ts|
202|新增|NA|模块名: common<br>类名: CustomPopupOptions<br>方法 or 属性:showInSubWindow?: boolean;|common.d.ts|
203|新增|NA|类名:CustomPopupOptions<br>方法or属性:showInSubWindow?: boolean;|common.d.ts|
204|新增|NA|类名:CommonMethod<br>方法or属性:hitTestBehavior(value: HitTestMode): T;|common.d.ts|
205|新增|NA|类名:CommonMethod<br>方法or属性:backgroundBlurStyle(value: BlurStyle): T;|common.d.ts|
206|新增|NA|类名:CommonMethod<br>方法or属性:borderStyle(value: EdgeStyles): T;|common.d.ts|
207|新增|NA|类名:CommonMethod<br>方法or属性:borderWidth(value: EdgeWidths): T;|common.d.ts|
208|新增|NA|类名:CommonMethod<br>方法or属性:borderColor(value: EdgeColors): T;|common.d.ts|
209|新增|NA|类名:CommonMethod<br>方法or属性:borderRadius(value: BorderRadiuses): T;|common.d.ts|
210|新增|NA|类名:CommonMethod<br>方法or属性:borderImage(value: BorderImageOption): T;|common.d.ts|
211|新增|NA|类名:CommonMethod<br>方法or属性:tabIndex(index: number): T;|common.d.ts|
212|新增|NA|类名:CommonMethod<br>方法or属性:defaultFocus(value: boolean): T;|common.d.ts|
213|新增|NA|类名:CommonMethod<br>方法or属性:groupDefaultFocus(value: boolean): T;|common.d.ts|
214|新增|NA|类名:CommonMethod<br>方法or属性:focusOnTouch(value: boolean): T;|common.d.ts|
215|新增|NA|类名:CommonMethod<br>方法or属性:alignRules(value: AlignRuleOption): T;|common.d.ts|
216|新增|NA|类名:CommonMethod<br>方法or属性:onVisibleAreaChange(ratios: Array\<number>, event: (isVisible: boolean, currentRatio: number) => void): T;|common.d.ts|
217|新增|NA|模块名: common<br>类名: LinearGradient|common.d.ts|
218|新增|NA|类名:LinearGradient<br>方法or属性:|common.d.ts|
219|新增|NA|模块名: common<br>类名: LinearGradient<br>方法 or 属性:angle?: number \| string;|common.d.ts|
220|新增|NA|类名:LinearGradient<br>方法or属性:angle?: number \| string;|common.d.ts|
221|新增|NA|模块名: common<br>类名: LinearGradient<br>方法 or 属性:direction?: GradientDirection;|common.d.ts|
222|新增|NA|类名:LinearGradient<br>方法or属性:direction?: GradientDirection;|common.d.ts|
223|新增|NA|模块名: common<br>类名: LinearGradient<br>方法 or 属性:colors: Array\<any>;|common.d.ts|
224|新增|NA|类名:LinearGradient<br>方法or属性:colors: Array\<any>;|common.d.ts|
225|新增|NA|模块名: common<br>类名: LinearGradient<br>方法 or 属性:repeating?: boolean;|common.d.ts|
226|新增|NA|类名:LinearGradient<br>方法or属性:repeating?: boolean;|common.d.ts|
227|新增|NA|模块名: common<br>类名: LayoutBorderInfo|common.d.ts|
228|新增|NA|类名:LayoutBorderInfo<br>方法or属性:|common.d.ts|
229|新增|NA|模块名: common<br>类名: LayoutBorderInfo<br>方法 or 属性:borderWidth: EdgeWidths,|common.d.ts|
230|新增|NA|类名:LayoutBorderInfo<br>方法or属性:borderWidth: EdgeWidths,|common.d.ts|
231|新增|NA|模块名: common<br>类名: LayoutBorderInfo<br>方法 or 属性:margin: Margin,|common.d.ts|
232|新增|NA|类名:LayoutBorderInfo<br>方法or属性:margin: Margin,|common.d.ts|
233|新增|NA|模块名: common<br>类名: LayoutBorderInfo<br>方法 or 属性:padding: Padding,|common.d.ts|
234|新增|NA|类名:LayoutBorderInfo<br>方法or属性:padding: Padding,|common.d.ts|
235|新增|NA|模块名: common<br>类名: LayoutInfo|common.d.ts|
236|新增|NA|类名:LayoutInfo<br>方法or属性:|common.d.ts|
237|新增|NA|模块名: common<br>类名: LayoutInfo<br>方法 or 属性:position: Position,|common.d.ts|
238|新增|NA|类名:LayoutInfo<br>方法or属性:position: Position,|common.d.ts|
239|新增|NA|模块名: common<br>类名: LayoutInfo<br>方法 or 属性:constraint: ConstraintSizeOptions,|common.d.ts|
240|新增|NA|类名:LayoutInfo<br>方法or属性:constraint: ConstraintSizeOptions,|common.d.ts|
241|新增|NA|模块名: common<br>类名: LayoutChild|common.d.ts|
242|新增|NA|类名:LayoutChild<br>方法or属性:|common.d.ts|
243|新增|NA|模块名: common<br>类名: LayoutChild<br>方法 or 属性:name: string,|common.d.ts|
244|新增|NA|类名:LayoutChild<br>方法or属性:name: string,|common.d.ts|
245|新增|NA|模块名: common<br>类名: LayoutChild<br>方法 or 属性:id: string,|common.d.ts|
246|新增|NA|类名:LayoutChild<br>方法or属性:id: string,|common.d.ts|
247|新增|NA|模块名: common<br>类名: LayoutChild<br>方法 or 属性:constraint: ConstraintSizeOptions,|common.d.ts|
248|新增|NA|类名:LayoutChild<br>方法or属性:constraint: ConstraintSizeOptions,|common.d.ts|
249|新增|NA|模块名: common<br>类名: LayoutChild<br>方法 or 属性:borderInfo: LayoutBorderInfo,|common.d.ts|
250|新增|NA|类名:LayoutChild<br>方法or属性:borderInfo: LayoutBorderInfo,|common.d.ts|
251|新增|NA|模块名: common<br>类名: LayoutChild<br>方法 or 属性:position: Position,|common.d.ts|
252|新增|NA|类名:LayoutChild<br>方法or属性:position: Position,|common.d.ts|
253|新增|NA|模块名: common<br>类名: LayoutChild<br>方法 or 属性:measure(childConstraint: ConstraintSizeOptions),|common.d.ts|
254|新增|NA|类名:LayoutChild<br>方法or属性:measure(childConstraint: ConstraintSizeOptions),|common.d.ts|
255|新增|NA|模块名: common<br>类名: LayoutChild<br>方法 or 属性:layout(childLayoutInfo: LayoutInfo)|common.d.ts|
256|新增|NA|类名:LayoutChild<br>方法or属性:layout(childLayoutInfo: LayoutInfo)|common.d.ts|
257|新增|NA|类名:CustomComponent<br>方法or属性:onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;|common.d.ts|
258|新增|NA|类名:CustomComponent<br>方法or属性:onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;|common.d.ts|
259|新增|NA|类名:CustomComponent<br>方法or属性:pageTransition?(): void;|common.d.ts|
260|新增|NA|模块名: common<br>类名: SpecialEvent|common.d.ts|
261|新增|NA|类名:SpecialEvent<br>方法or属性:|common.d.ts|
262|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage|common_ts_ets_api.d.ts|
263|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Link(propName: string): any;|common_ts_ets_api.d.ts|
264|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;|common_ts_ets_api.d.ts|
265|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Prop(propName: string): any;|common_ts_ets_api.d.ts|
266|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;|common_ts_ets_api.d.ts|
267|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Has(propName: string): boolean;|common_ts_ets_api.d.ts|
268|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Get\<T>(propName: string): T \| undefined;|common_ts_ets_api.d.ts|
269|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Set\<T>(propName: string, newValue: T): boolean;|common_ts_ets_api.d.ts|
270|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static SetOrCreate\<T>(propName: string, newValue: T): void;|common_ts_ets_api.d.ts|
271|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Delete(propName: string): boolean;|common_ts_ets_api.d.ts|
272|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Keys(): IterableIterator\<string>;|common_ts_ets_api.d.ts|
273|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static staticClear(): boolean;|common_ts_ets_api.d.ts|
274|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Clear(): boolean;|common_ts_ets_api.d.ts|
275|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static IsMutable(propName: string): boolean;|common_ts_ets_api.d.ts|
276|新增|NA|模块名: common_ts_ets_api<br>类名: AppStorage<br>方法 or 属性: static Size(): number;|common_ts_ets_api.d.ts|
277|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty|common_ts_ets_api.d.ts|
278|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: protected subscribers_: Set\<number>;|common_ts_ets_api.d.ts|
279|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: private id_;|common_ts_ets_api.d.ts|
280|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: private info_?;|common_ts_ets_api.d.ts|
281|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: constructor(<br>    /**<br>     * Subscriber IPropertySubscriber.<br>     * @since 7<br>     * @systemapi<br>     */<br>    subscribeMe?: IPropertySubscriber,<br>    /**<br>     * Subscriber info.<br>     * @since 7<br>     * @systemapi<br>     */<br>    info?: string,<br>  );|common_ts_ets_api.d.ts|
282|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: id(): number;|common_ts_ets_api.d.ts|
283|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: info(): string;|common_ts_ets_api.d.ts|
284|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: abstract get(): T;|common_ts_ets_api.d.ts|
285|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: abstract set(newValue: T): void;|common_ts_ets_api.d.ts|
286|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: createTwoWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyTwoWay\<T>;|common_ts_ets_api.d.ts|
287|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: createOneWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyOneWay\<T>;|common_ts_ets_api.d.ts|
288|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: unlinkSuscriber(subscriberId: number): void;|common_ts_ets_api.d.ts|
289|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: protected notifyHasChanged(newValue: T): void;|common_ts_ets_api.d.ts|
290|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: protected notifyPropertyRead(): void;|common_ts_ets_api.d.ts|
291|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribedAbstractProperty<br>方法 or 属性: numberOfSubscrbers(): number;|common_ts_ets_api.d.ts|
292|新增|NA|模块名: common_ts_ets_api<br>类名: IPropertySubscriber|common_ts_ets_api.d.ts|
293|新增|NA|模块名: common_ts_ets_api<br>类名: IPropertySubscriber<br>方法 or 属性: id(): number;|common_ts_ets_api.d.ts|
294|新增|NA|模块名: common_ts_ets_api<br>类名: IPropertySubscriber<br>方法 or 属性: aboutToBeDeleted(owningView?: IPropertySubscriber): void;|common_ts_ets_api.d.ts|
295|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyTwoWay|common_ts_ets_api.d.ts|
296|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyTwoWay<br>方法 or 属性: private source_;|common_ts_ets_api.d.ts|
297|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyTwoWay<br>方法 or 属性: constructor(source: SubscribedAbstractProperty\<T>, subscribeMe?: IPropertySubscriber, info?: string);|common_ts_ets_api.d.ts|
298|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyTwoWay<br>方法 or 属性: aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void;|common_ts_ets_api.d.ts|
299|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyTwoWay<br>方法 or 属性: hasChanged(newValue: T): void;|common_ts_ets_api.d.ts|
300|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyTwoWay<br>方法 or 属性: get(): T;|common_ts_ets_api.d.ts|
301|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyTwoWay<br>方法 or 属性: set(newValue: T): void;|common_ts_ets_api.d.ts|
302|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyOneWay|common_ts_ets_api.d.ts|
303|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyOneWay<br>方法 or 属性: private wrappedValue_;|common_ts_ets_api.d.ts|
304|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyOneWay<br>方法 or 属性: private source_;|common_ts_ets_api.d.ts|
305|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyOneWay<br>方法 or 属性: constructor(source: SubscribedAbstractProperty\<T>, subscribeMe?: IPropertySubscriber, info?: string);|common_ts_ets_api.d.ts|
306|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyOneWay<br>方法 or 属性: aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void;|common_ts_ets_api.d.ts|
307|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyOneWay<br>方法 or 属性: hasChanged(newValue: T): void;|common_ts_ets_api.d.ts|
308|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyOneWay<br>方法 or 属性: get(): T;|common_ts_ets_api.d.ts|
309|新增|NA|模块名: common_ts_ets_api<br>类名: SyncedPropertyOneWay<br>方法 or 属性: set(newValue: T): void;|common_ts_ets_api.d.ts|
310|新增|NA|模块名: common_ts_ets_api<br>类名: ISinglePropertyChangeSubscriber|common_ts_ets_api.d.ts|
311|新增|NA|模块名: common_ts_ets_api<br>类名: ISinglePropertyChangeSubscriber<br>方法 or 属性: hasChanged(newValue: T): void;|common_ts_ets_api.d.ts|
312|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribaleAbstract|common_ts_ets_api.d.ts|
313|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribaleAbstract<br>方法 or 属性: private owningProperties_: Set\<number>;|common_ts_ets_api.d.ts|
314|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribaleAbstract<br>方法 or 属性: constructor();|common_ts_ets_api.d.ts|
315|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribaleAbstract<br>方法 or 属性: protected notifyPropertyHasChanged(propName: string, newValue: any): void;|common_ts_ets_api.d.ts|
316|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribaleAbstract<br>方法 or 属性: public addOwningProperty(subscriber: IPropertySubscriber): void;|common_ts_ets_api.d.ts|
317|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribaleAbstract<br>方法 or 属性: public removeOwningProperty(property: IPropertySubscriber): void;|common_ts_ets_api.d.ts|
318|新增|NA|模块名: common_ts_ets_api<br>类名: SubscribaleAbstract<br>方法 or 属性: public removeOwningPropertyById(subscriberId: number): void;|common_ts_ets_api.d.ts|
319|新增|NA|模块名: common_ts_ets_api<br>类名: Environment|common_ts_ets_api.d.ts|
320|新增|NA|模块名: common_ts_ets_api<br>类名: Environment<br>方法 or 属性: constructor();|common_ts_ets_api.d.ts|
321|新增|NA|模块名: common_ts_ets_api<br>类名: Environment<br>方法 or 属性: static EnvProp\<S>(key: string, value: S): boolean;|common_ts_ets_api.d.ts|
322|新增|NA|模块名: common_ts_ets_api<br>类名: Environment<br>方法 or 属性: static EnvProps(<br>    props: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;|common_ts_ets_api.d.ts|
323|新增|NA|模块名: common_ts_ets_api<br>类名: Environment<br>方法 or 属性: static Keys(): Array\<string>;|common_ts_ets_api.d.ts|
324|新增|NA|模块名: common_ts_ets_api<br>类名: PersistentStorage|common_ts_ets_api.d.ts|
325|新增|NA|模块名: common_ts_ets_api<br>类名: PersistentStorage<br>方法 or 属性: constructor(appStorage: AppStorage, storage: Storage);|common_ts_ets_api.d.ts|
326|新增|NA|模块名: common_ts_ets_api<br>类名: PersistentStorage<br>方法 or 属性: static PersistProp\<T>(key: string, defaultValue: T): void;|common_ts_ets_api.d.ts|
327|新增|NA|模块名: common_ts_ets_api<br>类名: PersistentStorage<br>方法 or 属性: static DeleteProp(key: string): void;|common_ts_ets_api.d.ts|
328|新增|NA|模块名: common_ts_ets_api<br>类名: PersistentStorage<br>方法 or 属性: static PersistProps(<br>    properties: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;|common_ts_ets_api.d.ts|
329|新增|NA|模块名: common_ts_ets_api<br>类名: PersistentStorage<br>方法 or 属性: static Keys(): Array\<string>;|common_ts_ets_api.d.ts|
330|新增|NA|模块名: common_ts_ets_api<br>类名: global<br>方法 or 属性: declare const appStorage: AppStorage;|common_ts_ets_api.d.ts|
331|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage|common_ts_ets_api.d.ts|
332|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: constructor(initializingProperties?: Object);|common_ts_ets_api.d.ts|
333|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: static GetShared(): LocalStorage;|common_ts_ets_api.d.ts|
334|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: has(propName: string): boolean;|common_ts_ets_api.d.ts|
335|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: keys(): IterableIterator\<string>;|common_ts_ets_api.d.ts|
336|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: size(): number;|common_ts_ets_api.d.ts|
337|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: get\<T>(propName: string): T \| undefined;|common_ts_ets_api.d.ts|
338|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: set\<T>(propName: string, newValue: T): boolean;|common_ts_ets_api.d.ts|
339|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: setOrCreate\<T>(propName: string, newValue: T): boolean;|common_ts_ets_api.d.ts|
340|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: link\<T>(propName: string): SubscribedAbstractProperty\<T>;|common_ts_ets_api.d.ts|
341|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: setAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;|common_ts_ets_api.d.ts|
342|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: prop\<S>(propName: string): SubscribedAbstractProperty\<S>;|common_ts_ets_api.d.ts|
343|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: setAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;|common_ts_ets_api.d.ts|
344|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: delete(propName: string): boolean;|common_ts_ets_api.d.ts|
345|新增|NA|模块名: common_ts_ets_api<br>类名: LocalStorage<br>方法 or 属性: clear(): boolean;|common_ts_ets_api.d.ts|
346|新增|NA|模块名: common_ts_ets_api<br>类名: StateManagement|common_ts_ets_api.d.ts|
347|新增|NA|类名:Color<br>方法or属性:Transparent|enums.d.ts|
348|新增|NA|类名:Placement<br>方法or属性:LeftTop|enums.d.ts|
349|新增|NA|类名:Placement<br>方法or属性:LeftBottom|enums.d.ts|
350|新增|NA|类名:Placement<br>方法or属性:RightTop|enums.d.ts|
351|新增|NA|类名:Placement<br>方法or属性:RightBottom|enums.d.ts|
352|新增|NA|模块名: enums<br>类名: CopyOptions|enums.d.ts|
353|新增|NA|类名:CopyOptions<br>方法or属性:|enums.d.ts|
354|新增|NA|模块名: enums<br>类名: CopyOptions<br>方法 or 属性:None = 0|enums.d.ts|
355|新增|NA|类名:CopyOptions<br>方法or属性:None = 0|enums.d.ts|
356|新增|NA|模块名: enums<br>类名: CopyOptions<br>方法 or 属性:InApp = 1|enums.d.ts|
357|新增|NA|类名:CopyOptions<br>方法or属性:InApp = 1|enums.d.ts|
358|新增|NA|模块名: enums<br>类名: CopyOptions<br>方法 or 属性:LocalDevice = 2|enums.d.ts|
359|新增|NA|类名:CopyOptions<br>方法or属性:LocalDevice = 2|enums.d.ts|
360|新增|NA|模块名: enums<br>类名: HitTestMode|enums.d.ts|
361|新增|NA|类名:HitTestMode<br>方法or属性:|enums.d.ts|
362|新增|NA|模块名: enums<br>类名: HitTestMode<br>方法 or 属性:Default|enums.d.ts|
363|新增|NA|类名:HitTestMode<br>方法or属性:Default|enums.d.ts|
364|新增|NA|模块名: enums<br>类名: HitTestMode<br>方法 or 属性:Block|enums.d.ts|
365|新增|NA|类名:HitTestMode<br>方法or属性:Block|enums.d.ts|
366|新增|NA|模块名: enums<br>类名: HitTestMode<br>方法 or 属性:Transparent|enums.d.ts|
367|新增|NA|类名:HitTestMode<br>方法or属性:Transparent|enums.d.ts|
368|新增|NA|模块名: enums<br>类名: HitTestMode<br>方法 or 属性:None|enums.d.ts|
369|新增|NA|类名:HitTestMode<br>方法or属性:None|enums.d.ts|
370|新增|NA|模块名: enums<br>类名: TitleHeight|enums.d.ts|
371|新增|NA|类名:TitleHeight<br>方法or属性:|enums.d.ts|
372|新增|NA|模块名: enums<br>类名: TitleHeight<br>方法 or 属性:MainOnly|enums.d.ts|
373|新增|NA|类名:TitleHeight<br>方法or属性:MainOnly|enums.d.ts|
374|新增|NA|模块名: enums<br>类名: TitleHeight<br>方法 or 属性:MainWithSub|enums.d.ts|
375|新增|NA|类名:TitleHeight<br>方法or属性:MainWithSub|enums.d.ts|
376|新增|NA|模块名: flow_item<br>类名: FlowItemInterface|flow_item.d.ts|
377|新增|NA|模块名: flow_item<br>类名: FlowItemInterface<br>方法 or 属性: (): FlowItemAttribute;|flow_item.d.ts|
378|新增|NA|模块名: flow_item<br>类名: FlowItemAttribute|flow_item.d.ts|
379|新增|NA|模块名: flow_item<br>类名: global<br>方法 or 属性: declare const FlowItem: FlowItemInterface|flow_item.d.ts|
380|新增|NA|模块名: flow_item<br>类名: global<br>方法 or 属性: declare const FlowItemInstance: FlowItemAttribute;|flow_item.d.ts|
381|新增|NA|模块名: form_component<br>类名: FormDimension<br>方法 or 属性:Dimension_2_1|form_component.d.ts|
382|新增|NA|类名:FormDimension<br>方法or属性:Dimension_2_1|form_component.d.ts|
383|新增|NA|模块名: grid_col<br>类名: GridColColumnOption|grid_col.d.ts|
384|新增|NA|模块名: grid_col<br>类名: GridColColumnOption<br>方法 or 属性: xs?: number,|grid_col.d.ts|
385|新增|NA|模块名: grid_col<br>类名: GridColColumnOption<br>方法 or 属性: sm?: number,|grid_col.d.ts|
386|新增|NA|模块名: grid_col<br>类名: GridColColumnOption<br>方法 or 属性: md?: number,|grid_col.d.ts|
387|新增|NA|模块名: grid_col<br>类名: GridColColumnOption<br>方法 or 属性: lg?: number,|grid_col.d.ts|
388|新增|NA|模块名: grid_col<br>类名: GridColColumnOption<br>方法 or 属性: xl?: number,|grid_col.d.ts|
389|新增|NA|模块名: grid_col<br>类名: GridColColumnOption<br>方法 or 属性: xxl?: number,|grid_col.d.ts|
390|新增|NA|模块名: grid_col<br>类名: GridColOptions|grid_col.d.ts|
391|新增|NA|模块名: grid_col<br>类名: GridColOptions<br>方法 or 属性: span?: number \| GridColColumnOption;|grid_col.d.ts|
392|新增|NA|模块名: grid_col<br>类名: GridColOptions<br>方法 or 属性: offset?: number \| GridColColumnOption;|grid_col.d.ts|
393|新增|NA|模块名: grid_col<br>类名: GridColOptions<br>方法 or 属性: order?: number \| GridColColumnOption;|grid_col.d.ts|
394|新增|NA|模块名: grid_col<br>类名: GridColInterface|grid_col.d.ts|
395|新增|NA|模块名: grid_col<br>类名: GridColInterface<br>方法 or 属性: (option?: GridColOptions): GridColAttribute;|grid_col.d.ts|
396|新增|NA|模块名: grid_col<br>类名: GridColAttribute|grid_col.d.ts|
397|新增|NA|模块名: grid_col<br>类名: GridColAttribute<br>方法 or 属性: span(value: number \| GridColColumnOption): GridRowAttribute;|grid_col.d.ts|
398|新增|NA|模块名: grid_col<br>类名: GridColAttribute<br>方法 or 属性: offset(value: number \| GridColColumnOption): GridRowAttribute;|grid_col.d.ts|
399|新增|NA|模块名: grid_col<br>类名: GridColAttribute<br>方法 or 属性: order(value: number \| GridColColumnOption): GridRowAttribute;|grid_col.d.ts|
400|新增|NA|模块名: grid_col<br>类名: global<br>方法 or 属性: declare const GridCol: GridColInterface|grid_col.d.ts|
401|新增|NA|模块名: grid_col<br>类名: global<br>方法 or 属性: declare const GridColInstance: GridColAttribute;|grid_col.d.ts|
402|新增|NA|模块名: grid_row<br>类名: GridRowSizeOption|grid_row.d.ts|
403|新增|NA|模块名: grid_row<br>类名: GridRowSizeOption<br>方法 or 属性: xs?: Length,|grid_row.d.ts|
404|新增|NA|模块名: grid_row<br>类名: GridRowSizeOption<br>方法 or 属性: sm?: Length,|grid_row.d.ts|
405|新增|NA|模块名: grid_row<br>类名: GridRowSizeOption<br>方法 or 属性: md?: Length,|grid_row.d.ts|
406|新增|NA|模块名: grid_row<br>类名: GridRowSizeOption<br>方法 or 属性: lg?: Length,|grid_row.d.ts|
407|新增|NA|模块名: grid_row<br>类名: GridRowSizeOption<br>方法 or 属性: xl?: Length,|grid_row.d.ts|
408|新增|NA|模块名: grid_row<br>类名: GridRowSizeOption<br>方法 or 属性: xxl?: Length,|grid_row.d.ts|
409|新增|NA|模块名: grid_row<br>类名: GridRowColumnOption|grid_row.d.ts|
410|新增|NA|模块名: grid_row<br>类名: GridRowColumnOption<br>方法 or 属性: xs?: number,|grid_row.d.ts|
411|新增|NA|模块名: grid_row<br>类名: GridRowColumnOption<br>方法 or 属性: sm?: number,|grid_row.d.ts|
412|新增|NA|模块名: grid_row<br>类名: GridRowColumnOption<br>方法 or 属性: md?: number,|grid_row.d.ts|
413|新增|NA|模块名: grid_row<br>类名: GridRowColumnOption<br>方法 or 属性: lg?: number,|grid_row.d.ts|
414|新增|NA|模块名: grid_row<br>类名: GridRowColumnOption<br>方法 or 属性: xl?: number,|grid_row.d.ts|
415|新增|NA|模块名: grid_row<br>类名: GridRowColumnOption<br>方法 or 属性: xxl?: number,|grid_row.d.ts|
416|新增|NA|模块名: grid_row<br>类名: GutterOption|grid_row.d.ts|
417|新增|NA|模块名: grid_row<br>类名: GutterOption<br>方法 or 属性: x?: Length \| GridRowSizeOption,|grid_row.d.ts|
418|新增|NA|模块名: grid_row<br>类名: GutterOption<br>方法 or 属性: y?: Length \| GridRowSizeOption|grid_row.d.ts|
419|新增|NA|模块名: grid_row<br>类名: BreakpointsReference|grid_row.d.ts|
420|新增|NA|模块名: grid_row<br>类名: BreakpointsReference<br>方法 or 属性: WindowSize|grid_row.d.ts|
421|新增|NA|模块名: grid_row<br>类名: BreakpointsReference<br>方法 or 属性: ComponentSize|grid_row.d.ts|
422|新增|NA|模块名: grid_row<br>类名: GridRowDirection|grid_row.d.ts|
423|新增|NA|模块名: grid_row<br>类名: GridRowDirection<br>方法 or 属性: Row|grid_row.d.ts|
424|新增|NA|模块名: grid_row<br>类名: GridRowDirection<br>方法 or 属性: RowReverse|grid_row.d.ts|
425|新增|NA|模块名: grid_row<br>类名: BreakPoints|grid_row.d.ts|
426|新增|NA|模块名: grid_row<br>类名: BreakPoints<br>方法 or 属性: value?: Array\<string>,|grid_row.d.ts|
427|新增|NA|模块名: grid_row<br>类名: BreakPoints<br>方法 or 属性: reference?: BreakpointsReference,|grid_row.d.ts|
428|新增|NA|模块名: grid_row<br>类名: GridRowOptions|grid_row.d.ts|
429|新增|NA|模块名: grid_row<br>类名: GridRowOptions<br>方法 or 属性: gutter?: Length \| GutterOption;|grid_row.d.ts|
430|新增|NA|模块名: grid_row<br>类名: GridRowOptions<br>方法 or 属性: columns?: number \| GridRowColumnOption;|grid_row.d.ts|
431|新增|NA|模块名: grid_row<br>类名: GridRowOptions<br>方法 or 属性: breakpoints?: BreakPoints;|grid_row.d.ts|
432|新增|NA|模块名: grid_row<br>类名: GridRowOptions<br>方法 or 属性: direction?: GridRowDirection;|grid_row.d.ts|
433|新增|NA|模块名: grid_row<br>类名: GridRowInterface|grid_row.d.ts|
434|新增|NA|模块名: grid_row<br>类名: GridRowInterface<br>方法 or 属性: (option?: GridRowOptions): GridRowAttribute;|grid_row.d.ts|
435|新增|NA|模块名: grid_row<br>类名: GridRowAttribute|grid_row.d.ts|
436|新增|NA|模块名: grid_row<br>类名: GridRowAttribute<br>方法 or 属性: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;|grid_row.d.ts|
437|新增|NA|模块名: grid_row<br>类名: global<br>方法 or 属性: declare const GridRow: GridRowInterface;|grid_row.d.ts|
438|新增|NA|模块名: grid_row<br>类名: global<br>方法 or 属性: declare const GridRowInstance: GridRowAttribute;|grid_row.d.ts|
439|新增|NA|类名:ImageAttribute<br>方法or属性:colorFilter(value: ColorFilter): ImageAttribute;|image.d.ts|
440|新增|NA|类名:ImageAttribute<br>方法or属性:copyOption(value: CopyOptions): ImageAttribute;|image.d.ts|
441|新增|NA|类名:ImageAttribute<br>方法or属性:draggable(value: boolean): ImageAttribute;|image.d.ts|
442|新增|NA|类名:ImageAttribute<br>方法or属性:onError(callback: (event?: { componentWidth: number; componentHeight: number; message: string }) => void): ImageAttribute;|image.d.ts|
443|新增|NA|模块名: image_animator<br>类名: ImageFrameInfo|image_animator.d.ts|
444|新增|NA|类名:ImageFrameInfo<br>方法or属性:|image_animator.d.ts|
445|新增|NA|模块名: image_animator<br>类名: ImageFrameInfo<br>方法 or 属性:src: string \| Resource;|image_animator.d.ts|
446|新增|NA|类名:ImageFrameInfo<br>方法or属性:src: string \| Resource;|image_animator.d.ts|
447|新增|NA|模块名: image_animator<br>类名: ImageFrameInfo<br>方法 or 属性:width?: number \| string;|image_animator.d.ts|
448|新增|NA|类名:ImageFrameInfo<br>方法or属性:width?: number \| string;|image_animator.d.ts|
449|新增|NA|模块名: image_animator<br>类名: ImageFrameInfo<br>方法 or 属性:height?: number \| string;|image_animator.d.ts|
450|新增|NA|类名:ImageFrameInfo<br>方法or属性:height?: number \| string;|image_animator.d.ts|
451|新增|NA|模块名: image_animator<br>类名: ImageFrameInfo<br>方法 or 属性:top?: number \| string;|image_animator.d.ts|
452|新增|NA|类名:ImageFrameInfo<br>方法or属性:top?: number \| string;|image_animator.d.ts|
453|新增|NA|模块名: image_animator<br>类名: ImageFrameInfo<br>方法 or 属性:left?: number \| string;|image_animator.d.ts|
454|新增|NA|类名:ImageFrameInfo<br>方法or属性:left?: number \| string;|image_animator.d.ts|
455|新增|NA|模块名: image_animator<br>类名: ImageFrameInfo<br>方法 or 属性:duration?: number;|image_animator.d.ts|
456|新增|NA|类名:ImageFrameInfo<br>方法or属性:duration?: number;|image_animator.d.ts|
457|新增|NA|模块名: list<br>类名: ListItemAlign|list.d.ts|
458|新增|NA|类名:ListItemAlign<br>方法or属性:|list.d.ts|
459|新增|NA|模块名: list<br>类名: ListItemAlign<br>方法 or 属性:Start|list.d.ts|
460|新增|NA|类名:ListItemAlign<br>方法or属性:Start|list.d.ts|
461|新增|NA|模块名: list<br>类名: ListItemAlign<br>方法 or 属性:Center|list.d.ts|
462|新增|NA|类名:ListItemAlign<br>方法or属性:Center|list.d.ts|
463|新增|NA|模块名: list<br>类名: ListItemAlign<br>方法 or 属性:End|list.d.ts|
464|新增|NA|类名:ListItemAlign<br>方法or属性:End|list.d.ts|
465|新增|NA|模块名: list<br>类名: StickyStyle|list.d.ts|
466|新增|NA|类名:StickyStyle<br>方法or属性:|list.d.ts|
467|新增|NA|模块名: list<br>类名: StickyStyle<br>方法 or 属性:None = 0|list.d.ts|
468|新增|NA|类名:StickyStyle<br>方法or属性:None = 0|list.d.ts|
469|新增|NA|模块名: list<br>类名: StickyStyle<br>方法 or 属性:Header = 1|list.d.ts|
470|新增|NA|类名:StickyStyle<br>方法or属性:Header = 1|list.d.ts|
471|新增|NA|模块名: list<br>类名: StickyStyle<br>方法 or 属性:Footer = 2|list.d.ts|
472|新增|NA|类名:StickyStyle<br>方法or属性:Footer = 2|list.d.ts|
473|新增|NA|类名:ListAttribute<br>方法or属性:lanes(value: number \| LengthConstrain): ListAttribute;|list.d.ts|
474|新增|NA|类名:ListAttribute<br>方法or属性:alignListItem(value: ListItemAlign): ListAttribute;|list.d.ts|
475|新增|NA|类名:ListAttribute<br>方法or属性:sticky(value: StickyStyle): ListAttribute;|list.d.ts|
476|新增|NA|类名:ListAttribute<br>方法or属性:onScrollStart(event: () => void): ListAttribute;|list.d.ts|
477|新增|NA|类名:ListAttribute<br>方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;|list.d.ts|
478|新增|NA|模块名: list_item<br>类名: SwipeEdgeEffect|list_item.d.ts|
479|新增|NA|类名:SwipeEdgeEffect<br>方法or属性:|list_item.d.ts|
480|新增|NA|模块名: list_item<br>类名: SwipeEdgeEffect<br>方法 or 属性:Spring|list_item.d.ts|
481|新增|NA|类名:SwipeEdgeEffect<br>方法or属性:Spring|list_item.d.ts|
482|新增|NA|模块名: list_item<br>类名: SwipeEdgeEffect<br>方法 or 属性:None|list_item.d.ts|
483|新增|NA|类名:SwipeEdgeEffect<br>方法or属性:None|list_item.d.ts|
484|新增|NA|模块名: list_item<br>类名: SwipeActionOptions|list_item.d.ts|
485|新增|NA|类名:SwipeActionOptions<br>方法or属性:|list_item.d.ts|
486|新增|NA|模块名: list_item<br>类名: SwipeActionOptions<br>方法 or 属性:start?: CustomBuilder;|list_item.d.ts|
487|新增|NA|类名:SwipeActionOptions<br>方法or属性:start?: CustomBuilder;|list_item.d.ts|
488|新增|NA|模块名: list_item<br>类名: SwipeActionOptions<br>方法 or 属性:end?: CustomBuilder;|list_item.d.ts|
489|新增|NA|类名:SwipeActionOptions<br>方法or属性:end?: CustomBuilder;|list_item.d.ts|
490|新增|NA|模块名: list_item<br>类名: SwipeActionOptions<br>方法 or 属性:edgeEffect?: SwipeEdgeEffect;|list_item.d.ts|
491|新增|NA|类名:SwipeActionOptions<br>方法or属性:edgeEffect?: SwipeEdgeEffect;|list_item.d.ts|
492|新增|NA|类名:ListItemAttribute<br>方法or属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;|list_item.d.ts|
493|新增|NA|模块名: list_item_group<br>类名: ListItemGroupOptions|list_item_group.d.ts|
494|新增|NA|模块名: list_item_group<br>类名: ListItemGroupOptions<br>方法 or 属性: header?: CustomBuilder;|list_item_group.d.ts|
495|新增|NA|模块名: list_item_group<br>类名: ListItemGroupOptions<br>方法 or 属性: footer?: CustomBuilder;|list_item_group.d.ts|
496|新增|NA|模块名: list_item_group<br>类名: ListItemGroupOptions<br>方法 or 属性: space?: number \| string;|list_item_group.d.ts|
497|新增|NA|模块名: list_item_group<br>类名: ListItemGroupInterface|list_item_group.d.ts|
498|新增|NA|模块名: list_item_group<br>类名: ListItemGroupInterface<br>方法 or 属性: (options?: ListItemGroupOptions): ListItemGroupAttribute;|list_item_group.d.ts|
499|新增|NA|模块名: list_item_group<br>类名: ListItemGroupAttribute|list_item_group.d.ts|
500|新增|NA|模块名: list_item_group<br>类名: ListItemGroupAttribute<br>方法 or 属性: divider(<br>    value: {<br>      strokeWidth: Length;<br>      color?: ResourceColor;<br>      startMargin?: Length;<br>      endMargin?: Length;<br>    } \| null,<br>  ): ListItemGroupAttribute;|list_item_group.d.ts|
501|新增|NA|模块名: list_item_group<br>类名: global<br>方法 or 属性: declare const ListItemGroupInstance: ListItemGroupAttribute;|list_item_group.d.ts|
502|新增|NA|模块名: list_item_group<br>类名: global<br>方法 or 属性: declare const ListItemGroup: ListItemGroupInterface;|list_item_group.d.ts|
503|新增|NA|模块名: menu<br>类名: MenuInterface|menu.d.ts|
504|新增|NA|模块名: menu<br>类名: MenuInterface<br>方法 or 属性: (): MenuAttribute;|menu.d.ts|
505|新增|NA|模块名: menu<br>类名: MenuAttribute|menu.d.ts|
506|新增|NA|模块名: menu<br>类名: MenuAttribute<br>方法 or 属性: fontSize(value: Length): MenuAttribute;|menu.d.ts|
507|新增|NA|模块名: menu<br>类名: global<br>方法 or 属性: declare const Menu: MenuInterface;|menu.d.ts|
508|新增|NA|模块名: menu<br>类名: global<br>方法 or 属性: declare const MenuInstance: MenuAttribute;|menu.d.ts|
509|新增|NA|模块名: menu_item<br>类名: MenuItemOptions|menu_item.d.ts|
510|新增|NA|模块名: menu_item<br>类名: MenuItemOptions<br>方法 or 属性: startIcon?: ResourceStr;|menu_item.d.ts|
511|新增|NA|模块名: menu_item<br>类名: MenuItemOptions<br>方法 or 属性: content?: ResourceStr;|menu_item.d.ts|
512|新增|NA|模块名: menu_item<br>类名: MenuItemOptions<br>方法 or 属性: endIcon?: ResourceStr;|menu_item.d.ts|
513|新增|NA|模块名: menu_item<br>类名: MenuItemOptions<br>方法 or 属性: labelInfo?: ResourceStr;|menu_item.d.ts|
514|新增|NA|模块名: menu_item<br>类名: MenuItemOptions<br>方法 or 属性: builder?: CustomBuilder;|menu_item.d.ts|
515|新增|NA|模块名: menu_item<br>类名: MenuItemInterface|menu_item.d.ts|
516|新增|NA|模块名: menu_item<br>类名: MenuItemInterface<br>方法 or 属性: (value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;|menu_item.d.ts|
517|新增|NA|模块名: menu_item<br>类名: MenuItemAttribute|menu_item.d.ts|
518|新增|NA|模块名: menu_item<br>类名: MenuItemAttribute<br>方法 or 属性: selected(value: boolean): MenuItemAttribute;|menu_item.d.ts|
519|新增|NA|模块名: menu_item<br>类名: MenuItemAttribute<br>方法 or 属性: selectIcon(value: boolean): MenuItemAttribute;|menu_item.d.ts|
520|新增|NA|模块名: menu_item<br>类名: MenuItemAttribute<br>方法 or 属性: onChange(callback: (selected: boolean) => void): MenuItemAttribute;|menu_item.d.ts|
521|新增|NA|模块名: menu_item<br>类名: global<br>方法 or 属性: declare const MenuItem: MenuItemInterface;|menu_item.d.ts|
522|新增|NA|模块名: menu_item<br>类名: global<br>方法 or 属性: declare const MenuItemInstance: MenuItemAttribute;|menu_item.d.ts|
523|新增|NA|模块名: menu_item_group<br>类名: MenuItemGroupOptions|menu_item_group.d.ts|
524|新增|NA|模块名: menu_item_group<br>类名: MenuItemGroupOptions<br>方法 or 属性: header?: ResourceStr \| CustomBuilder;|menu_item_group.d.ts|
525|新增|NA|模块名: menu_item_group<br>类名: MenuItemGroupOptions<br>方法 or 属性: footer?: ResourceStr \| CustomBuilder;|menu_item_group.d.ts|
526|新增|NA|模块名: menu_item_group<br>类名: MenuItemGroupInterface|menu_item_group.d.ts|
527|新增|NA|模块名: menu_item_group<br>类名: MenuItemGroupInterface<br>方法 or 属性: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;|menu_item_group.d.ts|
528|新增|NA|模块名: menu_item_group<br>类名: MenuItemGroupAttribute|menu_item_group.d.ts|
529|新增|NA|模块名: menu_item_group<br>类名: global<br>方法 or 属性: declare const MenuItemGroup: MenuItemGroupInterface;|menu_item_group.d.ts|
530|新增|NA|模块名: menu_item_group<br>类名: global<br>方法 or 属性: declare const MenuItemGroupInstance: MenuItemGroupAttribute;|menu_item_group.d.ts|
531|新增|NA|模块名: navigation<br>类名: NavigationCommonTitle|navigation.d.ts|
532|新增|NA|类名:NavigationCommonTitle<br>方法or属性:|navigation.d.ts|
533|新增|NA|模块名: navigation<br>类名: NavigationCommonTitle<br>方法 or 属性:main: string;|navigation.d.ts|
534|新增|NA|类名:NavigationCommonTitle<br>方法or属性:main: string;|navigation.d.ts|
535|新增|NA|模块名: navigation<br>类名: NavigationCommonTitle<br>方法 or 属性:sub: string;|navigation.d.ts|
536|新增|NA|类名:NavigationCommonTitle<br>方法or属性:sub: string;|navigation.d.ts|
537|新增|NA|模块名: navigation<br>类名: NavigationCustomTitle|navigation.d.ts|
538|新增|NA|类名:NavigationCustomTitle<br>方法or属性:|navigation.d.ts|
539|新增|NA|模块名: navigation<br>类名: NavigationCustomTitle<br>方法 or 属性:builder: CustomBuilder;|navigation.d.ts|
540|新增|NA|类名:NavigationCustomTitle<br>方法or属性:builder: CustomBuilder;|navigation.d.ts|
541|新增|NA|模块名: navigation<br>类名: NavigationCustomTitle<br>方法 or 属性:height: TitleHeight \| Length;|navigation.d.ts|
542|新增|NA|类名:NavigationCustomTitle<br>方法or属性:height: TitleHeight \| Length;|navigation.d.ts|
543|新增|NA|模块名: navigation<br>类名: NavigationMode|navigation.d.ts|
544|新增|NA|类名:NavigationMode<br>方法or属性:|navigation.d.ts|
545|新增|NA|模块名: navigation<br>类名: NavigationMode<br>方法 or 属性:Stack|navigation.d.ts|
546|新增|NA|类名:NavigationMode<br>方法or属性:Stack|navigation.d.ts|
547|新增|NA|模块名: navigation<br>类名: NavigationMode<br>方法 or 属性:Split|navigation.d.ts|
548|新增|NA|类名:NavigationMode<br>方法or属性:Split|navigation.d.ts|
549|新增|NA|模块名: navigation<br>类名: NavigationMode<br>方法 or 属性:Auto|navigation.d.ts|
550|新增|NA|类名:NavigationMode<br>方法or属性:Auto|navigation.d.ts|
551|新增|NA|模块名: navigation<br>类名: NavBarPosition|navigation.d.ts|
552|新增|NA|类名:NavBarPosition<br>方法or属性:|navigation.d.ts|
553|新增|NA|模块名: navigation<br>类名: NavBarPosition<br>方法 or 属性:Start|navigation.d.ts|
554|新增|NA|类名:NavBarPosition<br>方法or属性:Start|navigation.d.ts|
555|新增|NA|模块名: navigation<br>类名: NavBarPosition<br>方法 or 属性:End|navigation.d.ts|
556|新增|NA|类名:NavBarPosition<br>方法or属性:End|navigation.d.ts|
557|新增|NA|类名:NavigationAttribute<br>方法or属性:navBarWidth(value: Length): NavigationAttribute;|navigation.d.ts|
558|新增|NA|类名:NavigationAttribute<br>方法or属性:navBarPosition(value: NavBarPosition): NavigationAttribute;|navigation.d.ts|
559|新增|NA|类名:NavigationAttribute<br>方法or属性:mode(value: NavigationMode): NavigationAttribute;|navigation.d.ts|
560|新增|NA|类名:NavigationAttribute<br>方法or属性:backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;|navigation.d.ts|
561|新增|NA|类名:NavigationAttribute<br>方法or属性:hideNavBar(value: boolean): NavigationAttribute;|navigation.d.ts|
562|新增|NA|类名:NavigationAttribute<br>方法or属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;|navigation.d.ts|
563|新增|NA|模块名: nav_destination<br>类名: NavDestinationCommonTitle|nav_destination.d.ts|
564|新增|NA|模块名: nav_destination<br>类名: NavDestinationCommonTitle<br>方法 or 属性: main: string;|nav_destination.d.ts|
565|新增|NA|模块名: nav_destination<br>类名: NavDestinationCommonTitle<br>方法 or 属性: sub: string;|nav_destination.d.ts|
566|新增|NA|模块名: nav_destination<br>类名: NavDestinationCustomTitle|nav_destination.d.ts|
567|新增|NA|模块名: nav_destination<br>类名: NavDestinationCustomTitle<br>方法 or 属性: builder: CustomBuilder;|nav_destination.d.ts|
568|新增|NA|模块名: nav_destination<br>类名: NavDestinationCustomTitle<br>方法 or 属性: height: TitleHeight \| Length;|nav_destination.d.ts|
569|新增|NA|模块名: nav_destination<br>类名: NavDestinationInterface|nav_destination.d.ts|
570|新增|NA|模块名: nav_destination<br>类名: NavDestinationInterface<br>方法 or 属性: (): NavDestinationAttribute;|nav_destination.d.ts|
571|新增|NA|模块名: nav_destination<br>类名: NavDestinationAttribute|nav_destination.d.ts|
572|新增|NA|模块名: nav_destination<br>类名: NavDestinationAttribute<br>方法 or 属性: title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;|nav_destination.d.ts|
573|新增|NA|模块名: nav_destination<br>类名: NavDestinationAttribute<br>方法 or 属性: hideTitleBar(value: boolean): NavDestinationAttribute;|nav_destination.d.ts|
574|新增|NA|模块名: nav_destination<br>类名: global<br>方法 or 属性: declare const NavDestination: NavDestinationInterface;|nav_destination.d.ts|
575|新增|NA|模块名: nav_destination<br>类名: global<br>方法 or 属性: declare const NavDestinationInstance: NavDestinationAttribute;|nav_destination.d.ts|
576|新增|NA|模块名: nav_router<br>类名: NavRouterInterface|nav_router.d.ts|
577|新增|NA|模块名: nav_router<br>类名: NavRouterInterface<br>方法 or 属性: (): NavRouterAttribute;|nav_router.d.ts|
578|新增|NA|模块名: nav_router<br>类名: NavRouterAttribute|nav_router.d.ts|
579|新增|NA|模块名: nav_router<br>类名: NavRouterAttribute<br>方法 or 属性: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;|nav_router.d.ts|
580|新增|NA|模块名: nav_router<br>类名: global<br>方法 or 属性: declare const NavRouter: NavRouterInterface;|nav_router.d.ts|
581|新增|NA|模块名: nav_router<br>类名: global<br>方法 or 属性: declare const NavRouterInstance: NavRouterAttribute;|nav_router.d.ts|
582|新增|NA|模块名: panel<br>类名: PanelAttribute<br>方法 or 属性:backgroundMask(color: ResourceColor): PanelAttribute;|panel.d.ts|
583|新增|NA|类名:PanelAttribute<br>方法or属性:backgroundMask(color: ResourceColor): PanelAttribute;|panel.d.ts|
584|新增|NA|模块名: panel<br>类名: PanelAttribute<br>方法 or 属性:onHeightChange(callback: (value: number) => void): PanelAttribute;|panel.d.ts|
585|新增|NA|类名:PanelAttribute<br>方法or属性:onHeightChange(callback: (value: number) => void): PanelAttribute;|panel.d.ts|
586|新增|NA|模块名: pattern_lock<br>类名: PatternLockController|pattern_lock.d.ts|
587|新增|NA|模块名: pattern_lock<br>类名: PatternLockController<br>方法 or 属性: constructor();|pattern_lock.d.ts|
588|新增|NA|模块名: pattern_lock<br>类名: PatternLockController<br>方法 or 属性: reset();|pattern_lock.d.ts|
589|新增|NA|模块名: pattern_lock<br>类名: PatternLockInterface|pattern_lock.d.ts|
590|新增|NA|模块名: pattern_lock<br>类名: PatternLockInterface<br>方法 or 属性: (controller?: PatternLockController): PatternLockAttribute;|pattern_lock.d.ts|
591|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute|pattern_lock.d.ts|
592|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: sideLength(value: Length): PatternLockAttribute;|pattern_lock.d.ts|
593|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: circleRadius(value: Length): PatternLockAttribute;|pattern_lock.d.ts|
594|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: backgroundColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts|
595|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: regularColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts|
596|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: selectedColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts|
597|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: activeColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts|
598|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: pathColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts|
599|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: pathStrokeWidth(value: number \| string): PatternLockAttribute;|pattern_lock.d.ts|
600|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: onPatternComplete(callback: (input: Array\<number>) => void): PatternLockAttribute;|pattern_lock.d.ts|
601|新增|NA|模块名: pattern_lock<br>类名: PatternLockAttribute<br>方法 or 属性: autoReset(value: boolean): PatternLockAttribute;|pattern_lock.d.ts|
602|新增|NA|模块名: pattern_lock<br>类名: global<br>方法 or 属性: declare const PatternLock: PatternLockInterface;|pattern_lock.d.ts|
603|新增|NA|模块名: pattern_lock<br>类名: global<br>方法 or 属性: declare const PatternLockInstance: PatternLockAttribute;|pattern_lock.d.ts|
604|新增|NA|模块名: plugin_component<br>类名: PluginComponentTemplate|plugin_component.d.ts|
605|新增|NA|模块名: plugin_component<br>类名: PluginComponentTemplate<br>方法 or 属性: source: string;|plugin_component.d.ts|
606|新增|NA|模块名: plugin_component<br>类名: PluginComponentTemplate<br>方法 or 属性: bundleName: string;|plugin_component.d.ts|
607|新增|NA|模块名: plugin_component<br>类名: PluginComponentInterface|plugin_component.d.ts|
608|新增|NA|模块名: plugin_component<br>类名: PluginComponentInterface<br>方法 or 属性: (value: { template: PluginComponentTemplate; data: any }): PluginComponentAttribute;|plugin_component.d.ts|
609|新增|NA|模块名: plugin_component<br>类名: PluginComponentAttribute|plugin_component.d.ts|
610|新增|NA|模块名: plugin_component<br>类名: PluginComponentAttribute<br>方法 or 属性: onComplete(callback: () => void): PluginComponentAttribute;|plugin_component.d.ts|
611|新增|NA|模块名: plugin_component<br>类名: PluginComponentAttribute<br>方法 or 属性: onError(callback: (info: { errcode: number; msg: string }) => void): PluginComponentAttribute;|plugin_component.d.ts|
612|新增|NA|模块名: plugin_component<br>类名: global<br>方法 or 属性: declare const PluginComponent: PluginComponentInterface;|plugin_component.d.ts|
613|新增|NA|模块名: plugin_component<br>类名: global<br>方法 or 属性: declare const PluginComponentInstance: PluginComponentAttribute;|plugin_component.d.ts|
614|新增|NA|类名:global<br>方法or属性:declare const RectInstance: RectAttribute;|rect.d.ts|
615|新增|NA|模块名: relative_container<br>类名: RelativeContainerInterface|relative_container.d.ts|
616|新增|NA|模块名: relative_container<br>类名: RelativeContainerInterface<br>方法 or 属性: (): RelativeContainerAttribute;|relative_container.d.ts|
617|新增|NA|模块名: relative_container<br>类名: RelativeContainerAttribute|relative_container.d.ts|
618|新增|NA|模块名: relative_container<br>类名: global<br>方法 or 属性: declare const RelativeContainer : RelativeContainerInterface;|relative_container.d.ts|
619|新增|NA|模块名: relative_container<br>类名: global<br>方法 or 属性: declare const RelativeContainerInstance: RelativeContainerAttribute;|relative_container.d.ts|
620|新增|NA|模块名: remote_window<br>类名: RRect|remote_window.d.ts|
621|新增|NA|模块名: remote_window<br>类名: RRect<br>方法 or 属性: left: number;|remote_window.d.ts|
622|新增|NA|模块名: remote_window<br>类名: RRect<br>方法 or 属性: top: number;|remote_window.d.ts|
623|新增|NA|模块名: remote_window<br>类名: RRect<br>方法 or 属性: width: number;|remote_window.d.ts|
624|新增|NA|模块名: remote_window<br>类名: RRect<br>方法 or 属性: height: number;|remote_window.d.ts|
625|新增|NA|模块名: remote_window<br>类名: RRect<br>方法 or 属性: radius: number;|remote_window.d.ts|
626|新增|NA|模块名: remote_window<br>类名: WindowAnimationTarget|remote_window.d.ts|
627|新增|NA|模块名: remote_window<br>类名: WindowAnimationTarget<br>方法 or 属性: readonly bundleName: string;|remote_window.d.ts|
628|新增|NA|模块名: remote_window<br>类名: WindowAnimationTarget<br>方法 or 属性: readonly abilityName: string;|remote_window.d.ts|
629|新增|NA|模块名: remote_window<br>类名: WindowAnimationTarget<br>方法 or 属性: readonly windowBounds: RRect;|remote_window.d.ts|
630|新增|NA|模块名: remote_window<br>类名: WindowAnimationTarget<br>方法 or 属性: readonly missionId: number;|remote_window.d.ts|
631|新增|NA|模块名: remote_window<br>类名: RemoteWindowInterface|remote_window.d.ts|
632|新增|NA|模块名: remote_window<br>类名: RemoteWindowInterface<br>方法 or 属性: (target: WindowAnimationTarget): RemoteWindowAttribute;|remote_window.d.ts|
633|新增|NA|模块名: remote_window<br>类名: RemoteWindowAttribute|remote_window.d.ts|
634|新增|NA|模块名: remote_window<br>类名: global<br>方法 or 属性: declare const RemoteWindow: RemoteWindowInterface;|remote_window.d.ts|
635|新增|NA|模块名: remote_window<br>类名: global<br>方法 or 属性: declare const RemoteWindowInstance: RemoteWindowAttribute;|remote_window.d.ts|
636|新增|NA|类名:Scroller<br>方法or属性:scrollPage(value: { next: boolean });|scroll.d.ts|
637|新增|NA|类名:Scroller<br>方法or属性:scrollBy(dx: Length, dy: Length);|scroll.d.ts|
638|新增|NA|类名:ScrollAttribute<br>方法or属性:onScrollStart(event: () => void): ScrollAttribute;|scroll.d.ts|
639|新增|NA|类名:ScrollAttribute<br>方法or属性:onScrollStop(event: () => void): ScrollAttribute;|scroll.d.ts|
640|新增|NA|类名:ScrollAttribute<br>方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;|scroll.d.ts|
641|新增|NA|模块名: search<br>类名: SearchAttribute<br>方法 or 属性:copyOption(value: CopyOptions): SearchAttribute;|search.d.ts|
642|新增|NA|类名:SearchAttribute<br>方法or属性:copyOption(value: CopyOptions): SearchAttribute;|search.d.ts|
643|新增|NA|模块名: search<br>类名: SearchAttribute<br>方法 or 属性:textAlign(value: TextAlign): SearchAttribute;|search.d.ts|
644|新增|NA|类名:SearchAttribute<br>方法or属性:textAlign(value: TextAlign): SearchAttribute;|search.d.ts|
645|新增|NA|类名:ShapeInterface<br>方法or属性:(value: PixelMap): ShapeAttribute;|shape.d.ts|
646|新增|NA|类名:ShapeInterface<br>方法or属性:(): ShapeAttribute;|shape.d.ts|
647|新增|NA|模块名: sidebar<br>类名: SideBarPosition|sidebar.d.ts|
648|新增|NA|类名:SideBarPosition<br>方法or属性:|sidebar.d.ts|
649|新增|NA|模块名: sidebar<br>类名: SideBarPosition<br>方法 or 属性:Start|sidebar.d.ts|
650|新增|NA|类名:SideBarPosition<br>方法or属性:Start|sidebar.d.ts|
651|新增|NA|模块名: sidebar<br>类名: SideBarPosition<br>方法 or 属性:End|sidebar.d.ts|
652|新增|NA|类名:SideBarPosition<br>方法or属性:End|sidebar.d.ts|
653|新增|NA|模块名: sidebar<br>类名: SideBarContainerAttribute<br>方法 or 属性:sideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts|
654|新增|NA|类名:SideBarContainerAttribute<br>方法or属性:sideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts|
655|新增|NA|模块名: sidebar<br>类名: SideBarContainerAttribute<br>方法 or 属性:minSideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts|
656|新增|NA|类名:SideBarContainerAttribute<br>方法or属性:minSideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts|
657|新增|NA|模块名: sidebar<br>类名: SideBarContainerAttribute<br>方法 or 属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts|
658|新增|NA|类名:SideBarContainerAttribute<br>方法or属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts|
659|新增|NA|模块名: sidebar<br>类名: SideBarContainerAttribute<br>方法 or 属性:autoHide(value: boolean): SideBarContainerAttribute;|sidebar.d.ts|
660|新增|NA|类名:SideBarContainerAttribute<br>方法or属性:autoHide(value: boolean): SideBarContainerAttribute;|sidebar.d.ts|
661|新增|NA|模块名: sidebar<br>类名: SideBarContainerAttribute<br>方法 or 属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;|sidebar.d.ts|
662|新增|NA|类名:SideBarContainerAttribute<br>方法or属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;|sidebar.d.ts|
663|新增|NA|模块名: swiper<br>类名: SwiperAttribute<br>方法 or 属性:onAnimationStart(event: (index: number) => void): SwiperAttribute;|swiper.d.ts|
664|新增|NA|类名:SwiperAttribute<br>方法or属性:onAnimationStart(event: (index: number) => void): SwiperAttribute;|swiper.d.ts|
665|新增|NA|模块名: swiper<br>类名: SwiperAttribute<br>方法 or 属性:onAnimationEnd(event: (index: number) => void): SwiperAttribute;|swiper.d.ts|
666|新增|NA|类名:SwiperAttribute<br>方法or属性:onAnimationEnd(event: (index: number) => void): SwiperAttribute;|swiper.d.ts|
667|新增|NA|模块名: tabs<br>类名: TabsAttribute<br>方法 or 属性:barPosition(value: BarPosition): TabsAttribute;|tabs.d.ts|
668|新增|NA|类名:TabsAttribute<br>方法or属性:barPosition(value: BarPosition): TabsAttribute;|tabs.d.ts|
669|新增|NA|模块名: tab_content<br>类名: SubTabBarStyle|tab_content.d.ts|
670|新增|NA|类名:SubTabBarStyle<br>方法or属性:|tab_content.d.ts|
671|新增|NA|模块名: tab_content<br>类名: SubTabBarStyle<br>方法 or 属性:constructor(content: string \| Resource);|tab_content.d.ts|
672|新增|NA|类名:SubTabBarStyle<br>方法or属性:constructor(content: string \| Resource);|tab_content.d.ts|
673|新增|NA|模块名: tab_content<br>类名: BottomTabBarStyle|tab_content.d.ts|
674|新增|NA|类名:BottomTabBarStyle<br>方法or属性:|tab_content.d.ts|
675|新增|NA|模块名: tab_content<br>类名: BottomTabBarStyle<br>方法 or 属性:constructor(icon: string \| Resource, text: string \| Resource);|tab_content.d.ts|
676|新增|NA|类名:BottomTabBarStyle<br>方法or属性:constructor(icon: string \| Resource, text: string \| Resource);|tab_content.d.ts|
677|新增|NA|类名:TabContentAttribute<br>方法or属性:tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;|tab_content.d.ts|
678|新增|NA|类名:TextAttribute<br>方法or属性:copyOption(value: CopyOptions): TextAttribute;|text.d.ts|
679|新增|NA|模块名: text_area<br>类名: TextAreaAttribute<br>方法 or 属性:copyOption(value: CopyOptions): TextAreaAttribute;|text_area.d.ts|
680|新增|NA|类名:TextAreaAttribute<br>方法or属性:copyOption(value: CopyOptions): TextAreaAttribute;|text_area.d.ts|
681|新增|NA|模块名: text_input<br>类名: InputType<br>方法 or 属性:PhoneNumber|text_input.d.ts|
682|新增|NA|类名:InputType<br>方法or属性:PhoneNumber|text_input.d.ts|
683|新增|NA|模块名: text_input<br>类名: TextInputStyle|text_input.d.ts|
684|新增|NA|类名:TextInputStyle<br>方法or属性:|text_input.d.ts|
685|新增|NA|模块名: text_input<br>类名: TextInputStyle<br>方法 or 属性:Default|text_input.d.ts|
686|新增|NA|类名:TextInputStyle<br>方法or属性:Default|text_input.d.ts|
687|新增|NA|模块名: text_input<br>类名: TextInputStyle<br>方法 or 属性:Inline|text_input.d.ts|
688|新增|NA|类名:TextInputStyle<br>方法or属性:Inline|text_input.d.ts|
689|新增|NA|模块名: text_input<br>类名: TextInputAttribute<br>方法 or 属性:copyOption(value: CopyOptions): TextInputAttribute;|text_input.d.ts|
690|新增|NA|类名:TextInputAttribute<br>方法or属性:copyOption(value: CopyOptions): TextInputAttribute;|text_input.d.ts|
691|新增|NA|模块名: text_input<br>类名: TextInputAttribute<br>方法 or 属性:showPasswordIcon(value: boolean): TextInputAttribute;|text_input.d.ts|
692|新增|NA|类名:TextInputAttribute<br>方法or属性:showPasswordIcon(value: boolean): TextInputAttribute;|text_input.d.ts|
693|新增|NA|模块名: text_input<br>类名: TextInputAttribute<br>方法 or 属性:textAlign(value: TextAlign): TextInputAttribute;|text_input.d.ts|
694|新增|NA|类名:TextInputAttribute<br>方法or属性:textAlign(value: TextAlign): TextInputAttribute;|text_input.d.ts|
695|新增|NA|模块名: text_input<br>类名: TextInputAttribute<br>方法 or 属性:style(value: TextInputStyle): TextInputAttribute;|text_input.d.ts|
696|新增|NA|类名:TextInputAttribute<br>方法or属性:style(value: TextInputStyle): TextInputAttribute;|text_input.d.ts|
697|新增|NA|模块名: units<br>类名: Resource<br>方法 or 属性:readonly bundleName: string;|units.d.ts|
698|新增|NA|类名:Resource<br>方法or属性:readonly bundleName: string;|units.d.ts|
699|新增|NA|模块名: units<br>类名: Resource<br>方法 or 属性:readonly moduleName: string;|units.d.ts|
700|新增|NA|类名:Resource<br>方法or属性:readonly moduleName: string;|units.d.ts|
701|新增|NA|类名:BorderOptions<br>方法or属性:width?: EdgeWidths \| Length;|units.d.ts|
702|新增|NA|类名:BorderOptions<br>方法or属性:color?: EdgeColors \| ResourceColor;|units.d.ts|
703|新增|NA|类名:BorderOptions<br>方法or属性:radius?: BorderRadiuses \| Length;|units.d.ts|
704|新增|NA|类名:BorderOptions<br>方法or属性:style?: EdgeStyles \| BorderStyle;|units.d.ts|
705|新增|NA|模块名: units<br>类名: ColorFilter|units.d.ts|
706|新增|NA|类名:ColorFilter<br>方法or属性:|units.d.ts|
707|新增|NA|模块名: units<br>类名: ColorFilter<br>方法 or 属性:constructor(value: number[]);|units.d.ts|
708|新增|NA|类名:ColorFilter<br>方法or属性:constructor(value: number[]);|units.d.ts|
709|新增|NA|模块名: units<br>类名: GlobalResource|units.d.ts|
710|新增|NA|类名:GlobalResource<br>方法or属性:|units.d.ts|
711|新增|NA|模块名: water_flow<br>类名: WaterFlowOptions|water_flow.d.ts|
712|新增|NA|模块名: water_flow<br>类名: WaterFlowOptions<br>方法 or 属性: footer?: CustomBuilder;|water_flow.d.ts|
713|新增|NA|模块名: water_flow<br>类名: WaterFlowOptions<br>方法 or 属性: scroller?: Scroller;|water_flow.d.ts|
714|新增|NA|模块名: water_flow<br>类名: WaterFlowInterface|water_flow.d.ts|
715|新增|NA|模块名: water_flow<br>类名: WaterFlowInterface<br>方法 or 属性: (options?: WaterFlowOptions): WaterFlowAttribute;|water_flow.d.ts|
716|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute|water_flow.d.ts|
717|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute<br>方法 or 属性: columnsTemplate(value: string): WaterFlowAttribute;|water_flow.d.ts|
718|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute<br>方法 or 属性: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;|water_flow.d.ts|
719|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute<br>方法 or 属性: rowsTemplate(value: string): WaterFlowAttribute;|water_flow.d.ts|
720|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute<br>方法 or 属性: columnsGap(value: Length): WaterFlowAttribute;|water_flow.d.ts|
721|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute<br>方法 or 属性: rowsGap(value: Length): WaterFlowAttribute;|water_flow.d.ts|
722|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute<br>方法 or 属性: layoutDirection(value: FlexDirection): WaterFlowAttribute;|water_flow.d.ts|
723|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute<br>方法 or 属性: onReachStart(event: () => void): WaterFlowAttribute;|water_flow.d.ts|
724|新增|NA|模块名: water_flow<br>类名: WaterFlowAttribute<br>方法 or 属性: onReachEnd(event: () => void): WaterFlowAttribute;|water_flow.d.ts|
725|新增|NA|模块名: water_flow<br>类名: global<br>方法 or 属性: declare const WaterFlow: WaterFlowInterface;|water_flow.d.ts|
726|新增|NA|模块名: water_flow<br>类名: global<br>方法 or 属性: declare const WaterFlowInstance: WaterFlowAttribute;|water_flow.d.ts|
727|新增|NA|模块名: web<br>类名: CacheMode<br>方法 or 属性:Default|web.d.ts|
728|新增|NA|类名:CacheMode<br>方法or属性:Default|web.d.ts|
729|新增|NA|模块名: web<br>类名: WebDarkMode|web.d.ts|
730|新增|NA|类名:WebDarkMode<br>方法or属性:|web.d.ts|
731|新增|NA|模块名: web<br>类名: WebDarkMode<br>方法 or 属性:Off|web.d.ts|
732|新增|NA|类名:WebDarkMode<br>方法or属性:Off|web.d.ts|
733|新增|NA|模块名: web<br>类名: WebDarkMode<br>方法 or 属性:On|web.d.ts|
734|新增|NA|类名:WebDarkMode<br>方法or属性:On|web.d.ts|
735|新增|NA|模块名: web<br>类名: WebDarkMode<br>方法 or 属性:Auto|web.d.ts|
736|新增|NA|类名:WebDarkMode<br>方法or属性:Auto|web.d.ts|
737|新增|NA|模块名: web<br>类名: FullScreenExitHandler|web.d.ts|
738|新增|NA|类名:FullScreenExitHandler<br>方法or属性:|web.d.ts|
739|新增|NA|模块名: web<br>类名: FullScreenExitHandler<br>方法 or 属性:constructor();|web.d.ts|
740|新增|NA|类名:FullScreenExitHandler<br>方法or属性:constructor();|web.d.ts|
741|新增|NA|模块名: web<br>类名: FullScreenExitHandler<br>方法 or 属性:exitFullScreen(): void;|web.d.ts|
742|新增|NA|类名:FullScreenExitHandler<br>方法or属性:exitFullScreen(): void;|web.d.ts|
743|新增|NA|模块名: web<br>类名: RenderExitReason|web.d.ts|
744|新增|NA|类名:RenderExitReason<br>方法or属性:|web.d.ts|
745|新增|NA|模块名: web<br>类名: RenderExitReason<br>方法 or 属性:ProcessAbnormalTermination|web.d.ts|
746|新增|NA|类名:RenderExitReason<br>方法or属性:ProcessAbnormalTermination|web.d.ts|
747|新增|NA|模块名: web<br>类名: RenderExitReason<br>方法 or 属性:ProcessWasKilled|web.d.ts|
748|新增|NA|类名:RenderExitReason<br>方法or属性:ProcessWasKilled|web.d.ts|
749|新增|NA|模块名: web<br>类名: RenderExitReason<br>方法 or 属性:ProcessCrashed|web.d.ts|
750|新增|NA|类名:RenderExitReason<br>方法or属性:ProcessCrashed|web.d.ts|
751|新增|NA|模块名: web<br>类名: RenderExitReason<br>方法 or 属性:ProcessOom|web.d.ts|
752|新增|NA|类名:RenderExitReason<br>方法or属性:ProcessOom|web.d.ts|
753|新增|NA|模块名: web<br>类名: RenderExitReason<br>方法 or 属性:ProcessExitUnknown|web.d.ts|
754|新增|NA|类名:RenderExitReason<br>方法or属性:ProcessExitUnknown|web.d.ts|
755|新增|NA|模块名: web<br>类名: SslError|web.d.ts|
756|新增|NA|类名:SslError<br>方法or属性:|web.d.ts|
757|新增|NA|模块名: web<br>类名: SslError<br>方法 or 属性:Invalid|web.d.ts|
758|新增|NA|类名:SslError<br>方法or属性:Invalid|web.d.ts|
759|新增|NA|模块名: web<br>类名: SslError<br>方法 or 属性:HostMismatch|web.d.ts|
760|新增|NA|类名:SslError<br>方法or属性:HostMismatch|web.d.ts|
761|新增|NA|模块名: web<br>类名: SslError<br>方法 or 属性:DateInvalid|web.d.ts|
762|新增|NA|类名:SslError<br>方法or属性:DateInvalid|web.d.ts|
763|新增|NA|模块名: web<br>类名: SslError<br>方法 or 属性:Untrusted|web.d.ts|
764|新增|NA|类名:SslError<br>方法or属性:Untrusted|web.d.ts|
765|新增|NA|模块名: web<br>类名: FileSelectorMode|web.d.ts|
766|新增|NA|类名:FileSelectorMode<br>方法or属性:|web.d.ts|
767|新增|NA|模块名: web<br>类名: FileSelectorMode<br>方法 or 属性:FileOpenMode|web.d.ts|
768|新增|NA|类名:FileSelectorMode<br>方法or属性:FileOpenMode|web.d.ts|
769|新增|NA|模块名: web<br>类名: FileSelectorMode<br>方法 or 属性:FileOpenMultipleMode|web.d.ts|
770|新增|NA|类名:FileSelectorMode<br>方法or属性:FileOpenMultipleMode|web.d.ts|
771|新增|NA|模块名: web<br>类名: FileSelectorMode<br>方法 or 属性:FileOpenFolderMode|web.d.ts|
772|新增|NA|类名:FileSelectorMode<br>方法or属性:FileOpenFolderMode|web.d.ts|
773|新增|NA|模块名: web<br>类名: FileSelectorMode<br>方法 or 属性:FileSaveMode|web.d.ts|
774|新增|NA|类名:FileSelectorMode<br>方法or属性:FileSaveMode|web.d.ts|
775|新增|NA|模块名: web<br>类名: FileSelectorParam|web.d.ts|
776|新增|NA|类名:FileSelectorParam<br>方法or属性:|web.d.ts|
777|新增|NA|模块名: web<br>类名: FileSelectorParam<br>方法 or 属性:constructor();|web.d.ts|
778|新增|NA|类名:FileSelectorParam<br>方法or属性:constructor();|web.d.ts|
779|新增|NA|模块名: web<br>类名: FileSelectorParam<br>方法 or 属性:getTitle(): string;|web.d.ts|
780|新增|NA|类名:FileSelectorParam<br>方法or属性:getTitle(): string;|web.d.ts|
781|新增|NA|模块名: web<br>类名: FileSelectorParam<br>方法 or 属性:getMode(): FileSelectorMode;|web.d.ts|
782|新增|NA|类名:FileSelectorParam<br>方法or属性:getMode(): FileSelectorMode;|web.d.ts|
783|新增|NA|模块名: web<br>类名: FileSelectorParam<br>方法 or 属性:getAcceptType(): Array\<string>;|web.d.ts|
784|新增|NA|类名:FileSelectorParam<br>方法or属性:getAcceptType(): Array\<string>;|web.d.ts|
785|新增|NA|模块名: web<br>类名: FileSelectorParam<br>方法 or 属性:isCapture(): boolean;|web.d.ts|
786|新增|NA|类名:FileSelectorParam<br>方法or属性:isCapture(): boolean;|web.d.ts|
787|新增|NA|模块名: web<br>类名: JsResult<br>方法 or 属性:handlePromptConfirm(result: string): void;|web.d.ts|
788|新增|NA|类名:JsResult<br>方法or属性:handlePromptConfirm(result: string): void;|web.d.ts|
789|新增|NA|模块名: web<br>类名: FileSelectorResult|web.d.ts|
790|新增|NA|类名:FileSelectorResult<br>方法or属性:|web.d.ts|
791|新增|NA|模块名: web<br>类名: FileSelectorResult<br>方法 or 属性:constructor();|web.d.ts|
792|新增|NA|类名:FileSelectorResult<br>方法or属性:constructor();|web.d.ts|
793|新增|NA|模块名: web<br>类名: FileSelectorResult<br>方法 or 属性:handleFileList(fileList: Array\<string>): void;|web.d.ts|
794|新增|NA|类名:FileSelectorResult<br>方法or属性:handleFileList(fileList: Array\<string>): void;|web.d.ts|
795|新增|NA|模块名: web<br>类名: HttpAuthHandler|web.d.ts|
796|新增|NA|类名:HttpAuthHandler<br>方法or属性:|web.d.ts|
797|新增|NA|模块名: web<br>类名: HttpAuthHandler<br>方法 or 属性:constructor();|web.d.ts|
798|新增|NA|类名:HttpAuthHandler<br>方法or属性:constructor();|web.d.ts|
799|新增|NA|模块名: web<br>类名: HttpAuthHandler<br>方法 or 属性:confirm(userName: string, password: string): boolean;|web.d.ts|
800|新增|NA|类名:HttpAuthHandler<br>方法or属性:confirm(userName: string, password: string): boolean;|web.d.ts|
801|新增|NA|模块名: web<br>类名: HttpAuthHandler<br>方法 or 属性:cancel(): void;|web.d.ts|
802|新增|NA|类名:HttpAuthHandler<br>方法or属性:cancel(): void;|web.d.ts|
803|新增|NA|模块名: web<br>类名: HttpAuthHandler<br>方法 or 属性:isHttpAuthInfoSaved(): boolean;|web.d.ts|
804|新增|NA|类名:HttpAuthHandler<br>方法or属性:isHttpAuthInfoSaved(): boolean;|web.d.ts|
805|新增|NA|模块名: web<br>类名: SslErrorHandler|web.d.ts|
806|新增|NA|类名:SslErrorHandler<br>方法or属性:|web.d.ts|
807|新增|NA|模块名: web<br>类名: SslErrorHandler<br>方法 or 属性:constructor();|web.d.ts|
808|新增|NA|类名:SslErrorHandler<br>方法or属性:constructor();|web.d.ts|
809|新增|NA|模块名: web<br>类名: SslErrorHandler<br>方法 or 属性:handleConfirm(): void;|web.d.ts|
810|新增|NA|类名:SslErrorHandler<br>方法or属性:handleConfirm(): void;|web.d.ts|
811|新增|NA|模块名: web<br>类名: SslErrorHandler<br>方法 or 属性:handleCancel(): void;|web.d.ts|
812|新增|NA|类名:SslErrorHandler<br>方法or属性:handleCancel(): void;|web.d.ts|
813|新增|NA|模块名: web<br>类名: ClientAuthenticationHandler|web.d.ts|
814|新增|NA|类名:ClientAuthenticationHandler<br>方法or属性:|web.d.ts|
815|新增|NA|模块名: web<br>类名: ClientAuthenticationHandler<br>方法 or 属性:constructor();|web.d.ts|
816|新增|NA|类名:ClientAuthenticationHandler<br>方法or属性:constructor();|web.d.ts|
817|新增|NA|模块名: web<br>类名: ClientAuthenticationHandler<br>方法 or 属性:confirm(priKeyFile : string, certChainFile : string): void;|web.d.ts|
818|新增|NA|类名:ClientAuthenticationHandler<br>方法or属性:confirm(priKeyFile : string, certChainFile : string): void;|web.d.ts|
819|新增|NA|模块名: web<br>类名: ClientAuthenticationHandler<br>方法 or 属性:cancel(): void;|web.d.ts|
820|新增|NA|类名:ClientAuthenticationHandler<br>方法or属性:cancel(): void;|web.d.ts|
821|新增|NA|模块名: web<br>类名: ClientAuthenticationHandler<br>方法 or 属性:ignore(): void;|web.d.ts|
822|新增|NA|类名:ClientAuthenticationHandler<br>方法or属性:ignore(): void;|web.d.ts|
823|新增|NA|模块名: web<br>类名: ProtectedResourceType|web.d.ts|
824|新增|NA|类名:ProtectedResourceType<br>方法or属性:|web.d.ts|
825|新增|NA|模块名: web<br>类名: ProtectedResourceType<br>方法 or 属性:MidiSysex = "TYPE_MIDI_SYSEX"|web.d.ts|
826|新增|NA|类名:ProtectedResourceType<br>方法or属性:MidiSysex = "TYPE_MIDI_SYSEX"|web.d.ts|
827|新增|NA|模块名: web<br>类名: PermissionRequest|web.d.ts|
828|新增|NA|类名:PermissionRequest<br>方法or属性:|web.d.ts|
829|新增|NA|模块名: web<br>类名: PermissionRequest<br>方法 or 属性:constructor();|web.d.ts|
830|新增|NA|类名:PermissionRequest<br>方法or属性:constructor();|web.d.ts|
831|新增|NA|模块名: web<br>类名: PermissionRequest<br>方法 or 属性:deny(): void;|web.d.ts|
832|新增|NA|类名:PermissionRequest<br>方法or属性:deny(): void;|web.d.ts|
833|新增|NA|模块名: web<br>类名: PermissionRequest<br>方法 or 属性:getOrigin(): string;|web.d.ts|
834|新增|NA|类名:PermissionRequest<br>方法or属性:getOrigin(): string;|web.d.ts|
835|新增|NA|模块名: web<br>类名: PermissionRequest<br>方法 or 属性:getAccessibleResource(): Array\<string>;|web.d.ts|
836|新增|NA|类名:PermissionRequest<br>方法or属性:getAccessibleResource(): Array\<string>;|web.d.ts|
837|新增|NA|模块名: web<br>类名: PermissionRequest<br>方法 or 属性:grant(resources: Array\<string>): void;|web.d.ts|
838|新增|NA|类名:PermissionRequest<br>方法or属性:grant(resources: Array\<string>): void;|web.d.ts|
839|新增|NA|模块名: web<br>类名: DataResubmissionHandler|web.d.ts|
840|新增|NA|类名:DataResubmissionHandler<br>方法or属性:|web.d.ts|
841|新增|NA|模块名: web<br>类名: DataResubmissionHandler<br>方法 or 属性:constructor();|web.d.ts|
842|新增|NA|类名:DataResubmissionHandler<br>方法or属性:constructor();|web.d.ts|
843|新增|NA|模块名: web<br>类名: DataResubmissionHandler<br>方法 or 属性:resend(): void;|web.d.ts|
844|新增|NA|类名:DataResubmissionHandler<br>方法or属性:resend(): void;|web.d.ts|
845|新增|NA|模块名: web<br>类名: DataResubmissionHandler<br>方法 or 属性:cancel(): void;|web.d.ts|
846|新增|NA|类名:DataResubmissionHandler<br>方法or属性:cancel(): void;|web.d.ts|
847|新增|NA|模块名: web<br>类名: ControllerHandler|web.d.ts|
848|新增|NA|类名:ControllerHandler<br>方法or属性:|web.d.ts|
849|新增|NA|模块名: web<br>类名: ControllerHandler<br>方法 or 属性:constructor();|web.d.ts|
850|新增|NA|类名:ControllerHandler<br>方法or属性:constructor();|web.d.ts|
851|新增|NA|模块名: web<br>类名: ControllerHandler<br>方法 or 属性:setWebController(controller: WebviewController): void;|web.d.ts|
852|新增|NA|类名:ControllerHandler<br>方法or属性:setWebController(controller: WebviewController): void;|web.d.ts|
853|新增|NA|模块名: web<br>类名: ContextMenuSourceType|web.d.ts|
854|新增|NA|类名:ContextMenuSourceType<br>方法or属性:|web.d.ts|
855|新增|NA|模块名: web<br>类名: ContextMenuSourceType<br>方法 or 属性:None|web.d.ts|
856|新增|NA|类名:ContextMenuSourceType<br>方法or属性:None|web.d.ts|
857|新增|NA|模块名: web<br>类名: ContextMenuSourceType<br>方法 or 属性:Mouse|web.d.ts|
858|新增|NA|类名:ContextMenuSourceType<br>方法or属性:Mouse|web.d.ts|
859|新增|NA|模块名: web<br>类名: ContextMenuSourceType<br>方法 or 属性:LongPress|web.d.ts|
860|新增|NA|类名:ContextMenuSourceType<br>方法or属性:LongPress|web.d.ts|
861|新增|NA|模块名: web<br>类名: ContextMenuMediaType|web.d.ts|
862|新增|NA|类名:ContextMenuMediaType<br>方法or属性:|web.d.ts|
863|新增|NA|模块名: web<br>类名: ContextMenuMediaType<br>方法 or 属性:None|web.d.ts|
864|新增|NA|类名:ContextMenuMediaType<br>方法or属性:None|web.d.ts|
865|新增|NA|模块名: web<br>类名: ContextMenuMediaType<br>方法 or 属性:Image|web.d.ts|
866|新增|NA|类名:ContextMenuMediaType<br>方法or属性:Image|web.d.ts|
867|新增|NA|模块名: web<br>类名: ContextMenuInputFieldType|web.d.ts|
868|新增|NA|类名:ContextMenuInputFieldType<br>方法or属性:|web.d.ts|
869|新增|NA|模块名: web<br>类名: ContextMenuInputFieldType<br>方法 or 属性:None|web.d.ts|
870|新增|NA|类名:ContextMenuInputFieldType<br>方法or属性:None|web.d.ts|
871|新增|NA|模块名: web<br>类名: ContextMenuInputFieldType<br>方法 or 属性:PlainText|web.d.ts|
872|新增|NA|类名:ContextMenuInputFieldType<br>方法or属性:PlainText|web.d.ts|
873|新增|NA|模块名: web<br>类名: ContextMenuInputFieldType<br>方法 or 属性:Password|web.d.ts|
874|新增|NA|类名:ContextMenuInputFieldType<br>方法or属性:Password|web.d.ts|
875|新增|NA|模块名: web<br>类名: ContextMenuInputFieldType<br>方法 or 属性:Number|web.d.ts|
876|新增|NA|类名:ContextMenuInputFieldType<br>方法or属性:Number|web.d.ts|
877|新增|NA|模块名: web<br>类名: ContextMenuInputFieldType<br>方法 or 属性:Telephone|web.d.ts|
878|新增|NA|类名:ContextMenuInputFieldType<br>方法or属性:Telephone|web.d.ts|
879|新增|NA|模块名: web<br>类名: ContextMenuInputFieldType<br>方法 or 属性:Other|web.d.ts|
880|新增|NA|类名:ContextMenuInputFieldType<br>方法or属性:Other|web.d.ts|
881|新增|NA|模块名: web<br>类名: ContextMenuEditStateFlags|web.d.ts|
882|新增|NA|类名:ContextMenuEditStateFlags<br>方法or属性:|web.d.ts|
883|新增|NA|模块名: web<br>类名: ContextMenuEditStateFlags<br>方法 or 属性:NONE = 0|web.d.ts|
884|新增|NA|类名:ContextMenuEditStateFlags<br>方法or属性:NONE = 0|web.d.ts|
885|新增|NA|模块名: web<br>类名: ContextMenuEditStateFlags<br>方法 or 属性:CAN_CUT = 1 \<\< 0|web.d.ts|
886|新增|NA|类名:ContextMenuEditStateFlags<br>方法or属性:CAN_CUT = 1 \<\< 0|web.d.ts|
887|新增|NA|模块名: web<br>类名: ContextMenuEditStateFlags<br>方法 or 属性:CAN_COPY = 1 \<\< 1|web.d.ts|
888|新增|NA|类名:ContextMenuEditStateFlags<br>方法or属性:CAN_COPY = 1 \<\< 1|web.d.ts|
889|新增|NA|模块名: web<br>类名: ContextMenuEditStateFlags<br>方法 or 属性:CAN_PASTE = 1 \<\< 2|web.d.ts|
890|新增|NA|类名:ContextMenuEditStateFlags<br>方法or属性:CAN_PASTE = 1 \<\< 2|web.d.ts|
891|新增|NA|模块名: web<br>类名: ContextMenuEditStateFlags<br>方法 or 属性:CAN_SELECT_ALL = 1 \<\< 3|web.d.ts|
892|新增|NA|类名:ContextMenuEditStateFlags<br>方法or属性:CAN_SELECT_ALL = 1 \<\< 3|web.d.ts|
893|新增|NA|模块名: web<br>类名: WebContextMenuParam|web.d.ts|
894|新增|NA|类名:WebContextMenuParam<br>方法or属性:|web.d.ts|
895|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:constructor();|web.d.ts|
896|新增|NA|类名:WebContextMenuParam<br>方法or属性:constructor();|web.d.ts|
897|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:x(): number;|web.d.ts|
898|新增|NA|类名:WebContextMenuParam<br>方法or属性:x(): number;|web.d.ts|
899|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:y(): number;|web.d.ts|
900|新增|NA|类名:WebContextMenuParam<br>方法or属性:y(): number;|web.d.ts|
901|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:getLinkUrl(): string;|web.d.ts|
902|新增|NA|类名:WebContextMenuParam<br>方法or属性:getLinkUrl(): string;|web.d.ts|
903|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:getUnfilteredLinkUrl(): string;|web.d.ts|
904|新增|NA|类名:WebContextMenuParam<br>方法or属性:getUnfilteredLinkUrl(): string;|web.d.ts|
905|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:getSourceUrl(): string;|web.d.ts|
906|新增|NA|类名:WebContextMenuParam<br>方法or属性:getSourceUrl(): string;|web.d.ts|
907|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:existsImageContents(): boolean;|web.d.ts|
908|新增|NA|类名:WebContextMenuParam<br>方法or属性:existsImageContents(): boolean;|web.d.ts|
909|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:getMediaType(): ContextMenuMediaType;|web.d.ts|
910|新增|NA|类名:WebContextMenuParam<br>方法or属性:getMediaType(): ContextMenuMediaType;|web.d.ts|
911|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:getSelectionText(): string;|web.d.ts|
912|新增|NA|类名:WebContextMenuParam<br>方法or属性:getSelectionText(): string;|web.d.ts|
913|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:getSourceType(): ContextMenuSourceType;|web.d.ts|
914|新增|NA|类名:WebContextMenuParam<br>方法or属性:getSourceType(): ContextMenuSourceType;|web.d.ts|
915|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:getInputFieldType(): ContextMenuInputFieldType;|web.d.ts|
916|新增|NA|类名:WebContextMenuParam<br>方法or属性:getInputFieldType(): ContextMenuInputFieldType;|web.d.ts|
917|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:isEditable(): boolean;|web.d.ts|
918|新增|NA|类名:WebContextMenuParam<br>方法or属性:isEditable(): boolean;|web.d.ts|
919|新增|NA|模块名: web<br>类名: WebContextMenuParam<br>方法 or 属性:getEditStateFlags(): number;|web.d.ts|
920|新增|NA|类名:WebContextMenuParam<br>方法or属性:getEditStateFlags(): number;|web.d.ts|
921|新增|NA|模块名: web<br>类名: WebContextMenuResult|web.d.ts|
922|新增|NA|类名:WebContextMenuResult<br>方法or属性:|web.d.ts|
923|新增|NA|模块名: web<br>类名: WebContextMenuResult<br>方法 or 属性:constructor();|web.d.ts|
924|新增|NA|类名:WebContextMenuResult<br>方法or属性:constructor();|web.d.ts|
925|新增|NA|模块名: web<br>类名: WebContextMenuResult<br>方法 or 属性:closeContextMenu(): void;|web.d.ts|
926|新增|NA|类名:WebContextMenuResult<br>方法or属性:closeContextMenu(): void;|web.d.ts|
927|新增|NA|模块名: web<br>类名: WebContextMenuResult<br>方法 or 属性:copyImage(): void;|web.d.ts|
928|新增|NA|类名:WebContextMenuResult<br>方法or属性:copyImage(): void;|web.d.ts|
929|新增|NA|模块名: web<br>类名: WebContextMenuResult<br>方法 or 属性:copy(): void;|web.d.ts|
930|新增|NA|类名:WebContextMenuResult<br>方法or属性:copy(): void;|web.d.ts|
931|新增|NA|模块名: web<br>类名: WebContextMenuResult<br>方法 or 属性:paste(): void;|web.d.ts|
932|新增|NA|类名:WebContextMenuResult<br>方法or属性:paste(): void;|web.d.ts|
933|新增|NA|模块名: web<br>类名: WebContextMenuResult<br>方法 or 属性:cut(): void;|web.d.ts|
934|新增|NA|类名:WebContextMenuResult<br>方法or属性:cut(): void;|web.d.ts|
935|新增|NA|模块名: web<br>类名: WebContextMenuResult<br>方法 or 属性:selectAll(): void;|web.d.ts|
936|新增|NA|类名:WebContextMenuResult<br>方法or属性:selectAll(): void;|web.d.ts|
937|新增|NA|类名:ConsoleMessage<br>方法or属性:constructor();|web.d.ts|
938|新增|NA|模块名: web<br>类名: WebResourceRequest<br>方法 or 属性:getRequestMethod(): string;|web.d.ts|
939|新增|NA|类名:WebResourceRequest<br>方法or属性:getRequestMethod(): string;|web.d.ts|
940|新增|NA|模块名: web<br>类名: WebResourceResponse<br>方法 or 属性:setResponseData(data: string \| number);|web.d.ts|
941|新增|NA|类名:WebResourceResponse<br>方法or属性:setResponseData(data: string \| number);|web.d.ts|
942|新增|NA|模块名: web<br>类名: WebResourceResponse<br>方法 or 属性:setResponseEncoding(encoding: string);|web.d.ts|
943|新增|NA|类名:WebResourceResponse<br>方法or属性:setResponseEncoding(encoding: string);|web.d.ts|
944|新增|NA|模块名: web<br>类名: WebResourceResponse<br>方法 or 属性:setResponseMimeType(mimeType: string);|web.d.ts|
945|新增|NA|类名:WebResourceResponse<br>方法or属性:setResponseMimeType(mimeType: string);|web.d.ts|
946|新增|NA|模块名: web<br>类名: WebResourceResponse<br>方法 or 属性:setReasonMessage(reason: string);|web.d.ts|
947|新增|NA|类名:WebResourceResponse<br>方法or属性:setReasonMessage(reason: string);|web.d.ts|
948|新增|NA|模块名: web<br>类名: WebResourceResponse<br>方法 or 属性:setResponseHeader(header: Array\<Header>);|web.d.ts|
949|新增|NA|类名:WebResourceResponse<br>方法or属性:setResponseHeader(header: Array\<Header>);|web.d.ts|
950|新增|NA|模块名: web<br>类名: WebResourceResponse<br>方法 or 属性:setResponseCode(code: number);|web.d.ts|
951|新增|NA|类名:WebResourceResponse<br>方法or属性:setResponseCode(code: number);|web.d.ts|
952|新增|NA|模块名: web<br>类名: WebResourceResponse<br>方法 or 属性:setResponseIsReady(IsReady: boolean);|web.d.ts|
953|新增|NA|类名:WebResourceResponse<br>方法or属性:setResponseIsReady(IsReady: boolean);|web.d.ts|
954|新增|NA|类名:WebController<br>方法or属性:getCookieManager() : WebCookie|web.d.ts|
955|新增|NA|类名:WebOptions<br>方法or属性:controller: WebController \| WebviewController;|web.d.ts|
956|新增|NA|类名:WebAttribute<br>方法or属性:darkMode(mode: WebDarkMode): WebAttribute;|web.d.ts|
957|新增|NA|类名:WebAttribute<br>方法or属性:forceDarkAccess(access: boolean): WebAttribute;|web.d.ts|
958|新增|NA|类名:WebAttribute<br>方法or属性:textZoomRatio(textZoomRatio: number): WebAttribute;|web.d.ts|
959|新增|NA|类名:WebAttribute<br>方法or属性:initialScale(percent: number): WebAttribute;|web.d.ts|
960|新增|NA|类名:WebAttribute<br>方法or属性:onPrompt(callback: (event?: {url: string, message: string, value: string, result: JsResult }) => boolean): WebAttribute;|web.d.ts|
961|新增|NA|类名:WebAttribute<br>方法or属性:onRenderExited(callback: (event?: { renderExitReason: RenderExitReason }) => void): WebAttribute;|web.d.ts|
962|新增|NA|类名:WebAttribute<br>方法or属性:onShowFileSelector(callback: (event?: { result: FileSelectorResult,<br>    fileSelector: FileSelectorParam }) => boolean): WebAttribute;|web.d.ts|
963|新增|NA|类名:WebAttribute<br>方法or属性:onResourceLoad(callback: (event: {url: string}) => void): WebAttribute;|web.d.ts|
964|新增|NA|类名:WebAttribute<br>方法or属性:onFullScreenExit(callback: () => void): WebAttribute;|web.d.ts|
965|新增|NA|类名:WebAttribute<br>方法or属性:onFullScreenEnter(callback: (event: { handler: FullScreenExitHandler}) => void): WebAttribute;|web.d.ts|
966|新增|NA|类名:WebAttribute<br>方法or属性:onScaleChange(callback: (event: {oldScale: number, newScale: number}) => void): WebAttribute;|web.d.ts|
967|新增|NA|类名:WebAttribute<br>方法or属性:onHttpAuthRequest(callback: (event?: { handler: HttpAuthHandler, host: string, realm: string }) => boolean): WebAttribute;|web.d.ts|
968|新增|NA|类名:WebAttribute<br>方法or属性:onInterceptRequest(callback: (event?: { request: WebResourceRequest}) => WebResourceResponse): WebAttribute;|web.d.ts|
969|新增|NA|类名:WebAttribute<br>方法or属性:onPermissionRequest(callback: (event?: { request: PermissionRequest }) => void): WebAttribute;|web.d.ts|
970|新增|NA|类名:WebAttribute<br>方法or属性:onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebContextMenuResult }) => boolean): WebAttribute;|web.d.ts|
971|新增|NA|类名:WebAttribute<br>方法or属性:mediaPlayGestureAccess(access: boolean): WebAttribute;|web.d.ts|
972|新增|NA|类名:WebAttribute<br>方法or属性:onSearchResultReceive(callback: (event?: {activeMatchOrdinal: number, numberOfMatches: number, isDoneCounting: boolean}) => void): WebAttribute|web.d.ts|
973|新增|NA|类名:WebAttribute<br>方法or属性:onScroll(callback: (event: {xOffset: number, yOffset: number}) => void): WebAttribute;|web.d.ts|
974|新增|NA|类名:WebAttribute<br>方法or属性:onSslErrorEventReceive(callback: (event: { handler: SslErrorHandler, error: SslError }) => void): WebAttribute;|web.d.ts|
975|新增|NA|类名:WebAttribute<br>方法or属性:onClientAuthenticationRequest(callback: (event: {handler : ClientAuthenticationHandler, host : string, port : number,<br>      keyTypes : Array\<string>, issuers : Array\<string>}) => void): WebAttribute;|web.d.ts|
976|新增|NA|类名:WebAttribute<br>方法or属性:onWindowNew(callback: (event: {isAlert: boolean, isUserTrigger: boolean, targetUrl: string,<br>      handler: ControllerHandler}) => void): WebAttribute;|web.d.ts|
977|新增|NA|类名:WebAttribute<br>方法or属性:onWindowExit(callback: () => void): WebAttribute;|web.d.ts|
978|新增|NA|类名:WebAttribute<br>方法or属性:multiWindowAccess(multiWindow: boolean): WebAttribute;|web.d.ts|
979|新增|NA|类名:WebAttribute<br>方法or属性:onInterceptKeyEvent(callback: (event: KeyEvent) => boolean): WebAttribute;|web.d.ts|
980|新增|NA|类名:WebAttribute<br>方法or属性:webStandardFont(family: string): WebAttribute;|web.d.ts|
981|新增|NA|类名:WebAttribute<br>方法or属性:webSerifFont(family: string): WebAttribute;|web.d.ts|
982|新增|NA|类名:WebAttribute<br>方法or属性:webSansSerifFont(family: string): WebAttribute;|web.d.ts|
983|新增|NA|类名:WebAttribute<br>方法or属性:webFixedFont(family: string): WebAttribute;|web.d.ts|
984|新增|NA|类名:WebAttribute<br>方法or属性:webFantasyFont(family: string): WebAttribute;|web.d.ts|
985|新增|NA|类名:WebAttribute<br>方法or属性:webCursiveFont(family: string): WebAttribute;|web.d.ts|
986|新增|NA|类名:WebAttribute<br>方法or属性:defaultFixedFontSize(size: number): WebAttribute;|web.d.ts|
987|新增|NA|类名:WebAttribute<br>方法or属性:defaultFontSize(size: number): WebAttribute;|web.d.ts|
988|新增|NA|类名:WebAttribute<br>方法or属性:minFontSize(size: number): WebAttribute;|web.d.ts|
989|新增|NA|类名:WebAttribute<br>方法or属性:minLogicalFontSize(size: number): WebAttribute;|web.d.ts|
990|新增|NA|类名:WebAttribute<br>方法or属性:blockNetwork(block: boolean): WebAttribute;|web.d.ts|
991|新增|NA|类名:WebAttribute<br>方法or属性:horizontalScrollBarAccess(horizontalScrollBar: boolean): WebAttribute;|web.d.ts|
992|新增|NA|类名:WebAttribute<br>方法or属性:verticalScrollBarAccess(verticalScrollBar: boolean): WebAttribute;|web.d.ts|
993|新增|NA|类名:WebAttribute<br>方法or属性:onTouchIconUrlReceived(callback: (event: {url: string,<br>       precomposed: boolean}) => void): WebAttribute;|web.d.ts|
994|新增|NA|类名:WebAttribute<br>方法or属性:onFaviconReceived(callback: (event: {favicon: PixelMap}) => void): WebAttribute;|web.d.ts|
995|新增|NA|类名:WebAttribute<br>方法or属性:onPageVisible(callback: (event: {url: string}) => void): WebAttribute;|web.d.ts|
996|新增|NA|类名:WebAttribute<br>方法or属性:onDataResubmitted(callback: (event: {handler: DataResubmissionHandler}) => void): WebAttribute;|web.d.ts|
997|新增|NA|类名:WebAttribute<br>方法or属性:pinchSmooth(isEnabled: boolean): WebAttribute;|web.d.ts|
998|新增|NA|模块名: viewmodel<br>类名: OffscreenCanvasRenderingContext2D<br>方法 or 属性: drawImage(image: image.PixelMap, dx: number, dy: number, dw: number, dh: number): void;|viewmodel.d.ts|
999|新增|NA|模块名: viewmodel<br>类名: OffscreenCanvasRenderingContext2D<br>方法 or 属性: drawImage(<br>    image: image.PixelMap,<br>    sx: number,<br>    sy: number,<br>    sw: number,<br>    sh: number,<br>    dx: number,<br>    dy: number,<br>    dw: number,<br>    dh: number,<br>  ): void;|viewmodel.d.ts|
1000|新增|NA|模块名: viewmodel<br>类名: OffscreenCanvasRenderingContext2D<br>方法 or 属性: getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap|viewmodel.d.ts|
1001|新增|NA|模块名: viewmodel<br>类名: CanvasRenderingContext2D<br>方法 or 属性: drawImage(image: image.PixelMap, dx: number, dy: number, dWidth: number, dHeight: number): void;|viewmodel.d.ts|
1002|新增|NA|模块名: viewmodel<br>类名: CanvasRenderingContext2D<br>方法 or 属性: drawImage(<br>    image: image.PixelMap,<br>    sx: number,<br>    sy: number,<br>    sWidth: number,<br>    sHeight: number,<br>    dx: number,<br>    dy: number,<br>    dWidth: number,<br>    dHeight: number,<br>  ): void;|viewmodel.d.ts|
1003|新增|NA|模块名: viewmodel<br>类名: CanvasRenderingContext2D<br>方法 or 属性: getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap|viewmodel.d.ts|
1004|删除|模块名: canvas<br>类名: CanvasPattern|NA|canvas.d.ts|
1005|删除|模块名: canvas<br>类名: CanvasPattern<br>方法 or 属性:setTransform(transform?: Matrix2D): void;|NA|canvas.d.ts|
1006|删除|模块名:canvas<br>类名:CanvasRenderer<br>方法 or 属性:filter(filter: string): void;|NA|canvas.d.ts|
1007|删除|模块名:canvas<br>类名:CanvasRenderer<br>方法 or 属性:imageSmoothingQuality(quality: ImageSmoothingQuality): void;|NA|canvas.d.ts|
1008|删除|模块名:canvas<br>类名:CanvasRenderer<br>方法 or 属性:direction(direction: CanvasDirection): void;|NA|canvas.d.ts|
1009|删除|模块名:common<br>类名:global<br>方法 or 属性:declare const isSystemplugin: (...args: string[]) => any;|NA|common.d.ts|
1010|删除|模块名: state_management<br>类名: IPropertySubscriber|NA|state_management.d.ts|
1011|删除|模块名: state_management<br>类名: IPropertySubscriber<br>方法 or 属性:id(): number;|NA|state_management.d.ts|
1012|删除|模块名: state_management<br>类名: IPropertySubscriber<br>方法 or 属性:aboutToBeDeleted(owningView?: IPropertySubscriber): void;|NA|state_management.d.ts|
1013|删除|模块名: state_management<br>类名: ISinglePropertyChangeSubscriber|NA|state_management.d.ts|
1014|删除|模块名: state_management<br>类名: ISinglePropertyChangeSubscriber<br>方法 or 属性:hasChanged(newValue: T): void;|NA|state_management.d.ts|
1015|删除|模块名: state_management<br>类名: SubscribedAbstractProperty|NA|state_management.d.ts|
1016|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:protected subscribers_: Set\<number>;|NA|state_management.d.ts|
1017|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:private id_;|NA|state_management.d.ts|
1018|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:private info_?;|NA|state_management.d.ts|
1019|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:constructor(<br>    /**<br>     * Subscriber IPropertySubscriber.<br>     * @since 7<br>     * @systemapi<br>     */<br>    subscribeMe?: IPropertySubscriber,<br>    /**<br>     * Subscriber info.<br>     * @since 7<br>     * @systemapi<br>     */<br>    info?: string,<br>  );|NA|state_management.d.ts|
1020|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:id(): number;|NA|state_management.d.ts|
1021|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:info(): string;|NA|state_management.d.ts|
1022|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:abstract get(): T;|NA|state_management.d.ts|
1023|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:abstract set(newValue: T): void;|NA|state_management.d.ts|
1024|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:createTwoWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyTwoWay\<T>;|NA|state_management.d.ts|
1025|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:createOneWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyOneWay\<T>;|NA|state_management.d.ts|
1026|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:unlinkSuscriber(subscriberId: number): void;|NA|state_management.d.ts|
1027|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:protected notifyHasChanged(newValue: T): void;|NA|state_management.d.ts|
1028|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:protected notifyPropertyRead(): void;|NA|state_management.d.ts|
1029|删除|模块名: state_management<br>类名: SubscribedAbstractProperty<br>方法 or 属性:numberOfSubscrbers(): number;|NA|state_management.d.ts|
1030|删除|模块名: state_management<br>类名: SyncedPropertyTwoWay|NA|state_management.d.ts|
1031|删除|模块名: state_management<br>类名: SyncedPropertyTwoWay<br>方法 or 属性:private source_;|NA|state_management.d.ts|
1032|删除|模块名: state_management<br>类名: SyncedPropertyTwoWay<br>方法 or 属性:constructor(source: SubscribedAbstractProperty\<T>, subscribeMe?: IPropertySubscriber, info?: string);|NA|state_management.d.ts|
1033|删除|模块名: state_management<br>类名: SyncedPropertyTwoWay<br>方法 or 属性:aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void;|NA|state_management.d.ts|
1034|删除|模块名: state_management<br>类名: SyncedPropertyTwoWay<br>方法 or 属性:hasChanged(newValue: T): void;|NA|state_management.d.ts|
1035|删除|模块名: state_management<br>类名: SyncedPropertyTwoWay<br>方法 or 属性:get(): T;|NA|state_management.d.ts|
1036|删除|模块名: state_management<br>类名: SyncedPropertyTwoWay<br>方法 or 属性:set(newValue: T): void;|NA|state_management.d.ts|
1037|删除|模块名: state_management<br>类名: SyncedPropertyOneWay|NA|state_management.d.ts|
1038|删除|模块名: state_management<br>类名: SyncedPropertyOneWay<br>方法 or 属性:private wrappedValue_;|NA|state_management.d.ts|
1039|删除|模块名: state_management<br>类名: SyncedPropertyOneWay<br>方法 or 属性:private source_;|NA|state_management.d.ts|
1040|删除|模块名: state_management<br>类名: SyncedPropertyOneWay<br>方法 or 属性:constructor(source: SubscribedAbstractProperty\<T>, subscribeMe?: IPropertySubscriber, info?: string);|NA|state_management.d.ts|
1041|删除|模块名: state_management<br>类名: SyncedPropertyOneWay<br>方法 or 属性:aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void;|NA|state_management.d.ts|
1042|删除|模块名: state_management<br>类名: SyncedPropertyOneWay<br>方法 or 属性:hasChanged(newValue: T): void;|NA|state_management.d.ts|
1043|删除|模块名: state_management<br>类名: SyncedPropertyOneWay<br>方法 or 属性:get(): T;|NA|state_management.d.ts|
1044|删除|模块名: state_management<br>类名: SyncedPropertyOneWay<br>方法 or 属性:set(newValue: T): void;|NA|state_management.d.ts|
1045|删除|模块名: state_management<br>类名: AppStorage|NA|state_management.d.ts|
1046|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static Link(propName: string): any;|NA|state_management.d.ts|
1047|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;|NA|state_management.d.ts|
1048|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static Prop(propName: string): any;|NA|state_management.d.ts|
1049|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;|NA|state_management.d.ts|
1050|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static Has(propName: string): boolean;|NA|state_management.d.ts|
1051|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static Get\<T>(propName: string): T \| undefined;|NA|state_management.d.ts|
1052|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static Set\<T>(propName: string, newValue: T): boolean;|NA|state_management.d.ts|
1053|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static SetOrCreate\<T>(propName: string, newValue: T): void;|NA|state_management.d.ts|
1054|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static Delete(propName: string): boolean;|NA|state_management.d.ts|
1055|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static Keys(): IterableIterator\<string>;|NA|state_management.d.ts|
1056|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static staticClear(): boolean;|NA|state_management.d.ts|
1057|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static IsMutable(propName: string): boolean;|NA|state_management.d.ts|
1058|删除|模块名: state_management<br>类名: AppStorage<br>方法 or 属性:static Size(): number;|NA|state_management.d.ts|
1059|删除|模块名: state_management<br>类名: Environment|NA|state_management.d.ts|
1060|删除|模块名: state_management<br>类名: Environment<br>方法 or 属性:constructor();|NA|state_management.d.ts|
1061|删除|模块名: state_management<br>类名: Environment<br>方法 or 属性:static EnvProp\<S>(key: string, value: S): boolean;|NA|state_management.d.ts|
1062|删除|模块名: state_management<br>类名: Environment<br>方法 or 属性:static EnvProps(<br>    props: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;|NA|state_management.d.ts|
1063|删除|模块名: state_management<br>类名: Environment<br>方法 or 属性:static Keys(): Array\<string>;|NA|state_management.d.ts|
1064|删除|模块名: state_management<br>类名: PersistentStorage|NA|state_management.d.ts|
1065|删除|模块名: state_management<br>类名: PersistentStorage<br>方法 or 属性:constructor(appStorage: AppStorage, storage: Storage);|NA|state_management.d.ts|
1066|删除|模块名: state_management<br>类名: PersistentStorage<br>方法 or 属性:static PersistProp\<T>(key: string, defaultValue: T): void;|NA|state_management.d.ts|
1067|删除|模块名: state_management<br>类名: PersistentStorage<br>方法 or 属性:static DeleteProp(key: string): void;|NA|state_management.d.ts|
1068|删除|模块名: state_management<br>类名: PersistentStorage<br>方法 or 属性:static PersistProps(<br>    properties: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;|NA|state_management.d.ts|
1069|删除|模块名: state_management<br>类名: PersistentStorage<br>方法 or 属性:static Keys(): Array\<string>;|NA|state_management.d.ts|
1070|删除|模块名: state_management<br>类名: SubscribaleAbstract|NA|state_management.d.ts|
1071|删除|模块名: state_management<br>类名: SubscribaleAbstract<br>方法 or 属性:private owningProperties_: Set\<number>;|NA|state_management.d.ts|
1072|删除|模块名: state_management<br>类名: SubscribaleAbstract<br>方法 or 属性:constructor();|NA|state_management.d.ts|
1073|删除|模块名: state_management<br>类名: SubscribaleAbstract<br>方法 or 属性:protected notifyPropertyHasChanged(propName: string, newValue: any): void;|NA|state_management.d.ts|
1074|删除|模块名: state_management<br>类名: SubscribaleAbstract<br>方法 or 属性:public addOwningProperty(subscriber: IPropertySubscriber): void;|NA|state_management.d.ts|
1075|删除|模块名: state_management<br>类名: SubscribaleAbstract<br>方法 or 属性:public removeOwningProperty(property: IPropertySubscriber): void;|NA|state_management.d.ts|
1076|删除|模块名: state_management<br>类名: SubscribaleAbstract<br>方法 or 属性:public removeOwningPropertyById(subscriberId: number): void;|NA|state_management.d.ts|
1077|删除|模块名: state_management<br>类名: global<br>方法 or 属性:declare const appStorage: AppStorage;|NA|state_management.d.ts|
1078|访问级别有变化|类名:<br>方法 or 属性: function getInspectorByKey(id: string): string;<br>访问级别:系统API|类名:<br>方法 or 属性: function getInspectorByKey(id: string): string;<br>访问级别:公开API|global.d.ts|
1079|访问级别有变化|类名:<br>方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;<br>访问级别:系统API|类名:<br>方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;<br>访问级别:公开API|global.d.ts|
1080|访问级别有变化|类名:<br>方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;<br>访问级别:系统API|类名:<br>方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;<br>访问级别:公开API|global.d.ts|
1081|访问级别有变化|类名:<br>方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;<br>访问级别:系统API|类名:<br>方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;<br>访问级别:公开API|global.d.ts|
1082|访问级别有变化|类名:<br>方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;<br>访问级别:系统API|类名:<br>方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;<br>访问级别:公开API|global.d.ts|
1083|访问级别有变化|类名:global<br>方法 or 属性:declare const Animator: AnimatorInterface;<br>访问级别:公开API|类名:global<br>方法 or 属性:declare const Animator: AnimatorInterface;<br>访问级别:系统API|animator.d.ts|
1084|访问级别有变化|类名:global<br>方法 or 属性:declare const AnimatorInstance: AnimatorAttribute;<br>访问级别:公开API|类名:global<br>方法 or 属性:declare const AnimatorInstance: AnimatorAttribute;<br>访问级别:系统API|animator.d.ts|
1085|访问级别有变化|类名:global<br>方法 or 属性:declare const Calendar: CalendarInterface;<br>访问级别:公开API|类名:global<br>方法 or 属性:declare const Calendar: CalendarInterface;<br>访问级别:系统API|calendar.d.ts|
1086|访问级别有变化|类名:global<br>方法 or 属性:declare const CalendarInstance: CalendarAttribute;<br>访问级别:公开API|类名:global<br>方法 or 属性:declare const CalendarInstance: CalendarAttribute;<br>访问级别:系统API|calendar.d.ts|
1087|访问级别有变化|类名:PreviewParams<br>访问级别:系统API|类名:PreviewParams<br>访问级别:公开API|common.d.ts|
1088|访问级别有变化|类名:PreviewParams<br>方法 or 属性:title?: string;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:title?: string;<br>访问级别:公开API|common.d.ts|
1089|访问级别有变化|类名:PreviewParams<br>方法 or 属性:width?: number;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:width?: number;<br>访问级别:公开API|common.d.ts|
1090|访问级别有变化|类名:PreviewParams<br>方法 or 属性:height?: number;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:height?: number;<br>访问级别:公开API|common.d.ts|
1091|访问级别有变化|类名:PreviewParams<br>方法 or 属性:locale?: string;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:locale?: string;<br>访问级别:公开API|common.d.ts|
1092|访问级别有变化|类名:PreviewParams<br>方法 or 属性:colorMode?: string;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:colorMode?: string;<br>访问级别:公开API|common.d.ts|
1093|访问级别有变化|类名:PreviewParams<br>方法 or 属性:deviceType?: string;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:deviceType?: string;<br>访问级别:公开API|common.d.ts|
1094|访问级别有变化|类名:PreviewParams<br>方法 or 属性:dpi?: number;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:dpi?: number;<br>访问级别:公开API|common.d.ts|
1095|访问级别有变化|类名:PreviewParams<br>方法 or 属性:orientation?: string;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:orientation?: string;<br>访问级别:公开API|common.d.ts|
1096|访问级别有变化|类名:PreviewParams<br>方法 or 属性:roundScreen?: boolean;<br>访问级别:系统API|类名:PreviewParams<br>方法 or 属性:roundScreen?: boolean;<br>访问级别:公开API|common.d.ts|
1097|访问级别有变化|类名:CommonShapeMethod<br>方法 or 属性:constructor();<br>访问级别:公开API|类名:CommonShapeMethod<br>方法 or 属性:constructor();<br>访问级别:系统API|common.d.ts|
1098|访问级别有变化|类名:global<br>方法 or 属性:declare const FormComponent: FormComponentInterface;<br>访问级别:公开API|类名:global<br>方法 or 属性:declare const FormComponent: FormComponentInterface;<br>访问级别:系统API|form_component.d.ts|
1099|访问级别有变化|类名:global<br>方法 or 属性:declare const FormComponentInstance: FormComponentAttribute;<br>访问级别:公开API|类名:global<br>方法 or 属性:declare const FormComponentInstance: FormComponentAttribute;<br>访问级别:系统API|form_component.d.ts|
1100|废弃版本有变化|类名:AnimatorResult<br>方法 or 属性:update(options: AnimatorOptions): void;<br>废弃版本:N/A|类名:AnimatorResult<br>方法 or 属性:update(options: AnimatorOptions): void;<br>废弃版本:9<br>代替接口:ohos.animator.reset   |@ohos.animator.d.ts|
1101|废弃版本有变化|类名:Animator<br>方法 or 属性:static createAnimator(options: AnimatorOptions): AnimatorResult;<br>废弃版本:N/A|类名:Animator<br>方法 or 属性:static createAnimator(options: AnimatorOptions): AnimatorResult;<br>废弃版本:9<br>代替接口:ohos.animator.create   |@ohos.animator.d.ts|
1102|废弃版本有变化|类名:curves<br>方法 or 属性:function init(curve?: Curve): string;<br>废弃版本:N/A|类名:curves<br>方法 or 属性:function init(curve?: Curve): string;<br>废弃版本:9<br>代替接口:initCurve   |@ohos.curves.d.ts|
1103|废弃版本有变化|类名:curves<br>方法 or 属性:function steps(count: number, end: boolean): string;<br>废弃版本:N/A|类名:curves<br>方法 or 属性:function steps(count: number, end: boolean): string;<br>废弃版本:9<br>代替接口:stepsCurve   |@ohos.curves.d.ts|
1104|废弃版本有变化|类名:curves<br>方法 or 属性:function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;<br>废弃版本:N/A|类名:curves<br>方法 or 属性:function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;<br>废弃版本:9<br>代替接口:cubicBezierCurve   |@ohos.curves.d.ts|
1105|废弃版本有变化|类名:curves<br>方法 or 属性:function spring(velocity: number, mass: number, stiffness: number, damping: number): string;<br>废弃版本:N/A|类名:curves<br>方法 or 属性:function spring(velocity: number, mass: number, stiffness: number, damping: number): string;<br>废弃版本:9<br>代替接口:springCurve   |@ohos.curves.d.ts|
1106|废弃版本有变化|类名:prompt<br>废弃版本:N/A|类名:prompt<br>废弃版本:9<br>代替接口:ohos.promptAction |@ohos.prompt.d.ts|
1107|废弃版本有变化|类名:router<br>方法 or 属性:function push(options: RouterOptions):void;<br>废弃版本:N/A|类名:router<br>方法 or 属性:function push(options: RouterOptions):void;<br>废弃版本:9<br>代替接口:ohos.router.router|@ohos.router.d.ts|
1108|废弃版本有变化|类名:router<br>方法 or 属性:function replace(options: RouterOptions):void;<br>废弃版本:N/A|类名:router<br>方法 or 属性:function replace(options: RouterOptions):void;<br>废弃版本:9<br>代替接口:ohos.router.router|@ohos.router.d.ts|
1109|废弃版本有变化|类名:router<br>方法 or 属性:function enableAlertBeforeBackPage(options: EnableAlertOptions):void;<br>废弃版本:N/A|类名:router<br>方法 or 属性:function enableAlertBeforeBackPage(options: EnableAlertOptions):void;<br>废弃版本:9<br>代替接口:ohos.router.router|@ohos.router.d.ts|
1110|废弃版本有变化|类名:router<br>方法 or 属性:function disableAlertBeforeBackPage():void;<br>废弃版本:N/A|类名:router<br>方法 or 属性:function disableAlertBeforeBackPage():void;<br>废弃版本:9<br>代替接口:ohos.router.router|@ohos.router.d.ts|
1111|废弃版本有变化|类名:CommonMethod<br>方法 or 属性:touchable(value: boolean): T;<br>废弃版本:N/A|类名:CommonMethod<br>方法 or 属性:touchable(value: boolean): T;<br>废弃版本:9<br>代替接口:hitTestBehavior   |common.d.ts|
1112|废弃版本有变化|类名:Edge<br>方法 or 属性:Center<br>废弃版本:N/A|类名:Edge<br>方法 or 属性:Center<br>废弃版本:9<br>代替接口:N/A|enums.d.ts|
1113|废弃版本有变化|类名:Edge<br>方法 or 属性:Baseline<br>废弃版本:N/A|类名:Edge<br>方法 or 属性:Baseline<br>废弃版本:9<br>代替接口:N/A|enums.d.ts|
1114|废弃版本有变化|类名:Edge<br>方法 or 属性:Middle<br>废弃版本:N/A|类名:Edge<br>方法 or 属性:Middle<br>废弃版本:9<br>代替接口:N/A|enums.d.ts|
1115|废弃版本有变化|类名:GridItemAttribute<br>方法 or 属性:forceRebuild(value: boolean): GridItemAttribute;<br>废弃版本:N/A|类名:GridItemAttribute<br>方法 or 属性:forceRebuild(value: boolean): GridItemAttribute;<br>废弃版本:9<br>代替接口:N/A|gridItem.d.ts|
1116|废弃版本有变化|类名:global<br>方法 or 属性:declare const GridContainer: GridContainerInterface<br>废弃版本:N/A|类名:global<br>方法 or 属性:declare const GridContainer: GridContainerInterface<br>废弃版本:9<br>代替接口:grid_col/|grid_container.d.ts|
1117|废弃版本有变化|类名:global<br>方法 or 属性:declare const GridContainerInstance: GridContainerAttribute;<br>废弃版本:N/A|类名:global<br>方法 or 属性:declare const GridContainerInstance: GridContainerAttribute;<br>废弃版本:9<br>代替接口:grid_col/|grid_container.d.ts|
1118|废弃版本有变化|类名:ImageAnimatorAttribute<br>方法 or 属性:preDecode(value: number): ImageAnimatorAttribute;<br>废弃版本:N/A|类名:ImageAnimatorAttribute<br>方法 or 属性:preDecode(value: number): ImageAnimatorAttribute;<br>废弃版本:9<br>代替接口:N/A|image_animator.d.ts|
1119|废弃版本有变化|类名:ListAttribute<br>方法 or 属性:editMode(value: boolean): ListAttribute;<br>废弃版本:N/A|类名:ListAttribute<br>方法 or 属性:editMode(value: boolean): ListAttribute;<br>废弃版本:9<br>代替接口:N/A|list.d.ts|
1120|废弃版本有变化|类名:ListAttribute<br>方法 or 属性:onItemDelete(event: (index: number) => boolean): ListAttribute;<br>废弃版本:N/A|类名:ListAttribute<br>方法 or 属性:onItemDelete(event: (index: number) => boolean): ListAttribute;<br>废弃版本:9<br>代替接口:N/A|list.d.ts|
1121|废弃版本有变化|类名:EditMode<br>废弃版本:N/A|类名:EditMode<br>废弃版本:9<br>代替接口:N/A|list_item.d.ts|
1122|废弃版本有变化|类名:ListItemAttribute<br>方法 or 属性:editable(value: boolean \| EditMode): ListItemAttribute;<br>废弃版本:N/A|类名:ListItemAttribute<br>方法 or 属性:editable(value: boolean \| EditMode): ListItemAttribute;<br>废弃版本:9<br>代替接口:N/A|list_item.d.ts|
1123|废弃版本有变化|类名:NavigationAttribute<br>方法 or 属性:subTitle(value: string): NavigationAttribute;<br>废弃版本:N/A|类名:NavigationAttribute<br>方法 or 属性:subTitle(value: string): NavigationAttribute;<br>废弃版本:9<br>代替接口:title   |navigation.d.ts|
1124|废弃版本有变化|类名:global<br>方法 or 属性:declare const RectInStance: RectAttribute;<br>废弃版本:N/A|类名:global<br>方法 or 属性:declare const RectInStance: RectAttribute;<br>废弃版本:9<br>代替接口:N/A|rect.d.ts|
1125|废弃版本有变化|类名:ScrollDirection<br>方法 or 属性:Free<br>废弃版本:N/A|类名:ScrollDirection<br>方法 or 属性:Free<br>废弃版本:9<br>代替接口:N/A|scroll.d.ts|
1126|废弃版本有变化|类名:Scroller<br>方法 or 属性:scrollPage(value: { next: boolean; direction?: Axis });<br>废弃版本:N/A|类名:Scroller<br>方法 or 属性:scrollPage(value: { next: boolean; direction?: Axis });<br>废弃版本:9<br>代替接口:N/A|scroll.d.ts|
1127|废弃版本有变化|类名:ScrollAttribute<br>方法 or 属性:onScrollEnd(event: () => void): ScrollAttribute;<br>废弃版本:N/A|类名:ScrollAttribute<br>方法 or 属性:onScrollEnd(event: () => void): ScrollAttribute;<br>废弃版本:9<br>代替接口:scroll/Scroll|scroll.d.ts|
1128|废弃版本有变化|类名:SliderAttribute<br>方法 or 属性:minLabel(value: string): SliderAttribute;<br>废弃版本:N/A|类名:SliderAttribute<br>方法 or 属性:minLabel(value: string): SliderAttribute;<br>废弃版本:9<br>代替接口:min   |slider.d.ts|
1129|废弃版本有变化|类名:SliderAttribute<br>方法 or 属性:maxLabel(value: string): SliderAttribute;<br>废弃版本:N/A|类名:SliderAttribute<br>方法 or 属性:maxLabel(value: string): SliderAttribute;<br>废弃版本:9<br>代替接口:max   |slider.d.ts|
1130|废弃版本有变化|类名:ConsoleMessage<br>方法 or 属性:constructor(message: string, sourceId: string, lineNumber: number, messageLevel: MessageLevel);<br>废弃版本:N/A|类名:ConsoleMessage<br>方法 or 属性:constructor(message: string, sourceId: string, lineNumber: number, messageLevel: MessageLevel);<br>废弃版本:9<br>代替接口:ohos.web.ConsoleMessage|web.d.ts|
1131|废弃版本有变化|类名:WebCookie<br>方法 or 属性:setCookie();<br>废弃版本:N/A|类名:WebCookie<br>方法 or 属性:setCookie();<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebCookieManager|web.d.ts|
1132|废弃版本有变化|类名:WebCookie<br>方法 or 属性:saveCookie();<br>废弃版本:N/A|类名:WebCookie<br>方法 or 属性:saveCookie();<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebCookieManager|web.d.ts|
1133|废弃版本有变化|类名:WebController<br>废弃版本:N/A|类名:WebController<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController |web.d.ts|
1134|废弃版本有变化|类名:WebController<br>方法 or 属性:constructor();<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:constructor();<br>废弃版本:9<br>代替接口:N/A|web.d.ts|
1135|废弃版本有变化|类名:WebController<br>方法 or 属性:onInactive(): void;<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:onInactive(): void;<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1136|废弃版本有变化|类名:WebController<br>方法 or 属性:onActive(): void;<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:onActive(): void;<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1137|废弃版本有变化|类名:WebController<br>方法 or 属性:zoom(factor: number): void;<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:zoom(factor: number): void;<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1138|废弃版本有变化|类名:WebController<br>方法 or 属性:clearHistory(): void;<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:clearHistory(): void;<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1139|废弃版本有变化|类名:WebController<br>方法 or 属性:runJavaScript(options: { script: string, callback?: (result: string) => void });<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:runJavaScript(options: { script: string, callback?: (result: string) => void });<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1140|废弃版本有变化|类名:WebController<br>方法 or 属性:loadData(options: { data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string });<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:loadData(options: { data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string });<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1141|废弃版本有变化|类名:WebController<br>方法 or 属性:loadUrl(options: { url: string \| Resource, headers?: Array\<Header> });<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:loadUrl(options: { url: string \| Resource, headers?: Array\<Header> });<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1142|废弃版本有变化|类名:WebController<br>方法 or 属性:refresh();<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:refresh();<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1143|废弃版本有变化|类名:WebController<br>方法 or 属性:stop();<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:stop();<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1144|废弃版本有变化|类名:WebController<br>方法 or 属性:registerJavaScriptProxy(options: { object: object, name: string, methodList: Array\<string> });<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:registerJavaScriptProxy(options: { object: object, name: string, methodList: Array\<string> });<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1145|废弃版本有变化|类名:WebController<br>方法 or 属性:deleteJavaScriptRegister(name: string);<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:deleteJavaScriptRegister(name: string);<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1146|废弃版本有变化|类名:WebController<br>方法 or 属性:getHitTest(): HitTestType;<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:getHitTest(): HitTestType;<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1147|废弃版本有变化|类名:WebController<br>方法 or 属性:requestFocus();<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:requestFocus();<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1148|废弃版本有变化|类名:WebController<br>方法 or 属性:accessBackward(): boolean;<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:accessBackward(): boolean;<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1149|废弃版本有变化|类名:WebController<br>方法 or 属性:accessForward(): boolean;<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:accessForward(): boolean;<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1150|废弃版本有变化|类名:WebController<br>方法 or 属性:accessStep(step: number): boolean;<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:accessStep(step: number): boolean;<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1151|废弃版本有变化|类名:WebController<br>方法 or 属性:backward();<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:backward();<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1152|废弃版本有变化|类名:WebController<br>方法 or 属性:forward();<br>废弃版本:N/A|类名:WebController<br>方法 or 属性:forward();<br>废弃版本:9<br>代替接口:ohos.web.webview.webview.WebviewController|web.d.ts|
1153|废弃版本有变化|类名:WebAttribute<br>方法 or 属性:textZoomAtio(textZoomAtio: number): WebAttribute;<br>废弃版本:N/A|类名:WebAttribute<br>方法 or 属性:textZoomAtio(textZoomAtio: number): WebAttribute;<br>废弃版本:9<br>代替接口:ohos.web.WebAttribute|web.d.ts|
1154|废弃版本有变化|类名:WebAttribute<br>方法 or 属性:onSslErrorReceive(callback: (event?: { handler: Function, error: object }) => void): WebAttribute;<br>废弃版本:N/A|类名:WebAttribute<br>方法 or 属性:onSslErrorReceive(callback: (event?: { handler: Function, error: object }) => void): WebAttribute;<br>废弃版本:9<br>代替接口:ohos.web.WebAttribute|web.d.ts|
1155|废弃版本有变化|类名:WebAttribute<br>方法 or 属性:onRenderExited(callback: (event?: { detail: object }) => boolean): WebAttribute;<br>废弃版本:N/A|类名:WebAttribute<br>方法 or 属性:onRenderExited(callback: (event?: { detail: object }) => boolean): WebAttribute;<br>废弃版本:9<br>代替接口:ohos.web.WebAttribute|web.d.ts|
1156|废弃版本有变化|类名:WebAttribute<br>方法 or 属性:onFileSelectorShow(callback: (event?: { callback: Function, fileSelector: object }) => void): WebAttribute;<br>废弃版本:N/A|类名:WebAttribute<br>方法 or 属性:onFileSelectorShow(callback: (event?: { callback: Function, fileSelector: object }) => void): WebAttribute;<br>废弃版本:9<br>代替接口:ohos.web.WebAttribute|web.d.ts|
1157|起始版本有变化|类名:console<br>起始版本:7|类名:console<br>起始版本:9|global.d.ts|
1158|起始版本有变化|类名:console<br>方法 or 属性:static debug(message: string, ...arguments: any[]): void;<br>起始版本:7|类名:console<br>方法 or 属性:static debug(message: string, ...arguments: any[]): void;<br>起始版本:9|global.d.ts|
1159|起始版本有变化|类名:console<br>方法 or 属性:static log(message: string, ...arguments: any[]): void;<br>起始版本:7|类名:console<br>方法 or 属性:static log(message: string, ...arguments: any[]): void;<br>起始版本:9|global.d.ts|
1160|起始版本有变化|类名:console<br>方法 or 属性:static info(message: string, ...arguments: any[]): void;<br>起始版本:7|类名:console<br>方法 or 属性:static info(message: string, ...arguments: any[]): void;<br>起始版本:9|global.d.ts|
1161|起始版本有变化|类名:console<br>方法 or 属性:static warn(message: string, ...arguments: any[]): void;<br>起始版本:7|类名:console<br>方法 or 属性:static warn(message: string, ...arguments: any[]): void;<br>起始版本:9|global.d.ts|
1162|起始版本有变化|类名:console<br>方法 or 属性:static error(message: string, ...arguments: any[]): void;<br>起始版本:7|类名:console<br>方法 or 属性:static error(message: string, ...arguments: any[]): void;<br>起始版本:9|global.d.ts|
1163|起始版本有变化|类名:<br>方法 or 属性: function getInspectorByKey(id: string): string;<br>起始版本:8|类名:<br>方法 or 属性: function getInspectorByKey(id: string): string;<br>起始版本:9|global.d.ts|
1164|起始版本有变化|类名:<br>方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;<br>起始版本:8|类名:<br>方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;<br>起始版本:9|global.d.ts|
1165|起始版本有变化|类名:<br>方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;<br>起始版本:8|类名:<br>方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;<br>起始版本:9|global.d.ts|
1166|起始版本有变化|类名:<br>方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;<br>起始版本:8|类名:<br>方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;<br>起始版本:9|global.d.ts|
1167|起始版本有变化|类名:<br>方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;<br>起始版本:8|类名:<br>方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;<br>起始版本:9|global.d.ts|
1168|起始版本有变化|类名:global<br>方法 or 属性:declare const AlphabetIndexer: AlphabetIndexerInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const AlphabetIndexer: AlphabetIndexerInterface;<br>起始版本:7|alphabet_indexer.d.ts|
1169|起始版本有变化|类名:global<br>方法 or 属性:declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;<br>起始版本:7|alphabet_indexer.d.ts|
1170|起始版本有变化|类名:global<br>方法 or 属性:declare const Animator: AnimatorInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Animator: AnimatorInterface;<br>起始版本:7|animator.d.ts|
1171|起始版本有变化|类名:global<br>方法 or 属性:declare const AnimatorInstance: AnimatorAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const AnimatorInstance: AnimatorAttribute;<br>起始版本:7|animator.d.ts|
1172|起始版本有变化|类名:BadgePosition<br>起始版本:7|类名:BadgePosition<br>起始版本:9|badge.d.ts|
1173|起始版本有变化|类名:BadgePosition<br>方法 or 属性:RightTop<br>起始版本:7|类名:BadgePosition<br>方法 or 属性:RightTop<br>起始版本:9|badge.d.ts|
1174|起始版本有变化|类名:BadgePosition<br>方法 or 属性:Right<br>起始版本:7|类名:BadgePosition<br>方法 or 属性:Right<br>起始版本:9|badge.d.ts|
1175|起始版本有变化|类名:BadgePosition<br>方法 or 属性:Left<br>起始版本:7|类名:BadgePosition<br>方法 or 属性:Left<br>起始版本:9|badge.d.ts|
1176|起始版本有变化|类名:BadgeStyle<br>起始版本:7|类名:BadgeStyle<br>起始版本:9|badge.d.ts|
1177|起始版本有变化|类名:BadgeStyle<br>方法 or 属性:color?: ResourceColor;<br>起始版本:7|类名:BadgeStyle<br>方法 or 属性:color?: ResourceColor;<br>起始版本:9|badge.d.ts|
1178|起始版本有变化|类名:BadgeStyle<br>方法 or 属性:fontSize?: number \| string;<br>起始版本:7|类名:BadgeStyle<br>方法 or 属性:fontSize?: number \| string;<br>起始版本:9|badge.d.ts|
1179|起始版本有变化|类名:BadgeStyle<br>方法 or 属性:badgeSize?: number \| string;<br>起始版本:7|类名:BadgeStyle<br>方法 or 属性:badgeSize?: number \| string;<br>起始版本:9|badge.d.ts|
1180|起始版本有变化|类名:BadgeStyle<br>方法 or 属性:badgeColor?: ResourceColor;<br>起始版本:7|类名:BadgeStyle<br>方法 or 属性:badgeColor?: ResourceColor;<br>起始版本:9|badge.d.ts|
1181|起始版本有变化|类名:BadgeParam<br>起始版本:7|类名:BadgeParam<br>起始版本:9|badge.d.ts|
1182|起始版本有变化|类名:BadgeParam<br>方法 or 属性:position?: BadgePosition;<br>起始版本:7|类名:BadgeParam<br>方法 or 属性:position?: BadgePosition;<br>起始版本:9|badge.d.ts|
1183|起始版本有变化|类名:BadgeParam<br>方法 or 属性:style: BadgeStyle;<br>起始版本:7|类名:BadgeParam<br>方法 or 属性:style: BadgeStyle;<br>起始版本:9|badge.d.ts|
1184|起始版本有变化|类名:BadgeParamWithNumber<br>起始版本:7|类名:BadgeParamWithNumber<br>起始版本:9|badge.d.ts|
1185|起始版本有变化|类名:BadgeParamWithNumber<br>方法 or 属性:count: number;<br>起始版本:7|类名:BadgeParamWithNumber<br>方法 or 属性:count: number;<br>起始版本:9|badge.d.ts|
1186|起始版本有变化|类名:BadgeParamWithNumber<br>方法 or 属性:maxCount?: number;<br>起始版本:7|类名:BadgeParamWithNumber<br>方法 or 属性:maxCount?: number;<br>起始版本:9|badge.d.ts|
1187|起始版本有变化|类名:BadgeParamWithString<br>起始版本:7|类名:BadgeParamWithString<br>起始版本:9|badge.d.ts|
1188|起始版本有变化|类名:BadgeParamWithString<br>方法 or 属性:value: string;<br>起始版本:7|类名:BadgeParamWithString<br>方法 or 属性:value: string;<br>起始版本:9|badge.d.ts|
1189|起始版本有变化|类名:BadgeInterface<br>起始版本:7|类名:BadgeInterface<br>起始版本:9|badge.d.ts|
1190|起始版本有变化|类名:BadgeInterface<br>方法 or 属性:(value: BadgeParamWithNumber): BadgeAttribute;<br>起始版本:7|类名:BadgeInterface<br>方法 or 属性:(value: BadgeParamWithNumber): BadgeAttribute;<br>起始版本:9|badge.d.ts|
1191|起始版本有变化|类名:BadgeInterface<br>方法 or 属性:(value: BadgeParamWithString): BadgeAttribute;<br>起始版本:7|类名:BadgeInterface<br>方法 or 属性:(value: BadgeParamWithString): BadgeAttribute;<br>起始版本:9|badge.d.ts|
1192|起始版本有变化|类名:BadgeAttribute<br>起始版本:7|类名:BadgeAttribute<br>起始版本:9|badge.d.ts|
1193|起始版本有变化|类名:global<br>方法 or 属性:declare const Badge: BadgeInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Badge: BadgeInterface;<br>起始版本:9|badge.d.ts|
1194|起始版本有变化|类名:global<br>方法 or 属性:declare const BadgeInstance: BadgeAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const BadgeInstance: BadgeAttribute;<br>起始版本:9|badge.d.ts|
1195|起始版本有变化|类名:BlankInterface<br>起始版本:7|类名:BlankInterface<br>起始版本:9|blank.d.ts|
1196|起始版本有变化|类名:BlankInterface<br>方法 or 属性:(min?: number \| string): BlankAttribute;<br>起始版本:7|类名:BlankInterface<br>方法 or 属性:(min?: number \| string): BlankAttribute;<br>起始版本:9|blank.d.ts|
1197|起始版本有变化|类名:BlankAttribute<br>起始版本:7|类名:BlankAttribute<br>起始版本:9|blank.d.ts|
1198|起始版本有变化|类名:BlankAttribute<br>方法 or 属性:color(value: ResourceColor): BlankAttribute;<br>起始版本:7|类名:BlankAttribute<br>方法 or 属性:color(value: ResourceColor): BlankAttribute;<br>起始版本:9|blank.d.ts|
1199|起始版本有变化|类名:global<br>方法 or 属性:declare const Blank: BlankInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Blank: BlankInterface;<br>起始版本:9|blank.d.ts|
1200|起始版本有变化|类名:global<br>方法 or 属性:declare const BlankInstance: BlankAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const BlankInstance: BlankAttribute;<br>起始版本:9|blank.d.ts|
1201|起始版本有变化|类名:ButtonType<br>起始版本:7|类名:ButtonType<br>起始版本:9|button.d.ts|
1202|起始版本有变化|类名:ButtonType<br>方法 or 属性:Capsule<br>起始版本:7|类名:ButtonType<br>方法 or 属性:Capsule<br>起始版本:9|button.d.ts|
1203|起始版本有变化|类名:ButtonType<br>方法 or 属性:Circle<br>起始版本:7|类名:ButtonType<br>方法 or 属性:Circle<br>起始版本:9|button.d.ts|
1204|起始版本有变化|类名:ButtonType<br>方法 or 属性:Normal<br>起始版本:7|类名:ButtonType<br>方法 or 属性:Normal<br>起始版本:9|button.d.ts|
1205|起始版本有变化|类名:ButtonOptions<br>起始版本:7|类名:ButtonOptions<br>起始版本:9|button.d.ts|
1206|起始版本有变化|类名:ButtonOptions<br>方法 or 属性:type?: ButtonType;<br>起始版本:7|类名:ButtonOptions<br>方法 or 属性:type?: ButtonType;<br>起始版本:9|button.d.ts|
1207|起始版本有变化|类名:ButtonOptions<br>方法 or 属性:stateEffect?: boolean;<br>起始版本:7|类名:ButtonOptions<br>方法 or 属性:stateEffect?: boolean;<br>起始版本:9|button.d.ts|
1208|起始版本有变化|类名:ButtonInterface<br>起始版本:7|类名:ButtonInterface<br>起始版本:9|button.d.ts|
1209|起始版本有变化|类名:ButtonInterface<br>方法 or 属性:(): ButtonAttribute;<br>起始版本:7|类名:ButtonInterface<br>方法 or 属性:(): ButtonAttribute;<br>起始版本:9|button.d.ts|
1210|起始版本有变化|类名:ButtonInterface<br>方法 or 属性:(options: ButtonOptions): ButtonAttribute;<br>起始版本:7|类名:ButtonInterface<br>方法 or 属性:(options: ButtonOptions): ButtonAttribute;<br>起始版本:9|button.d.ts|
1211|起始版本有变化|类名:ButtonInterface<br>方法 or 属性:(label: ResourceStr, options?: ButtonOptions): ButtonAttribute;<br>起始版本:7|类名:ButtonInterface<br>方法 or 属性:(label: ResourceStr, options?: ButtonOptions): ButtonAttribute;<br>起始版本:9|button.d.ts|
1212|起始版本有变化|类名:ButtonAttribute<br>起始版本:7|类名:ButtonAttribute<br>起始版本:9|button.d.ts|
1213|起始版本有变化|类名:ButtonAttribute<br>方法 or 属性:type(value: ButtonType): ButtonAttribute;<br>起始版本:7|类名:ButtonAttribute<br>方法 or 属性:type(value: ButtonType): ButtonAttribute;<br>起始版本:9|button.d.ts|
1214|起始版本有变化|类名:ButtonAttribute<br>方法 or 属性:stateEffect(value: boolean): ButtonAttribute;<br>起始版本:7|类名:ButtonAttribute<br>方法 or 属性:stateEffect(value: boolean): ButtonAttribute;<br>起始版本:9|button.d.ts|
1215|起始版本有变化|类名:ButtonAttribute<br>方法 or 属性:fontColor(value: ResourceColor): ButtonAttribute;<br>起始版本:7|类名:ButtonAttribute<br>方法 or 属性:fontColor(value: ResourceColor): ButtonAttribute;<br>起始版本:9|button.d.ts|
1216|起始版本有变化|类名:ButtonAttribute<br>方法 or 属性:fontSize(value: Length): ButtonAttribute;<br>起始版本:7|类名:ButtonAttribute<br>方法 or 属性:fontSize(value: Length): ButtonAttribute;<br>起始版本:9|button.d.ts|
1217|起始版本有变化|类名:ButtonAttribute<br>方法 or 属性:fontWeight(value: number \| FontWeight \| string): ButtonAttribute;<br>起始版本:7|类名:ButtonAttribute<br>方法 or 属性:fontWeight(value: number \| FontWeight \| string): ButtonAttribute;<br>起始版本:9|button.d.ts|
1218|起始版本有变化|类名:ButtonAttribute<br>方法 or 属性:fontStyle(value: FontStyle): ButtonAttribute;<br>起始版本:8|类名:ButtonAttribute<br>方法 or 属性:fontStyle(value: FontStyle): ButtonAttribute;<br>起始版本:9|button.d.ts|
1219|起始版本有变化|类名:ButtonAttribute<br>方法 or 属性:fontFamily(value: string \| Resource): ButtonAttribute;<br>起始版本:8|类名:ButtonAttribute<br>方法 or 属性:fontFamily(value: string \| Resource): ButtonAttribute;<br>起始版本:9|button.d.ts|
1220|起始版本有变化|类名:global<br>方法 or 属性:declare const Button: ButtonInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Button: ButtonInterface;<br>起始版本:9|button.d.ts|
1221|起始版本有变化|类名:global<br>方法 or 属性:declare const ButtonInstance: ButtonAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ButtonInstance: ButtonAttribute;<br>起始版本:9|button.d.ts|
1222|起始版本有变化|类名:global<br>方法 or 属性:declare const Calendar: CalendarInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Calendar: CalendarInterface;<br>起始版本:7|calendar.d.ts|
1223|起始版本有变化|类名:global<br>方法 or 属性:declare const CalendarInstance: CalendarAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const CalendarInstance: CalendarAttribute;<br>起始版本:7|calendar.d.ts|
1224|起始版本有变化|类名:CanvasGradient<br>起始版本:8|类名:CanvasGradient<br>起始版本:9|canvas.d.ts|
1225|起始版本有变化|类名:CanvasGradient<br>方法 or 属性:addColorStop(offset: number, color: string): void;<br>起始版本:8|类名:CanvasGradient<br>方法 or 属性:addColorStop(offset: number, color: string): void;<br>起始版本:9|canvas.d.ts|
1226|起始版本有变化|类名:CanvasPath<br>起始版本:8|类名:CanvasPath<br>起始版本:9|canvas.d.ts|
1227|起始版本有变化|类名:CanvasPath<br>方法 or 属性:arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;<br>起始版本:9|canvas.d.ts|
1228|起始版本有变化|类名:CanvasPath<br>方法 or 属性:arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;<br>起始版本:9|canvas.d.ts|
1229|起始版本有变化|类名:CanvasPath<br>方法 or 属性:bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;<br>起始版本:9|canvas.d.ts|
1230|起始版本有变化|类名:CanvasPath<br>方法 or 属性:closePath(): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:closePath(): void;<br>起始版本:9|canvas.d.ts|
1231|起始版本有变化|类名:CanvasPath<br>方法 or 属性:ellipse(<br>    x: number,<br>    y: number,<br>    radiusX: number,<br>    radiusY: number,<br>    rotation: number,<br>    startAngle: number,<br>    endAngle: number,<br>    counterclockwise?: boolean,<br>  ): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:ellipse(<br>    x: number,<br>    y: number,<br>    radiusX: number,<br>    radiusY: number,<br>    rotation: number,<br>    startAngle: number,<br>    endAngle: number,<br>    counterclockwise?: boolean,<br>  ): void;<br>起始版本:9|canvas.d.ts|
1232|起始版本有变化|类名:CanvasPath<br>方法 or 属性:lineTo(x: number, y: number): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:lineTo(x: number, y: number): void;<br>起始版本:9|canvas.d.ts|
1233|起始版本有变化|类名:CanvasPath<br>方法 or 属性:moveTo(x: number, y: number): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:moveTo(x: number, y: number): void;<br>起始版本:9|canvas.d.ts|
1234|起始版本有变化|类名:CanvasPath<br>方法 or 属性:quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;<br>起始版本:9|canvas.d.ts|
1235|起始版本有变化|类名:CanvasPath<br>方法 or 属性:rect(x: number, y: number, w: number, h: number): void;<br>起始版本:8|类名:CanvasPath<br>方法 or 属性:rect(x: number, y: number, w: number, h: number): void;<br>起始版本:9|canvas.d.ts|
1236|起始版本有变化|类名:Path2D<br>起始版本:8|类名:Path2D<br>起始版本:9|canvas.d.ts|
1237|起始版本有变化|类名:Path2D<br>方法 or 属性:addPath(path: Path2D, transform?: Matrix2D): void;<br>起始版本:8|类名:Path2D<br>方法 or 属性:addPath(path: Path2D, transform?: Matrix2D): void;<br>起始版本:9|canvas.d.ts|
1238|起始版本有变化|类名:Path2D<br>方法 or 属性:constructor();<br>起始版本:8|类名:Path2D<br>方法 or 属性:constructor();<br>起始版本:9|canvas.d.ts|
1239|起始版本有变化|类名:Path2D<br>方法 or 属性:constructor(path: Path2D);<br>起始版本:8|类名:Path2D<br>方法 or 属性:constructor(path: Path2D);<br>起始版本:9|canvas.d.ts|
1240|起始版本有变化|类名:Path2D<br>方法 or 属性:constructor(d: string);<br>起始版本:8|类名:Path2D<br>方法 or 属性:constructor(d: string);<br>起始版本:9|canvas.d.ts|
1241|起始版本有变化|类名:TextMetrics<br>起始版本:8|类名:TextMetrics<br>起始版本:9|canvas.d.ts|
1242|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly actualBoundingBoxAscent: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly actualBoundingBoxAscent: number;<br>起始版本:9|canvas.d.ts|
1243|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly actualBoundingBoxDescent: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly actualBoundingBoxDescent: number;<br>起始版本:9|canvas.d.ts|
1244|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly actualBoundingBoxLeft: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly actualBoundingBoxLeft: number;<br>起始版本:9|canvas.d.ts|
1245|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly actualBoundingBoxRight: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly actualBoundingBoxRight: number;<br>起始版本:9|canvas.d.ts|
1246|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly alphabeticBaseline: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly alphabeticBaseline: number;<br>起始版本:9|canvas.d.ts|
1247|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly emHeightAscent: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly emHeightAscent: number;<br>起始版本:9|canvas.d.ts|
1248|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly emHeightDescent: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly emHeightDescent: number;<br>起始版本:9|canvas.d.ts|
1249|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly fontBoundingBoxAscent: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly fontBoundingBoxAscent: number;<br>起始版本:9|canvas.d.ts|
1250|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly fontBoundingBoxDescent: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly fontBoundingBoxDescent: number;<br>起始版本:9|canvas.d.ts|
1251|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly hangingBaseline: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly hangingBaseline: number;<br>起始版本:9|canvas.d.ts|
1252|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly ideographicBaseline: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly ideographicBaseline: number;<br>起始版本:9|canvas.d.ts|
1253|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly width: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly width: number;<br>起始版本:9|canvas.d.ts|
1254|起始版本有变化|类名:TextMetrics<br>方法 or 属性:readonly height: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:readonly height: number;<br>起始版本:9|canvas.d.ts|
1255|起始版本有变化|类名:ImageBitmap<br>起始版本:8|类名:ImageBitmap<br>起始版本:9|canvas.d.ts|
1256|起始版本有变化|类名:ImageBitmap<br>方法 or 属性:readonly height: number;<br>起始版本:8|类名:ImageBitmap<br>方法 or 属性:readonly height: number;<br>起始版本:9|canvas.d.ts|
1257|起始版本有变化|类名:ImageBitmap<br>方法 or 属性:readonly width: number;<br>起始版本:8|类名:ImageBitmap<br>方法 or 属性:readonly width: number;<br>起始版本:9|canvas.d.ts|
1258|起始版本有变化|类名:ImageBitmap<br>方法 or 属性:close(): void;<br>起始版本:8|类名:ImageBitmap<br>方法 or 属性:close(): void;<br>起始版本:9|canvas.d.ts|
1259|起始版本有变化|类名:ImageBitmap<br>方法 or 属性:constructor(src: string);<br>起始版本:8|类名:ImageBitmap<br>方法 or 属性:constructor(src: string);<br>起始版本:9|canvas.d.ts|
1260|起始版本有变化|类名:ImageData<br>起始版本:8|类名:ImageData<br>起始版本:9|canvas.d.ts|
1261|起始版本有变化|类名:ImageData<br>方法 or 属性:readonly data: Uint8ClampedArray;<br>起始版本:8|类名:ImageData<br>方法 or 属性:readonly data: Uint8ClampedArray;<br>起始版本:9|canvas.d.ts|
1262|起始版本有变化|类名:ImageData<br>方法 or 属性:readonly height: number;<br>起始版本:8|类名:ImageData<br>方法 or 属性:readonly height: number;<br>起始版本:9|canvas.d.ts|
1263|起始版本有变化|类名:ImageData<br>方法 or 属性:readonly width: number;<br>起始版本:8|类名:ImageData<br>方法 or 属性:readonly width: number;<br>起始版本:9|canvas.d.ts|
1264|起始版本有变化|类名:ImageData<br>方法 or 属性:constructor(width: number, height: number, data?: Uint8ClampedArray);<br>起始版本:8|类名:ImageData<br>方法 or 属性:constructor(width: number, height: number, data?: Uint8ClampedArray);<br>起始版本:9|canvas.d.ts|
1265|起始版本有变化|类名:RenderingContextSettings<br>起始版本:8|类名:RenderingContextSettings<br>起始版本:9|canvas.d.ts|
1266|起始版本有变化|类名:RenderingContextSettings<br>方法 or 属性:antialias?: boolean;<br>起始版本:8|类名:RenderingContextSettings<br>方法 or 属性:antialias?: boolean;<br>起始版本:9|canvas.d.ts|
1267|起始版本有变化|类名:RenderingContextSettings<br>方法 or 属性:constructor(antialias?: boolean);<br>起始版本:8|类名:RenderingContextSettings<br>方法 or 属性:constructor(antialias?: boolean);<br>起始版本:9|canvas.d.ts|
1268|起始版本有变化|类名:CanvasRenderer<br>起始版本:8|类名:CanvasRenderer<br>起始版本:9|canvas.d.ts|
1269|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:globalAlpha: number;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:globalAlpha: number;<br>起始版本:9|canvas.d.ts|
1270|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:globalCompositeOperation: string;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:globalCompositeOperation: string;<br>起始版本:9|canvas.d.ts|
1271|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;<br>起始版本:9|canvas.d.ts|
1272|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;<br>起始版本:9|canvas.d.ts|
1273|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:drawImage(<br>    image: ImageBitmap \| PixelMap,<br>    sx: number,<br>    sy: number,<br>    sw: number,<br>    sh: number,<br>    dx: number,<br>    dy: number,<br>    dw: number,<br>    dh: number,<br>  ): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:drawImage(<br>    image: ImageBitmap \| PixelMap,<br>    sx: number,<br>    sy: number,<br>    sw: number,<br>    sh: number,<br>    dx: number,<br>    dy: number,<br>    dw: number,<br>    dh: number,<br>  ): void;<br>起始版本:9|canvas.d.ts|
1274|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:beginPath(): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:beginPath(): void;<br>起始版本:9|canvas.d.ts|
1275|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:clip(fillRule?: CanvasFillRule): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:clip(fillRule?: CanvasFillRule): void;<br>起始版本:9|canvas.d.ts|
1276|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:clip(path: Path2D, fillRule?: CanvasFillRule): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:clip(path: Path2D, fillRule?: CanvasFillRule): void;<br>起始版本:9|canvas.d.ts|
1277|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:fill(fillRule?: CanvasFillRule): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:fill(fillRule?: CanvasFillRule): void;<br>起始版本:9|canvas.d.ts|
1278|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:fill(path: Path2D, fillRule?: CanvasFillRule): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:fill(path: Path2D, fillRule?: CanvasFillRule): void;<br>起始版本:9|canvas.d.ts|
1279|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:stroke(): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:stroke(): void;<br>起始版本:9|canvas.d.ts|
1280|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:stroke(path: Path2D): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:stroke(path: Path2D): void;<br>起始版本:9|canvas.d.ts|
1281|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:fillStyle: string \| CanvasGradient \| CanvasPattern;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:fillStyle: string \| CanvasGradient \| CanvasPattern;<br>起始版本:9|canvas.d.ts|
1282|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:strokeStyle: string \| CanvasGradient \| CanvasPattern;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:strokeStyle: string \| CanvasGradient \| CanvasPattern;<br>起始版本:9|canvas.d.ts|
1283|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;<br>起始版本:9|canvas.d.ts|
1284|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;<br>起始版本:9|canvas.d.ts|
1285|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;<br>起始版本:9|canvas.d.ts|
1286|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:createImageData(sw: number, sh: number): ImageData;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:createImageData(sw: number, sh: number): ImageData;<br>起始版本:9|canvas.d.ts|
1287|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:createImageData(imagedata: ImageData): ImageData;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:createImageData(imagedata: ImageData): ImageData;<br>起始版本:9|canvas.d.ts|
1288|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;<br>起始版本:9|canvas.d.ts|
1289|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:putImageData(imagedata: ImageData, dx: number, dy: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:putImageData(imagedata: ImageData, dx: number, dy: number): void;<br>起始版本:9|canvas.d.ts|
1290|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:putImageData(<br>    imagedata: ImageData,<br>    dx: number,<br>    dy: number,<br>    dirtyX: number,<br>    dirtyY: number,<br>    dirtyWidth: number,<br>    dirtyHeight: number,<br>  ): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:putImageData(<br>    imagedata: ImageData,<br>    dx: number,<br>    dy: number,<br>    dirtyX: number,<br>    dirtyY: number,<br>    dirtyWidth: number,<br>    dirtyHeight: number,<br>  ): void;<br>起始版本:9|canvas.d.ts|
1291|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:imageSmoothingEnabled: boolean;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:imageSmoothingEnabled: boolean;<br>起始版本:9|canvas.d.ts|
1292|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:lineCap: CanvasLineCap;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:lineCap: CanvasLineCap;<br>起始版本:9|canvas.d.ts|
1293|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:lineDashOffset: number;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:lineDashOffset: number;<br>起始版本:9|canvas.d.ts|
1294|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:lineJoin: CanvasLineJoin;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:lineJoin: CanvasLineJoin;<br>起始版本:9|canvas.d.ts|
1295|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:lineWidth: number;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:lineWidth: number;<br>起始版本:9|canvas.d.ts|
1296|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:miterLimit: number;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:miterLimit: number;<br>起始版本:9|canvas.d.ts|
1297|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:getLineDash(): number[];<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:getLineDash(): number[];<br>起始版本:9|canvas.d.ts|
1298|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:setLineDash(segments: number[]): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:setLineDash(segments: number[]): void;<br>起始版本:9|canvas.d.ts|
1299|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:clearRect(x: number, y: number, w: number, h: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:clearRect(x: number, y: number, w: number, h: number): void;<br>起始版本:9|canvas.d.ts|
1300|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:fillRect(x: number, y: number, w: number, h: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:fillRect(x: number, y: number, w: number, h: number): void;<br>起始版本:9|canvas.d.ts|
1301|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:strokeRect(x: number, y: number, w: number, h: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:strokeRect(x: number, y: number, w: number, h: number): void;<br>起始版本:9|canvas.d.ts|
1302|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:shadowBlur: number;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:shadowBlur: number;<br>起始版本:9|canvas.d.ts|
1303|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:shadowColor: string;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:shadowColor: string;<br>起始版本:9|canvas.d.ts|
1304|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:shadowOffsetX: number;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:shadowOffsetX: number;<br>起始版本:9|canvas.d.ts|
1305|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:shadowOffsetY: number;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:shadowOffsetY: number;<br>起始版本:9|canvas.d.ts|
1306|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:restore(): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:restore(): void;<br>起始版本:9|canvas.d.ts|
1307|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:save(): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:save(): void;<br>起始版本:9|canvas.d.ts|
1308|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:fillText(text: string, x: number, y: number, maxWidth?: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:fillText(text: string, x: number, y: number, maxWidth?: number): void;<br>起始版本:9|canvas.d.ts|
1309|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:measureText(text: string): TextMetrics;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:measureText(text: string): TextMetrics;<br>起始版本:9|canvas.d.ts|
1310|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:strokeText(text: string, x: number, y: number, maxWidth?: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:strokeText(text: string, x: number, y: number, maxWidth?: number): void;<br>起始版本:9|canvas.d.ts|
1311|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:font: string;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:font: string;<br>起始版本:9|canvas.d.ts|
1312|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:textAlign: CanvasTextAlign;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:textAlign: CanvasTextAlign;<br>起始版本:9|canvas.d.ts|
1313|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:textBaseline: CanvasTextBaseline;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:textBaseline: CanvasTextBaseline;<br>起始版本:9|canvas.d.ts|
1314|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:getTransform(): Matrix2D;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:getTransform(): Matrix2D;<br>起始版本:9|canvas.d.ts|
1315|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:resetTransform(): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:resetTransform(): void;<br>起始版本:9|canvas.d.ts|
1316|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:rotate(angle: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:rotate(angle: number): void;<br>起始版本:9|canvas.d.ts|
1317|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:scale(x: number, y: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:scale(x: number, y: number): void;<br>起始版本:9|canvas.d.ts|
1318|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>起始版本:9|canvas.d.ts|
1319|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:setTransform(transform?: Matrix2D): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:setTransform(transform?: Matrix2D): void;<br>起始版本:9|canvas.d.ts|
1320|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:transform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:transform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>起始版本:9|canvas.d.ts|
1321|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:translate(x: number, y: number): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:translate(x: number, y: number): void;<br>起始版本:9|canvas.d.ts|
1322|起始版本有变化|类名:CanvasRenderer<br>方法 or 属性:transferFromImageBitmap(bitmap: ImageBitmap): void;<br>起始版本:8|类名:CanvasRenderer<br>方法 or 属性:transferFromImageBitmap(bitmap: ImageBitmap): void;<br>起始版本:9|canvas.d.ts|
1323|起始版本有变化|类名:CanvasRenderingContext2D<br>起始版本:8|类名:CanvasRenderingContext2D<br>起始版本:9|canvas.d.ts|
1324|起始版本有变化|类名:CanvasRenderingContext2D<br>方法 or 属性:readonly height: number;<br>起始版本:8|类名:CanvasRenderingContext2D<br>方法 or 属性:readonly height: number;<br>起始版本:9|canvas.d.ts|
1325|起始版本有变化|类名:CanvasRenderingContext2D<br>方法 or 属性:readonly width: number;<br>起始版本:8|类名:CanvasRenderingContext2D<br>方法 or 属性:readonly width: number;<br>起始版本:9|canvas.d.ts|
1326|起始版本有变化|类名:CanvasRenderingContext2D<br>方法 or 属性:toDataURL(type?: string, quality?: any): string;<br>起始版本:8|类名:CanvasRenderingContext2D<br>方法 or 属性:toDataURL(type?: string, quality?: any): string;<br>起始版本:9|canvas.d.ts|
1327|起始版本有变化|类名:CanvasRenderingContext2D<br>方法 or 属性:constructor(settings?: RenderingContextSettings);<br>起始版本:8|类名:CanvasRenderingContext2D<br>方法 or 属性:constructor(settings?: RenderingContextSettings);<br>起始版本:9|canvas.d.ts|
1328|起始版本有变化|类名:OffscreenCanvasRenderingContext2D<br>起始版本:8|类名:OffscreenCanvasRenderingContext2D<br>起始版本:9|canvas.d.ts|
1329|起始版本有变化|类名:OffscreenCanvasRenderingContext2D<br>方法 or 属性:toDataURL(type?: string, quality?: any): string;<br>起始版本:8|类名:OffscreenCanvasRenderingContext2D<br>方法 or 属性:toDataURL(type?: string, quality?: any): string;<br>起始版本:9|canvas.d.ts|
1330|起始版本有变化|类名:OffscreenCanvasRenderingContext2D<br>方法 or 属性:transferToImageBitmap(): ImageBitmap;<br>起始版本:8|类名:OffscreenCanvasRenderingContext2D<br>方法 or 属性:transferToImageBitmap(): ImageBitmap;<br>起始版本:9|canvas.d.ts|
1331|起始版本有变化|类名:OffscreenCanvasRenderingContext2D<br>方法 or 属性:constructor(width: number, height: number, settings?: RenderingContextSettings);<br>起始版本:8|类名:OffscreenCanvasRenderingContext2D<br>方法 or 属性:constructor(width: number, height: number, settings?: RenderingContextSettings);<br>起始版本:9|canvas.d.ts|
1332|起始版本有变化|类名:OffscreenCanvas<br>起始版本:8|类名:OffscreenCanvas<br>起始版本:9|canvas.d.ts|
1333|起始版本有变化|类名:OffscreenCanvas<br>方法 or 属性:height: number;<br>起始版本:8|类名:OffscreenCanvas<br>方法 or 属性:height: number;<br>起始版本:9|canvas.d.ts|
1334|起始版本有变化|类名:OffscreenCanvas<br>方法 or 属性:width: number;<br>起始版本:8|类名:OffscreenCanvas<br>方法 or 属性:width: number;<br>起始版本:9|canvas.d.ts|
1335|起始版本有变化|类名:OffscreenCanvas<br>方法 or 属性:transferToImageBitmap(): ImageBitmap;<br>起始版本:8|类名:OffscreenCanvas<br>方法 or 属性:transferToImageBitmap(): ImageBitmap;<br>起始版本:9|canvas.d.ts|
1336|起始版本有变化|类名:OffscreenCanvas<br>方法 or 属性:constructor(width: number, height: number);<br>起始版本:8|类名:OffscreenCanvas<br>方法 or 属性:constructor(width: number, height: number);<br>起始版本:9|canvas.d.ts|
1337|起始版本有变化|类名:CanvasInterface<br>起始版本:8|类名:CanvasInterface<br>起始版本:9|canvas.d.ts|
1338|起始版本有变化|类名:CanvasInterface<br>方法 or 属性:(context?: CanvasRenderingContext2D): CanvasAttribute;<br>起始版本:8|类名:CanvasInterface<br>方法 or 属性:(context?: CanvasRenderingContext2D): CanvasAttribute;<br>起始版本:9|canvas.d.ts|
1339|起始版本有变化|类名:CanvasAttribute<br>方法 or 属性:onReady(event: () => void): CanvasAttribute;<br>起始版本:8|类名:CanvasAttribute<br>方法 or 属性:onReady(event: () => void): CanvasAttribute;<br>起始版本:9|canvas.d.ts|
1340|起始版本有变化|类名:global<br>方法 or 属性:declare const Canvas: CanvasInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Canvas: CanvasInterface;<br>起始版本:9|canvas.d.ts|
1341|起始版本有变化|类名:global<br>方法 or 属性:declare const CanvasInstance: CanvasAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const CanvasInstance: CanvasAttribute;<br>起始版本:9|canvas.d.ts|
1342|起始版本有变化|类名:CheckboxOptions<br>起始版本:8|类名:CheckboxOptions<br>起始版本:9|checkbox.d.ts|
1343|起始版本有变化|类名:CheckboxOptions<br>方法 or 属性:name?: string;<br>起始版本:8|类名:CheckboxOptions<br>方法 or 属性:name?: string;<br>起始版本:9|checkbox.d.ts|
1344|起始版本有变化|类名:CheckboxOptions<br>方法 or 属性:group?: string;<br>起始版本:8|类名:CheckboxOptions<br>方法 or 属性:group?: string;<br>起始版本:9|checkbox.d.ts|
1345|起始版本有变化|类名:CheckboxInterface<br>起始版本:8|类名:CheckboxInterface<br>起始版本:9|checkbox.d.ts|
1346|起始版本有变化|类名:CheckboxInterface<br>方法 or 属性:(options?: CheckboxOptions): CheckboxAttribute;<br>起始版本:8|类名:CheckboxInterface<br>方法 or 属性:(options?: CheckboxOptions): CheckboxAttribute;<br>起始版本:9|checkbox.d.ts|
1347|起始版本有变化|类名:CheckboxAttribute<br>起始版本:8|类名:CheckboxAttribute<br>起始版本:9|checkbox.d.ts|
1348|起始版本有变化|类名:CheckboxAttribute<br>方法 or 属性:select(value: boolean): CheckboxAttribute;<br>起始版本:8|类名:CheckboxAttribute<br>方法 or 属性:select(value: boolean): CheckboxAttribute;<br>起始版本:9|checkbox.d.ts|
1349|起始版本有变化|类名:CheckboxAttribute<br>方法 or 属性:selectedColor(value: ResourceColor): CheckboxAttribute;<br>起始版本:8|类名:CheckboxAttribute<br>方法 or 属性:selectedColor(value: ResourceColor): CheckboxAttribute;<br>起始版本:9|checkbox.d.ts|
1350|起始版本有变化|类名:CheckboxAttribute<br>方法 or 属性:onChange(callback: (value: boolean) => void): CheckboxAttribute;<br>起始版本:8|类名:CheckboxAttribute<br>方法 or 属性:onChange(callback: (value: boolean) => void): CheckboxAttribute;<br>起始版本:9|checkbox.d.ts|
1351|起始版本有变化|类名:global<br>方法 or 属性:declare const Checkbox: CheckboxInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Checkbox: CheckboxInterface;<br>起始版本:9|checkbox.d.ts|
1352|起始版本有变化|类名:global<br>方法 or 属性:declare const CheckboxInstance: CheckboxAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const CheckboxInstance: CheckboxAttribute;<br>起始版本:9|checkbox.d.ts|
1353|起始版本有变化|类名:SelectStatus<br>起始版本:8|类名:SelectStatus<br>起始版本:9|checkboxgroup.d.ts|
1354|起始版本有变化|类名:SelectStatus<br>方法 or 属性:All<br>起始版本:8|类名:SelectStatus<br>方法 or 属性:All<br>起始版本:9|checkboxgroup.d.ts|
1355|起始版本有变化|类名:SelectStatus<br>方法 or 属性:Part<br>起始版本:8|类名:SelectStatus<br>方法 or 属性:Part<br>起始版本:9|checkboxgroup.d.ts|
1356|起始版本有变化|类名:SelectStatus<br>方法 or 属性:None<br>起始版本:8|类名:SelectStatus<br>方法 or 属性:None<br>起始版本:9|checkboxgroup.d.ts|
1357|起始版本有变化|类名:CheckboxGroupOptions<br>起始版本:8|类名:CheckboxGroupOptions<br>起始版本:9|checkboxgroup.d.ts|
1358|起始版本有变化|类名:CheckboxGroupOptions<br>方法 or 属性:group?: string;<br>起始版本:8|类名:CheckboxGroupOptions<br>方法 or 属性:group?: string;<br>起始版本:9|checkboxgroup.d.ts|
1359|起始版本有变化|类名:CheckboxGroupResult<br>起始版本:8|类名:CheckboxGroupResult<br>起始版本:9|checkboxgroup.d.ts|
1360|起始版本有变化|类名:CheckboxGroupResult<br>方法 or 属性:name: Array\<string>;<br>起始版本:8|类名:CheckboxGroupResult<br>方法 or 属性:name: Array\<string>;<br>起始版本:9|checkboxgroup.d.ts|
1361|起始版本有变化|类名:CheckboxGroupResult<br>方法 or 属性:status: SelectStatus;<br>起始版本:8|类名:CheckboxGroupResult<br>方法 or 属性:status: SelectStatus;<br>起始版本:9|checkboxgroup.d.ts|
1362|起始版本有变化|类名:CheckboxGroupInterface<br>起始版本:8|类名:CheckboxGroupInterface<br>起始版本:9|checkboxgroup.d.ts|
1363|起始版本有变化|类名:CheckboxGroupInterface<br>方法 or 属性:(options?: CheckboxGroupOptions): CheckboxGroupAttribute;<br>起始版本:8|类名:CheckboxGroupInterface<br>方法 or 属性:(options?: CheckboxGroupOptions): CheckboxGroupAttribute;<br>起始版本:9|checkboxgroup.d.ts|
1364|起始版本有变化|类名:CheckboxGroupAttribute<br>起始版本:8|类名:CheckboxGroupAttribute<br>起始版本:9|checkboxgroup.d.ts|
1365|起始版本有变化|类名:CheckboxGroupAttribute<br>方法 or 属性:selectAll(value: boolean): CheckboxGroupAttribute;<br>起始版本:8|类名:CheckboxGroupAttribute<br>方法 or 属性:selectAll(value: boolean): CheckboxGroupAttribute;<br>起始版本:9|checkboxgroup.d.ts|
1366|起始版本有变化|类名:CheckboxGroupAttribute<br>方法 or 属性:selectedColor(value: ResourceColor): CheckboxGroupAttribute;<br>起始版本:8|类名:CheckboxGroupAttribute<br>方法 or 属性:selectedColor(value: ResourceColor): CheckboxGroupAttribute;<br>起始版本:9|checkboxgroup.d.ts|
1367|起始版本有变化|类名:CheckboxGroupAttribute<br>方法 or 属性:onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;<br>起始版本:8|类名:CheckboxGroupAttribute<br>方法 or 属性:onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;<br>起始版本:9|checkboxgroup.d.ts|
1368|起始版本有变化|类名:global<br>方法 or 属性:declare const CheckboxGroup: CheckboxGroupInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const CheckboxGroup: CheckboxGroupInterface;<br>起始版本:9|checkboxgroup.d.ts|
1369|起始版本有变化|类名:global<br>方法 or 属性:declare const CheckboxGroupInstance: CheckboxGroupAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const CheckboxGroupInstance: CheckboxGroupAttribute;<br>起始版本:9|checkboxgroup.d.ts|
1370|起始版本有变化|类名:CircleOptions<br>起始版本:7|类名:CircleOptions<br>起始版本:9|circle.d.ts|
1371|起始版本有变化|类名:CircleOptions<br>方法 or 属性:width?: string \| number;<br>起始版本:7|类名:CircleOptions<br>方法 or 属性:width?: string \| number;<br>起始版本:9|circle.d.ts|
1372|起始版本有变化|类名:CircleOptions<br>方法 or 属性:height?: string \| number;<br>起始版本:7|类名:CircleOptions<br>方法 or 属性:height?: string \| number;<br>起始版本:9|circle.d.ts|
1373|起始版本有变化|类名:CircleInterface<br>起始版本:7|类名:CircleInterface<br>起始版本:9|circle.d.ts|
1374|起始版本有变化|类名:CircleInterface<br>方法 or 属性:new (value?: CircleOptions): CircleAttribute;<br>起始版本:7|类名:CircleInterface<br>方法 or 属性:new (value?: CircleOptions): CircleAttribute;<br>起始版本:9|circle.d.ts|
1375|起始版本有变化|类名:CircleInterface<br>方法 or 属性:(value?: CircleOptions): CircleAttribute;<br>起始版本:7|类名:CircleInterface<br>方法 or 属性:(value?: CircleOptions): CircleAttribute;<br>起始版本:9|circle.d.ts|
1376|起始版本有变化|类名:CircleAttribute<br>起始版本:7|类名:CircleAttribute<br>起始版本:9|circle.d.ts|
1377|起始版本有变化|类名:global<br>方法 or 属性:declare const Circle: CircleInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Circle: CircleInterface;<br>起始版本:9|circle.d.ts|
1378|起始版本有变化|类名:global<br>方法 or 属性:declare const CircleInstance: CircleAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const CircleInstance: CircleAttribute;<br>起始版本:9|circle.d.ts|
1379|起始版本有变化|类名:ColumnInterface<br>起始版本:7|类名:ColumnInterface<br>起始版本:9|column.d.ts|
1380|起始版本有变化|类名:ColumnInterface<br>方法 or 属性:(value?: { space?: string \| number }): ColumnAttribute;<br>起始版本:7|类名:ColumnInterface<br>方法 or 属性:(value?: { space?: string \| number }): ColumnAttribute;<br>起始版本:9|column.d.ts|
1381|起始版本有变化|类名:ColumnAttribute<br>起始版本:7|类名:ColumnAttribute<br>起始版本:9|column.d.ts|
1382|起始版本有变化|类名:ColumnAttribute<br>方法 or 属性:alignItems(value: HorizontalAlign): ColumnAttribute;<br>起始版本:7|类名:ColumnAttribute<br>方法 or 属性:alignItems(value: HorizontalAlign): ColumnAttribute;<br>起始版本:9|column.d.ts|
1383|起始版本有变化|类名:ColumnAttribute<br>方法 or 属性:justifyContent(value: FlexAlign): ColumnAttribute;<br>起始版本:8|类名:ColumnAttribute<br>方法 or 属性:justifyContent(value: FlexAlign): ColumnAttribute;<br>起始版本:9|column.d.ts|
1384|起始版本有变化|类名:global<br>方法 or 属性:declare const Column: ColumnInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Column: ColumnInterface;<br>起始版本:9|column.d.ts|
1385|起始版本有变化|类名:global<br>方法 or 属性:declare const ColumnInstance: ColumnAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ColumnInstance: ColumnAttribute;<br>起始版本:9|column.d.ts|
1386|起始版本有变化|类名:global<br>方法 or 属性:declare const ColumnSplitInstance: ColumnSplitAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ColumnSplitInstance: ColumnSplitAttribute;<br>起始版本:7|column_split.d.ts|
1387|起始版本有变化|类名:global<br>方法 or 属性:declare const ColumnSplit: ColumnSplitInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ColumnSplit: ColumnSplitInterface;<br>起始版本:7|column_split.d.ts|
1388|起始版本有变化|类名:global<br>方法 or 属性:declare const Component: ClassDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const Component: ClassDecorator;<br>起始版本:9|common.d.ts|
1389|起始版本有变化|类名:global<br>方法 or 属性:declare const Observed: ClassDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const Observed: ClassDecorator;<br>起始版本:9|common.d.ts|
1390|起始版本有变化|类名:global<br>方法 or 属性:declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator);<br>起始版本:7|类名:global<br>方法 or 属性:declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator);<br>起始版本:9|common.d.ts|
1391|起始版本有变化|类名:global<br>方法 or 属性:declare const BuilderParam: PropertyDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const BuilderParam: PropertyDecorator;<br>起始版本:9|common.d.ts|
1392|起始版本有变化|类名:global<br>方法 or 属性:declare const State: PropertyDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const State: PropertyDecorator;<br>起始版本:9|common.d.ts|
1393|起始版本有变化|类名:global<br>方法 or 属性:declare const Prop: PropertyDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const Prop: PropertyDecorator;<br>起始版本:9|common.d.ts|
1394|起始版本有变化|类名:global<br>方法 or 属性:declare const Link: PropertyDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const Link: PropertyDecorator;<br>起始版本:9|common.d.ts|
1395|起始版本有变化|类名:global<br>方法 or 属性:declare const ObjectLink: PropertyDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const ObjectLink: PropertyDecorator;<br>起始版本:9|common.d.ts|
1396|起始版本有变化|类名:global<br>方法 or 属性:declare const Provide: PropertyDecorator & ((value: string) => PropertyDecorator);<br>起始版本:7|类名:global<br>方法 or 属性:declare const Provide: PropertyDecorator & ((value: string) => PropertyDecorator);<br>起始版本:9|common.d.ts|
1397|起始版本有变化|类名:global<br>方法 or 属性:declare const Consume: PropertyDecorator & ((value: string) => PropertyDecorator);<br>起始版本:7|类名:global<br>方法 or 属性:declare const Consume: PropertyDecorator & ((value: string) => PropertyDecorator);<br>起始版本:9|common.d.ts|
1398|起始版本有变化|类名:global<br>方法 or 属性:declare const Watch: (value: string) => PropertyDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const Watch: (value: string) => PropertyDecorator;<br>起始版本:9|common.d.ts|
1399|起始版本有变化|类名:global<br>方法 or 属性:declare const Builder: MethodDecorator;<br>起始版本:7|类名:global<br>方法 or 属性:declare const Builder: MethodDecorator;<br>起始版本:9|common.d.ts|
1400|起始版本有变化|类名:global<br>方法 or 属性:declare const Styles: MethodDecorator;<br>起始版本:8|类名:global<br>方法 or 属性:declare const Styles: MethodDecorator;<br>起始版本:9|common.d.ts|
1401|起始版本有变化|类名:global<br>方法 or 属性:declare const Extend: MethodDecorator & ((value: any) => MethodDecorator);<br>起始版本:7|类名:global<br>方法 or 属性:declare const Extend: MethodDecorator & ((value: any) => MethodDecorator);<br>起始版本:9|common.d.ts|
1402|起始版本有变化|类名:Configuration<br>起始版本:7|类名:Configuration<br>起始版本:9|common.d.ts|
1403|起始版本有变化|类名:Configuration<br>方法 or 属性:readonly colorMode: string;<br>起始版本:7|类名:Configuration<br>方法 or 属性:readonly colorMode: string;<br>起始版本:9|common.d.ts|
1404|起始版本有变化|类名:Configuration<br>方法 or 属性:readonly fontScale: number;<br>起始版本:7|类名:Configuration<br>方法 or 属性:readonly fontScale: number;<br>起始版本:9|common.d.ts|
1405|起始版本有变化|类名:Rectangle<br>起始版本:8|类名:Rectangle<br>起始版本:9|common.d.ts|
1406|起始版本有变化|类名:Rectangle<br>方法 or 属性:x?: Length;<br>起始版本:8|类名:Rectangle<br>方法 or 属性:x?: Length;<br>起始版本:9|common.d.ts|
1407|起始版本有变化|类名:Rectangle<br>方法 or 属性:y?: Length;<br>起始版本:8|类名:Rectangle<br>方法 or 属性:y?: Length;<br>起始版本:9|common.d.ts|
1408|起始版本有变化|类名:Rectangle<br>方法 or 属性:width?: Length;<br>起始版本:8|类名:Rectangle<br>方法 or 属性:width?: Length;<br>起始版本:9|common.d.ts|
1409|起始版本有变化|类名:Rectangle<br>方法 or 属性:height?: Length;<br>起始版本:8|类名:Rectangle<br>方法 or 属性:height?: Length;<br>起始版本:9|common.d.ts|
1410|起始版本有变化|类名:<br>方法 or 属性:function $r(value: string, ...params: any[]): Resource;<br>起始版本:7|类名:<br>方法 or 属性:function $r(value: string, ...params: any[]): Resource;<br>起始版本:9|common.d.ts|
1411|起始版本有变化|类名:<br>方法 or 属性:function $rawfile(value: string): Resource;<br>起始版本:7|类名:<br>方法 or 属性:function $rawfile(value: string): Resource;<br>起始版本:9|common.d.ts|
1412|起始版本有变化|类名:AnimateParam<br>起始版本:7|类名:AnimateParam<br>起始版本:9|common.d.ts|
1413|起始版本有变化|类名:AnimateParam<br>方法 or 属性:duration?: number;<br>起始版本:7|类名:AnimateParam<br>方法 or 属性:duration?: number;<br>起始版本:9|common.d.ts|
1414|起始版本有变化|类名:AnimateParam<br>方法 or 属性:playMode?: PlayMode;<br>起始版本:7|类名:AnimateParam<br>方法 or 属性:playMode?: PlayMode;<br>起始版本:9|common.d.ts|
1415|起始版本有变化|类名:AnimateParam<br>方法 or 属性:onFinish?: () => void;<br>起始版本:7|类名:AnimateParam<br>方法 or 属性:onFinish?: () => void;<br>起始版本:9|common.d.ts|
1416|起始版本有变化|类名:TranslateOptions<br>起始版本:7|类名:TranslateOptions<br>起始版本:9|common.d.ts|
1417|起始版本有变化|类名:TranslateOptions<br>方法 or 属性:x?: number \| string;<br>起始版本:7|类名:TranslateOptions<br>方法 or 属性:x?: number \| string;<br>起始版本:9|common.d.ts|
1418|起始版本有变化|类名:TranslateOptions<br>方法 or 属性:y?: number \| string;<br>起始版本:7|类名:TranslateOptions<br>方法 or 属性:y?: number \| string;<br>起始版本:9|common.d.ts|
1419|起始版本有变化|类名:TranslateOptions<br>方法 or 属性:z?: number \| string;<br>起始版本:7|类名:TranslateOptions<br>方法 or 属性:z?: number \| string;<br>起始版本:9|common.d.ts|
1420|起始版本有变化|类名:ScaleOptions<br>起始版本:7|类名:ScaleOptions<br>起始版本:9|common.d.ts|
1421|起始版本有变化|类名:ScaleOptions<br>方法 or 属性:x?: number;<br>起始版本:7|类名:ScaleOptions<br>方法 or 属性:x?: number;<br>起始版本:9|common.d.ts|
1422|起始版本有变化|类名:ScaleOptions<br>方法 or 属性:y?: number;<br>起始版本:7|类名:ScaleOptions<br>方法 or 属性:y?: number;<br>起始版本:9|common.d.ts|
1423|起始版本有变化|类名:ScaleOptions<br>方法 or 属性:z?: number;<br>起始版本:7|类名:ScaleOptions<br>方法 or 属性:z?: number;<br>起始版本:9|common.d.ts|
1424|起始版本有变化|类名:ScaleOptions<br>方法 or 属性:centerX?: number \| string;<br>起始版本:7|类名:ScaleOptions<br>方法 or 属性:centerX?: number \| string;<br>起始版本:9|common.d.ts|
1425|起始版本有变化|类名:ScaleOptions<br>方法 or 属性:centerY?: number \| string;<br>起始版本:7|类名:ScaleOptions<br>方法 or 属性:centerY?: number \| string;<br>起始版本:9|common.d.ts|
1426|起始版本有变化|类名:RotateOptions<br>方法 or 属性:x?: number;<br>起始版本:7|类名:RotateOptions<br>方法 or 属性:x?: number;<br>起始版本:9|common.d.ts|
1427|起始版本有变化|类名:RotateOptions<br>方法 or 属性:y?: number;<br>起始版本:7|类名:RotateOptions<br>方法 or 属性:y?: number;<br>起始版本:9|common.d.ts|
1428|起始版本有变化|类名:RotateOptions<br>方法 or 属性:z?: number;<br>起始版本:7|类名:RotateOptions<br>方法 or 属性:z?: number;<br>起始版本:9|common.d.ts|
1429|起始版本有变化|类名:RotateOptions<br>方法 or 属性:centerX?: number \| string;<br>起始版本:7|类名:RotateOptions<br>方法 or 属性:centerX?: number \| string;<br>起始版本:9|common.d.ts|
1430|起始版本有变化|类名:RotateOptions<br>方法 or 属性:centerY?: number \| string;<br>起始版本:7|类名:RotateOptions<br>方法 or 属性:centerY?: number \| string;<br>起始版本:9|common.d.ts|
1431|起始版本有变化|类名:RotateOptions<br>方法 or 属性:angle: number \| string;<br>起始版本:7|类名:RotateOptions<br>方法 or 属性:angle: number \| string;<br>起始版本:9|common.d.ts|
1432|起始版本有变化|类名:TransitionOptions<br>起始版本:7|类名:TransitionOptions<br>起始版本:9|common.d.ts|
1433|起始版本有变化|类名:TransitionOptions<br>方法 or 属性:type?: TransitionType;<br>起始版本:7|类名:TransitionOptions<br>方法 or 属性:type?: TransitionType;<br>起始版本:9|common.d.ts|
1434|起始版本有变化|类名:TransitionOptions<br>方法 or 属性:opacity?: number;<br>起始版本:7|类名:TransitionOptions<br>方法 or 属性:opacity?: number;<br>起始版本:9|common.d.ts|
1435|起始版本有变化|类名:TransitionOptions<br>方法 or 属性:translate?: TranslateOptions;<br>起始版本:7|类名:TransitionOptions<br>方法 or 属性:translate?: TranslateOptions;<br>起始版本:9|common.d.ts|
1436|起始版本有变化|类名:TransitionOptions<br>方法 or 属性:scale?: ScaleOptions;<br>起始版本:7|类名:TransitionOptions<br>方法 or 属性:scale?: ScaleOptions;<br>起始版本:9|common.d.ts|
1437|起始版本有变化|类名:TransitionOptions<br>方法 or 属性:rotate?: RotateOptions;<br>起始版本:7|类名:TransitionOptions<br>方法 or 属性:rotate?: RotateOptions;<br>起始版本:9|common.d.ts|
1438|起始版本有变化|类名:PreviewParams<br>起始版本:8|类名:PreviewParams<br>起始版本:9|common.d.ts|
1439|起始版本有变化|类名:PreviewParams<br>方法 or 属性:title?: string;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:title?: string;<br>起始版本:9|common.d.ts|
1440|起始版本有变化|类名:PreviewParams<br>方法 or 属性:width?: number;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:width?: number;<br>起始版本:9|common.d.ts|
1441|起始版本有变化|类名:PreviewParams<br>方法 or 属性:height?: number;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:height?: number;<br>起始版本:9|common.d.ts|
1442|起始版本有变化|类名:PreviewParams<br>方法 or 属性:locale?: string;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:locale?: string;<br>起始版本:9|common.d.ts|
1443|起始版本有变化|类名:PreviewParams<br>方法 or 属性:colorMode?: string;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:colorMode?: string;<br>起始版本:9|common.d.ts|
1444|起始版本有变化|类名:PreviewParams<br>方法 or 属性:deviceType?: string;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:deviceType?: string;<br>起始版本:9|common.d.ts|
1445|起始版本有变化|类名:PreviewParams<br>方法 or 属性:dpi?: number;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:dpi?: number;<br>起始版本:9|common.d.ts|
1446|起始版本有变化|类名:PreviewParams<br>方法 or 属性:orientation?: string;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:orientation?: string;<br>起始版本:9|common.d.ts|
1447|起始版本有变化|类名:PreviewParams<br>方法 or 属性:roundScreen?: boolean;<br>起始版本:8|类名:PreviewParams<br>方法 or 属性:roundScreen?: boolean;<br>起始版本:9|common.d.ts|
1448|起始版本有变化|类名:<br>方法 or 属性:function animateTo(value: AnimateParam, event: () => void): void;<br>起始版本:7|类名:<br>方法 or 属性:function animateTo(value: AnimateParam, event: () => void): void;<br>起始版本:9|common.d.ts|
1449|起始版本有变化|类名:<br>方法 or 属性:function vp2px(value: number): number;<br>起始版本:7|类名:<br>方法 or 属性:function vp2px(value: number): number;<br>起始版本:9|common.d.ts|
1450|起始版本有变化|类名:<br>方法 or 属性:function px2vp(value: number): number;<br>起始版本:7|类名:<br>方法 or 属性:function px2vp(value: number): number;<br>起始版本:9|common.d.ts|
1451|起始版本有变化|类名:<br>方法 or 属性:function fp2px(value: number): number;<br>起始版本:7|类名:<br>方法 or 属性:function fp2px(value: number): number;<br>起始版本:9|common.d.ts|
1452|起始版本有变化|类名:<br>方法 or 属性:function px2fp(value: number): number;<br>起始版本:7|类名:<br>方法 or 属性:function px2fp(value: number): number;<br>起始版本:9|common.d.ts|
1453|起始版本有变化|类名:<br>方法 or 属性:function lpx2px(value: number): number;<br>起始版本:7|类名:<br>方法 or 属性:function lpx2px(value: number): number;<br>起始版本:9|common.d.ts|
1454|起始版本有变化|类名:<br>方法 or 属性:function px2lpx(value: number): number;<br>起始版本:7|类名:<br>方法 or 属性:function px2lpx(value: number): number;<br>起始版本:9|common.d.ts|
1455|起始版本有变化|类名:EventTarget<br>起始版本:8|类名:EventTarget<br>起始版本:9|common.d.ts|
1456|起始版本有变化|类名:EventTarget<br>方法 or 属性:area: Area;<br>起始版本:8|类名:EventTarget<br>方法 or 属性:area: Area;<br>起始版本:9|common.d.ts|
1457|起始版本有变化|类名:BaseEvent<br>起始版本:8|类名:BaseEvent<br>起始版本:9|common.d.ts|
1458|起始版本有变化|类名:BaseEvent<br>方法 or 属性:target: EventTarget;<br>起始版本:8|类名:BaseEvent<br>方法 or 属性:target: EventTarget;<br>起始版本:9|common.d.ts|
1459|起始版本有变化|类名:BaseEvent<br>方法 or 属性:timestamp: number;<br>起始版本:8|类名:BaseEvent<br>方法 or 属性:timestamp: number;<br>起始版本:9|common.d.ts|
1460|起始版本有变化|类名:BaseEvent<br>方法 or 属性:source: SourceType;<br>起始版本:8|类名:BaseEvent<br>方法 or 属性:source: SourceType;<br>起始版本:9|common.d.ts|
1461|起始版本有变化|类名:ClickEvent<br>起始版本:7|类名:ClickEvent<br>起始版本:9|common.d.ts|
1462|起始版本有变化|类名:ClickEvent<br>方法 or 属性:screenX: number;<br>起始版本:7|类名:ClickEvent<br>方法 or 属性:screenX: number;<br>起始版本:9|common.d.ts|
1463|起始版本有变化|类名:ClickEvent<br>方法 or 属性:screenY: number;<br>起始版本:7|类名:ClickEvent<br>方法 or 属性:screenY: number;<br>起始版本:9|common.d.ts|
1464|起始版本有变化|类名:ClickEvent<br>方法 or 属性:x: number;<br>起始版本:7|类名:ClickEvent<br>方法 or 属性:x: number;<br>起始版本:9|common.d.ts|
1465|起始版本有变化|类名:ClickEvent<br>方法 or 属性:y: number;<br>起始版本:7|类名:ClickEvent<br>方法 or 属性:y: number;<br>起始版本:9|common.d.ts|
1466|起始版本有变化|类名:StateStyles<br>起始版本:8|类名:StateStyles<br>起始版本:9|common.d.ts|
1467|起始版本有变化|类名:StateStyles<br>方法 or 属性:normal?: any;<br>起始版本:8|类名:StateStyles<br>方法 or 属性:normal?: any;<br>起始版本:9|common.d.ts|
1468|起始版本有变化|类名:StateStyles<br>方法 or 属性:pressed?: any;<br>起始版本:8|类名:StateStyles<br>方法 or 属性:pressed?: any;<br>起始版本:9|common.d.ts|
1469|起始版本有变化|类名:StateStyles<br>方法 or 属性:disabled?: any;<br>起始版本:8|类名:StateStyles<br>方法 or 属性:disabled?: any;<br>起始版本:9|common.d.ts|
1470|起始版本有变化|类名:StateStyles<br>方法 or 属性:focused?: any;<br>起始版本:8|类名:StateStyles<br>方法 or 属性:focused?: any;<br>起始版本:9|common.d.ts|
1471|起始版本有变化|类名:StateStyles<br>方法 or 属性:clicked?: any;<br>起始版本:8|类名:StateStyles<br>方法 or 属性:clicked?: any;<br>起始版本:9|common.d.ts|
1472|起始版本有变化|类名:CommonMethod<br>起始版本:7|类名:CommonMethod<br>起始版本:9|common.d.ts|
1473|起始版本有变化|类名:CommonMethod<br>方法 or 属性:constructor();<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:constructor();<br>起始版本:9|common.d.ts|
1474|起始版本有变化|类名:CommonMethod<br>方法 or 属性:width(value: Length): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:width(value: Length): T;<br>起始版本:9|common.d.ts|
1475|起始版本有变化|类名:CommonMethod<br>方法 or 属性:height(value: Length): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:height(value: Length): T;<br>起始版本:9|common.d.ts|
1476|起始版本有变化|类名:CommonMethod<br>方法 or 属性:responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>起始版本:8|类名:CommonMethod<br>方法 or 属性:responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>起始版本:9|common.d.ts|
1477|起始版本有变化|类名:CommonMethod<br>方法 or 属性:size(value: SizeOptions): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:size(value: SizeOptions): T;<br>起始版本:9|common.d.ts|
1478|起始版本有变化|类名:CommonMethod<br>方法 or 属性:constraintSize(value: ConstraintSizeOptions): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:constraintSize(value: ConstraintSizeOptions): T;<br>起始版本:9|common.d.ts|
1479|起始版本有变化|类名:CommonMethod<br>方法 or 属性:layoutWeight(value: number \| string): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:layoutWeight(value: number \| string): T;<br>起始版本:9|common.d.ts|
1480|起始版本有变化|类名:CommonMethod<br>方法 or 属性:padding(value: Padding \| Length): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:padding(value: Padding \| Length): T;<br>起始版本:9|common.d.ts|
1481|起始版本有变化|类名:CommonMethod<br>方法 or 属性:margin(value: Margin \| Length): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:margin(value: Margin \| Length): T;<br>起始版本:9|common.d.ts|
1482|起始版本有变化|类名:CommonMethod<br>方法 or 属性:backgroundColor(value: ResourceColor): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:backgroundColor(value: ResourceColor): T;<br>起始版本:9|common.d.ts|
1483|起始版本有变化|类名:CommonMethod<br>方法 or 属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>起始版本:9|common.d.ts|
1484|起始版本有变化|类名:CommonMethod<br>方法 or 属性:backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>起始版本:9|common.d.ts|
1485|起始版本有变化|类名:CommonMethod<br>方法 or 属性:backgroundImagePosition(value: Position \| Alignment): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:backgroundImagePosition(value: Position \| Alignment): T;<br>起始版本:9|common.d.ts|
1486|起始版本有变化|类名:CommonMethod<br>方法 or 属性:opacity(value: number \| Resource): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:opacity(value: number \| Resource): T;<br>起始版本:9|common.d.ts|
1487|起始版本有变化|类名:CommonMethod<br>方法 or 属性:border(value: BorderOptions): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:border(value: BorderOptions): T;<br>起始版本:9|common.d.ts|
1488|起始版本有变化|类名:CommonMethod<br>方法 or 属性:borderStyle(value: BorderStyle): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:borderStyle(value: BorderStyle): T;<br>起始版本:9|common.d.ts|
1489|起始版本有变化|类名:CommonMethod<br>方法 or 属性:borderWidth(value: Length): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:borderWidth(value: Length): T;<br>起始版本:9|common.d.ts|
1490|起始版本有变化|类名:CommonMethod<br>方法 or 属性:borderColor(value: ResourceColor): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:borderColor(value: ResourceColor): T;<br>起始版本:9|common.d.ts|
1491|起始版本有变化|类名:CommonMethod<br>方法 or 属性:borderRadius(value: Length): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:borderRadius(value: Length): T;<br>起始版本:9|common.d.ts|
1492|起始版本有变化|类名:CommonMethod<br>方法 or 属性:onClick(event: (event?: ClickEvent) => void): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:onClick(event: (event?: ClickEvent) => void): T;<br>起始版本:9|common.d.ts|
1493|起始版本有变化|类名:CommonMethod<br>方法 or 属性:animation(value: AnimateParam): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:animation(value: AnimateParam): T;<br>起始版本:9|common.d.ts|
1494|起始版本有变化|类名:CommonMethod<br>方法 or 属性:transition(value: TransitionOptions): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:transition(value: TransitionOptions): T;<br>起始版本:9|common.d.ts|
1495|起始版本有变化|类名:CommonMethod<br>方法 or 属性:blur(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:blur(value: number): T;<br>起始版本:9|common.d.ts|
1496|起始版本有变化|类名:CommonMethod<br>方法 or 属性:brightness(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:brightness(value: number): T;<br>起始版本:9|common.d.ts|
1497|起始版本有变化|类名:CommonMethod<br>方法 or 属性:contrast(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:contrast(value: number): T;<br>起始版本:9|common.d.ts|
1498|起始版本有变化|类名:CommonMethod<br>方法 or 属性:grayscale(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:grayscale(value: number): T;<br>起始版本:9|common.d.ts|
1499|起始版本有变化|类名:CommonMethod<br>方法 or 属性:colorBlend(value: Color \| string \| Resource): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:colorBlend(value: Color \| string \| Resource): T;<br>起始版本:9|common.d.ts|
1500|起始版本有变化|类名:CommonMethod<br>方法 or 属性:saturate(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:saturate(value: number): T;<br>起始版本:9|common.d.ts|
1501|起始版本有变化|类名:CommonMethod<br>方法 or 属性:sepia(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:sepia(value: number): T;<br>起始版本:9|common.d.ts|
1502|起始版本有变化|类名:CommonMethod<br>方法 or 属性:invert(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:invert(value: number): T;<br>起始版本:9|common.d.ts|
1503|起始版本有变化|类名:CommonMethod<br>方法 or 属性:hueRotate(value: number \| string): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:hueRotate(value: number \| string): T;<br>起始版本:9|common.d.ts|
1504|起始版本有变化|类名:CommonMethod<br>方法 or 属性:backdropBlur(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:backdropBlur(value: number): T;<br>起始版本:9|common.d.ts|
1505|起始版本有变化|类名:CommonMethod<br>方法 or 属性:translate(value: TranslateOptions): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:translate(value: TranslateOptions): T;<br>起始版本:9|common.d.ts|
1506|起始版本有变化|类名:CommonMethod<br>方法 or 属性:scale(value: ScaleOptions): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:scale(value: ScaleOptions): T;<br>起始版本:9|common.d.ts|
1507|起始版本有变化|类名:CommonMethod<br>方法 or 属性:rotate(value: RotateOptions): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:rotate(value: RotateOptions): T;<br>起始版本:9|common.d.ts|
1508|起始版本有变化|类名:CommonMethod<br>方法 or 属性:onAppear(event: () => void): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:onAppear(event: () => void): T;<br>起始版本:9|common.d.ts|
1509|起始版本有变化|类名:CommonMethod<br>方法 or 属性:onDisAppear(event: () => void): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:onDisAppear(event: () => void): T;<br>起始版本:9|common.d.ts|
1510|起始版本有变化|类名:CommonMethod<br>方法 or 属性:visibility(value: Visibility): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:visibility(value: Visibility): T;<br>起始版本:9|common.d.ts|
1511|起始版本有变化|类名:CommonMethod<br>方法 or 属性:flexGrow(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:flexGrow(value: number): T;<br>起始版本:9|common.d.ts|
1512|起始版本有变化|类名:CommonMethod<br>方法 or 属性:flexShrink(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:flexShrink(value: number): T;<br>起始版本:9|common.d.ts|
1513|起始版本有变化|类名:CommonMethod<br>方法 or 属性:flexBasis(value: number \| string): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:flexBasis(value: number \| string): T;<br>起始版本:9|common.d.ts|
1514|起始版本有变化|类名:CommonMethod<br>方法 or 属性:alignSelf(value: ItemAlign): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:alignSelf(value: ItemAlign): T;<br>起始版本:9|common.d.ts|
1515|起始版本有变化|类名:CommonMethod<br>方法 or 属性:displayPriority(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:displayPriority(value: number): T;<br>起始版本:9|common.d.ts|
1516|起始版本有变化|类名:CommonMethod<br>方法 or 属性:zIndex(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:zIndex(value: number): T;<br>起始版本:9|common.d.ts|
1517|起始版本有变化|类名:CommonMethod<br>方法 or 属性:direction(value: Direction): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:direction(value: Direction): T;<br>起始版本:9|common.d.ts|
1518|起始版本有变化|类名:CommonMethod<br>方法 or 属性:align(value: Alignment): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:align(value: Alignment): T;<br>起始版本:9|common.d.ts|
1519|起始版本有变化|类名:CommonMethod<br>方法 or 属性:position(value: Position): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:position(value: Position): T;<br>起始版本:9|common.d.ts|
1520|起始版本有变化|类名:CommonMethod<br>方法 or 属性:markAnchor(value: Position): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:markAnchor(value: Position): T;<br>起始版本:9|common.d.ts|
1521|起始版本有变化|类名:CommonMethod<br>方法 or 属性:offset(value: Position): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:offset(value: Position): T;<br>起始版本:9|common.d.ts|
1522|起始版本有变化|类名:CommonMethod<br>方法 or 属性:enabled(value: boolean): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:enabled(value: boolean): T;<br>起始版本:9|common.d.ts|
1523|起始版本有变化|类名:CommonMethod<br>方法 or 属性:aspectRatio(value: number): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:aspectRatio(value: number): T;<br>起始版本:9|common.d.ts|
1524|起始版本有变化|类名:CommonMethod<br>方法 or 属性:overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>起始版本:9|common.d.ts|
1525|起始版本有变化|类名:CommonMethod<br>方法 or 属性:linearGradient(value: {<br>    angle?: number \| string;<br>    direction?: GradientDirection;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:linearGradient(value: {<br>    angle?: number \| string;<br>    direction?: GradientDirection;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>起始版本:9|common.d.ts|
1526|起始版本有变化|类名:CommonMethod<br>方法 or 属性:sweepGradient(value: {<br>    center: Array\<any>;<br>    start?: number \| string;<br>    end?: number \| string;<br>    rotation?: number \| string;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:sweepGradient(value: {<br>    center: Array\<any>;<br>    start?: number \| string;<br>    end?: number \| string;<br>    rotation?: number \| string;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>起始版本:9|common.d.ts|
1527|起始版本有变化|类名:CommonMethod<br>方法 or 属性:radialGradient(value: { center: Array\<any>; radius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:radialGradient(value: { center: Array\<any>; radius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>起始版本:9|common.d.ts|
1528|起始版本有变化|类名:CommonMethod<br>方法 or 属性:shadow(value: {<br>    radius: number \| Resource;<br>    color?: Color \| string \| Resource;<br>    offsetX?: number \| Resource;<br>    offsetY?: number \| Resource;<br>  }): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:shadow(value: {<br>    radius: number \| Resource;<br>    color?: Color \| string \| Resource;<br>    offsetX?: number \| Resource;<br>    offsetY?: number \| Resource;<br>  }): T;<br>起始版本:9|common.d.ts|
1529|起始版本有变化|类名:CommonMethod<br>方法 or 属性:clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>起始版本:9|common.d.ts|
1530|起始版本有变化|类名:CommonMethod<br>方法 or 属性:mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>起始版本:7|类名:CommonMethod<br>方法 or 属性:mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>起始版本:9|common.d.ts|
1531|起始版本有变化|类名:CommonMethod<br>方法 or 属性:id(value: string): T;<br>起始版本:8|类名:CommonMethod<br>方法 or 属性:id(value: string): T;<br>起始版本:9|common.d.ts|
1532|起始版本有变化|类名:CommonMethod<br>方法 or 属性:stateStyles(value: StateStyles): T;<br>起始版本:8|类名:CommonMethod<br>方法 or 属性:stateStyles(value: StateStyles): T;<br>起始版本:9|common.d.ts|
1533|起始版本有变化|类名:CommonAttribute<br>起始版本:7|类名:CommonAttribute<br>起始版本:9|common.d.ts|
1534|起始版本有变化|类名:CommonInterface<br>起始版本:7|类名:CommonInterface<br>起始版本:9|common.d.ts|
1535|起始版本有变化|类名:global<br>方法 or 属性:declare const CommonInstance: CommonAttribute;<br>起始版本:7|类名:global<br>方法 or 属性:declare const CommonInstance: CommonAttribute;<br>起始版本:9|common.d.ts|
1536|起始版本有变化|类名:global<br>方法 or 属性:declare const Common: CommonInterface;<br>起始版本:7|类名:global<br>方法 or 属性:declare const Common: CommonInterface;<br>起始版本:9|common.d.ts|
1537|起始版本有变化|类名:CommonShapeMethod<br>起始版本:7|类名:CommonShapeMethod<br>起始版本:9|common.d.ts|
1538|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:constructor();<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:constructor();<br>起始版本:9|common.d.ts|
1539|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:stroke(value: ResourceColor): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:stroke(value: ResourceColor): T;<br>起始版本:9|common.d.ts|
1540|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:fill(value: ResourceColor): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:fill(value: ResourceColor): T;<br>起始版本:9|common.d.ts|
1541|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:strokeDashOffset(value: number \| string): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:strokeDashOffset(value: number \| string): T;<br>起始版本:9|common.d.ts|
1542|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:strokeLineCap(value: LineCapStyle): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:strokeLineCap(value: LineCapStyle): T;<br>起始版本:9|common.d.ts|
1543|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:strokeLineJoin(value: LineJoinStyle): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:strokeLineJoin(value: LineJoinStyle): T;<br>起始版本:9|common.d.ts|
1544|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:strokeMiterLimit(value: number \| string): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:strokeMiterLimit(value: number \| string): T;<br>起始版本:9|common.d.ts|
1545|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:strokeOpacity(value: number \| string \| Resource): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:strokeOpacity(value: number \| string \| Resource): T;<br>起始版本:9|common.d.ts|
1546|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:fillOpacity(value: number \| string \| Resource): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:fillOpacity(value: number \| string \| Resource): T;<br>起始版本:9|common.d.ts|
1547|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:strokeWidth(value: Length): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:strokeWidth(value: Length): T;<br>起始版本:9|common.d.ts|
1548|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:antiAlias(value: boolean): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:antiAlias(value: boolean): T;<br>起始版本:9|common.d.ts|
1549|起始版本有变化|类名:CommonShapeMethod<br>方法 or 属性:strokeDashArray(value: Array\<any>): T;<br>起始版本:7|类名:CommonShapeMethod<br>方法 or 属性:strokeDashArray(value: Array\<any>): T;<br>起始版本:9|common.d.ts|
1550|起始版本有变化|类名:CustomComponent<br>起始版本:7|类名:CustomComponent<br>起始版本:9|common.d.ts|
1551|起始版本有变化|类名:CustomComponent<br>方法 or 属性:build(): void;<br>起始版本:7|类名:CustomComponent<br>方法 or 属性:build(): void;<br>起始版本:9|common.d.ts|
1552|起始版本有变化|类名:CustomComponent<br>方法 or 属性:aboutToAppear?(): void;<br>起始版本:7|类名:CustomComponent<br>方法 or 属性:aboutToAppear?(): void;<br>起始版本:9|common.d.ts|
1553|起始版本有变化|类名:CustomComponent<br>方法 or 属性:aboutToDisappear?(): void;<br>起始版本:7|类名:CustomComponent<br>方法 or 属性:aboutToDisappear?(): void;<br>起始版本:9|common.d.ts|
1554|起始版本有变化|类名:View<br>起始版本:7|类名:View<br>起始版本:9|common.d.ts|
1555|起始版本有变化|类名:CounterInterface<br>起始版本:7|类名:CounterInterface<br>起始版本:9|counter.d.ts|
1556|起始版本有变化|类名:CounterInterface<br>方法 or 属性:(): CounterAttribute;<br>起始版本:7|类名:CounterInterface<br>方法 or 属性:(): CounterAttribute;<br>起始版本:9|counter.d.ts|
1557|起始版本有变化|类名:CounterAttribute<br>起始版本:7|类名:CounterAttribute<br>起始版本:9|counter.d.ts|
1558|起始版本有变化|类名:CounterAttribute<br>方法 or 属性:onInc(event: () => void): CounterAttribute;<br>起始版本:7|类名:CounterAttribute<br>方法 or 属性:onInc(event: () => void): CounterAttribute;<br>起始版本:9|counter.d.ts|
1559|起始版本有变化|类名:CounterAttribute<br>方法 or 属性:onDec(event: () => void): CounterAttribute;<br>起始版本:7|类名:CounterAttribute<br>方法 or 属性:onDec(event: () => void): CounterAttribute;<br>起始版本:9|counter.d.ts|
1560|起始版本有变化|类名:global<br>方法 or 属性:declare const CounterInstance: CounterAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const CounterInstance: CounterAttribute;<br>起始版本:9|counter.d.ts|
1561|起始版本有变化|类名:global<br>方法 or 属性:declare const Counter: CounterInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Counter: CounterInterface;<br>起始版本:9|counter.d.ts|
1562|起始版本有变化|类名:DataPanelType<br>起始版本:8|类名:DataPanelType<br>起始版本:9|data_panel.d.ts|
1563|起始版本有变化|类名:DataPanelType<br>方法 or 属性:Line<br>起始版本:8|类名:DataPanelType<br>方法 or 属性:Line<br>起始版本:9|data_panel.d.ts|
1564|起始版本有变化|类名:DataPanelType<br>方法 or 属性:Circle<br>起始版本:8|类名:DataPanelType<br>方法 or 属性:Circle<br>起始版本:9|data_panel.d.ts|
1565|起始版本有变化|类名:DataPanelOptions<br>起始版本:7|类名:DataPanelOptions<br>起始版本:9|data_panel.d.ts|
1566|起始版本有变化|类名:DataPanelOptions<br>方法 or 属性:values: number[];<br>起始版本:7|类名:DataPanelOptions<br>方法 or 属性:values: number[];<br>起始版本:9|data_panel.d.ts|
1567|起始版本有变化|类名:DataPanelOptions<br>方法 or 属性:max?: number;<br>起始版本:7|类名:DataPanelOptions<br>方法 or 属性:max?: number;<br>起始版本:9|data_panel.d.ts|
1568|起始版本有变化|类名:DataPanelOptions<br>方法 or 属性:type?: DataPanelType;<br>起始版本:8|类名:DataPanelOptions<br>方法 or 属性:type?: DataPanelType;<br>起始版本:9|data_panel.d.ts|
1569|起始版本有变化|类名:DataPanelInterface<br>起始版本:7|类名:DataPanelInterface<br>起始版本:9|data_panel.d.ts|
1570|起始版本有变化|类名:DataPanelInterface<br>方法 or 属性:(options: DataPanelOptions): DataPanelAttribute;<br>起始版本:7|类名:DataPanelInterface<br>方法 or 属性:(options: DataPanelOptions): DataPanelAttribute;<br>起始版本:9|data_panel.d.ts|
1571|起始版本有变化|类名:DataPanelAttribute<br>起始版本:7|类名:DataPanelAttribute<br>起始版本:9|data_panel.d.ts|
1572|起始版本有变化|类名:DataPanelAttribute<br>方法 or 属性:closeEffect(value: boolean): DataPanelAttribute;<br>起始版本:7|类名:DataPanelAttribute<br>方法 or 属性:closeEffect(value: boolean): DataPanelAttribute;<br>起始版本:9|data_panel.d.ts|
1573|起始版本有变化|类名:global<br>方法 or 属性:declare const DataPanel: DataPanelInterface<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const DataPanel: DataPanelInterface<br>起始版本:9|data_panel.d.ts|
1574|起始版本有变化|类名:global<br>方法 or 属性:declare const DataPanelInstance: DataPanelAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const DataPanelInstance: DataPanelAttribute;<br>起始版本:9|data_panel.d.ts|
1575|起始版本有变化|类名:global<br>方法 or 属性:declare const DatePicker: DatePickerInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const DatePicker: DatePickerInterface;<br>起始版本:8|date_picker.d.ts|
1576|起始版本有变化|类名:global<br>方法 or 属性:declare const DatePickerInstance: DatePickerAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const DatePickerInstance: DatePickerAttribute;<br>起始版本:8|date_picker.d.ts|
1577|起始版本有变化|类名:DividerInterface<br>起始版本:7|类名:DividerInterface<br>起始版本:9|divider.d.ts|
1578|起始版本有变化|类名:DividerInterface<br>方法 or 属性:(): DividerAttribute;<br>起始版本:7|类名:DividerInterface<br>方法 or 属性:(): DividerAttribute;<br>起始版本:9|divider.d.ts|
1579|起始版本有变化|类名:DividerAttribute<br>起始版本:7|类名:DividerAttribute<br>起始版本:9|divider.d.ts|
1580|起始版本有变化|类名:DividerAttribute<br>方法 or 属性:vertical(value: boolean): DividerAttribute;<br>起始版本:7|类名:DividerAttribute<br>方法 or 属性:vertical(value: boolean): DividerAttribute;<br>起始版本:9|divider.d.ts|
1581|起始版本有变化|类名:DividerAttribute<br>方法 or 属性:color(value: ResourceColor): DividerAttribute;<br>起始版本:7|类名:DividerAttribute<br>方法 or 属性:color(value: ResourceColor): DividerAttribute;<br>起始版本:9|divider.d.ts|
1582|起始版本有变化|类名:DividerAttribute<br>方法 or 属性:strokeWidth(value: number \| string): DividerAttribute;<br>起始版本:7|类名:DividerAttribute<br>方法 or 属性:strokeWidth(value: number \| string): DividerAttribute;<br>起始版本:9|divider.d.ts|
1583|起始版本有变化|类名:DividerAttribute<br>方法 or 属性:lineCap(value: LineCapStyle): DividerAttribute;<br>起始版本:7|类名:DividerAttribute<br>方法 or 属性:lineCap(value: LineCapStyle): DividerAttribute;<br>起始版本:9|divider.d.ts|
1584|起始版本有变化|类名:global<br>方法 or 属性:declare const Divider: DividerInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Divider: DividerInterface;<br>起始版本:9|divider.d.ts|
1585|起始版本有变化|类名:global<br>方法 or 属性:declare const DividerInstance: DividerAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const DividerInstance: DividerAttribute;<br>起始版本:9|divider.d.ts|
1586|起始版本有变化|类名:EllipseInterface<br>起始版本:7|类名:EllipseInterface<br>起始版本:9|ellipse.d.ts|
1587|起始版本有变化|类名:EllipseInterface<br>方法 or 属性:new (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;<br>起始版本:7|类名:EllipseInterface<br>方法 or 属性:new (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;<br>起始版本:9|ellipse.d.ts|
1588|起始版本有变化|类名:EllipseInterface<br>方法 or 属性:(value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;<br>起始版本:7|类名:EllipseInterface<br>方法 or 属性:(value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;<br>起始版本:9|ellipse.d.ts|
1589|起始版本有变化|类名:EllipseAttribute<br>起始版本:7|类名:EllipseAttribute<br>起始版本:9|ellipse.d.ts|
1590|起始版本有变化|类名:global<br>方法 or 属性:declare const Ellipse: EllipseInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Ellipse: EllipseInterface;<br>起始版本:9|ellipse.d.ts|
1591|起始版本有变化|类名:global<br>方法 or 属性:declare const EllipseInstance: EllipseAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const EllipseInstance: EllipseAttribute;<br>起始版本:9|ellipse.d.ts|
1592|起始版本有变化|类名:Color<br>起始版本:7|类名:Color<br>起始版本:9|enums.d.ts|
1593|起始版本有变化|类名:Color<br>方法 or 属性:White<br>起始版本:7|类名:Color<br>方法 or 属性:White<br>起始版本:9|enums.d.ts|
1594|起始版本有变化|类名:Color<br>方法 or 属性:Black<br>起始版本:7|类名:Color<br>方法 or 属性:Black<br>起始版本:9|enums.d.ts|
1595|起始版本有变化|类名:Color<br>方法 or 属性:Blue<br>起始版本:7|类名:Color<br>方法 or 属性:Blue<br>起始版本:9|enums.d.ts|
1596|起始版本有变化|类名:Color<br>方法 or 属性:Brown<br>起始版本:7|类名:Color<br>方法 or 属性:Brown<br>起始版本:9|enums.d.ts|
1597|起始版本有变化|类名:Color<br>方法 or 属性:Gray<br>起始版本:7|类名:Color<br>方法 or 属性:Gray<br>起始版本:9|enums.d.ts|
1598|起始版本有变化|类名:Color<br>方法 or 属性:Green<br>起始版本:7|类名:Color<br>方法 or 属性:Green<br>起始版本:9|enums.d.ts|
1599|起始版本有变化|类名:Color<br>方法 or 属性:Grey<br>起始版本:7|类名:Color<br>方法 or 属性:Grey<br>起始版本:9|enums.d.ts|
1600|起始版本有变化|类名:Color<br>方法 or 属性:Orange<br>起始版本:7|类名:Color<br>方法 or 属性:Orange<br>起始版本:9|enums.d.ts|
1601|起始版本有变化|类名:Color<br>方法 or 属性:Pink<br>起始版本:7|类名:Color<br>方法 or 属性:Pink<br>起始版本:9|enums.d.ts|
1602|起始版本有变化|类名:Color<br>方法 or 属性:Red<br>起始版本:7|类名:Color<br>方法 or 属性:Red<br>起始版本:9|enums.d.ts|
1603|起始版本有变化|类名:Color<br>方法 or 属性:Yellow<br>起始版本:7|类名:Color<br>方法 or 属性:Yellow<br>起始版本:9|enums.d.ts|
1604|起始版本有变化|类名:ImageFit<br>起始版本:7|类名:ImageFit<br>起始版本:9|enums.d.ts|
1605|起始版本有变化|类名:ImageFit<br>方法 or 属性:Contain<br>起始版本:7|类名:ImageFit<br>方法 or 属性:Contain<br>起始版本:9|enums.d.ts|
1606|起始版本有变化|类名:ImageFit<br>方法 or 属性:Cover<br>起始版本:7|类名:ImageFit<br>方法 or 属性:Cover<br>起始版本:9|enums.d.ts|
1607|起始版本有变化|类名:ImageFit<br>方法 or 属性:Auto<br>起始版本:7|类名:ImageFit<br>方法 or 属性:Auto<br>起始版本:9|enums.d.ts|
1608|起始版本有变化|类名:ImageFit<br>方法 or 属性:Fill<br>起始版本:7|类名:ImageFit<br>方法 or 属性:Fill<br>起始版本:9|enums.d.ts|
1609|起始版本有变化|类名:ImageFit<br>方法 or 属性:ScaleDown<br>起始版本:7|类名:ImageFit<br>方法 or 属性:ScaleDown<br>起始版本:9|enums.d.ts|
1610|起始版本有变化|类名:ImageFit<br>方法 or 属性:None<br>起始版本:7|类名:ImageFit<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1611|起始版本有变化|类名:BorderStyle<br>起始版本:7|类名:BorderStyle<br>起始版本:9|enums.d.ts|
1612|起始版本有变化|类名:BorderStyle<br>方法 or 属性:Dotted<br>起始版本:7|类名:BorderStyle<br>方法 or 属性:Dotted<br>起始版本:9|enums.d.ts|
1613|起始版本有变化|类名:BorderStyle<br>方法 or 属性:Dashed<br>起始版本:7|类名:BorderStyle<br>方法 or 属性:Dashed<br>起始版本:9|enums.d.ts|
1614|起始版本有变化|类名:BorderStyle<br>方法 or 属性:Solid<br>起始版本:7|类名:BorderStyle<br>方法 or 属性:Solid<br>起始版本:9|enums.d.ts|
1615|起始版本有变化|类名:LineJoinStyle<br>起始版本:7|类名:LineJoinStyle<br>起始版本:9|enums.d.ts|
1616|起始版本有变化|类名:LineJoinStyle<br>方法 or 属性:Miter<br>起始版本:7|类名:LineJoinStyle<br>方法 or 属性:Miter<br>起始版本:9|enums.d.ts|
1617|起始版本有变化|类名:LineJoinStyle<br>方法 or 属性:Round<br>起始版本:7|类名:LineJoinStyle<br>方法 or 属性:Round<br>起始版本:9|enums.d.ts|
1618|起始版本有变化|类名:LineJoinStyle<br>方法 or 属性:Bevel<br>起始版本:7|类名:LineJoinStyle<br>方法 or 属性:Bevel<br>起始版本:9|enums.d.ts|
1619|起始版本有变化|类名:TouchType<br>起始版本:7|类名:TouchType<br>起始版本:9|enums.d.ts|
1620|起始版本有变化|类名:TouchType<br>方法 or 属性:Down<br>起始版本:7|类名:TouchType<br>方法 or 属性:Down<br>起始版本:9|enums.d.ts|
1621|起始版本有变化|类名:TouchType<br>方法 or 属性:Up<br>起始版本:7|类名:TouchType<br>方法 or 属性:Up<br>起始版本:9|enums.d.ts|
1622|起始版本有变化|类名:TouchType<br>方法 or 属性:Move<br>起始版本:7|类名:TouchType<br>方法 or 属性:Move<br>起始版本:9|enums.d.ts|
1623|起始版本有变化|类名:TouchType<br>方法 or 属性:Cancel<br>起始版本:7|类名:TouchType<br>方法 or 属性:Cancel<br>起始版本:9|enums.d.ts|
1624|起始版本有变化|类名:MouseButton<br>起始版本:8|类名:MouseButton<br>起始版本:9|enums.d.ts|
1625|起始版本有变化|类名:MouseButton<br>方法 or 属性:Left<br>起始版本:8|类名:MouseButton<br>方法 or 属性:Left<br>起始版本:9|enums.d.ts|
1626|起始版本有变化|类名:MouseButton<br>方法 or 属性:Right<br>起始版本:8|类名:MouseButton<br>方法 or 属性:Right<br>起始版本:9|enums.d.ts|
1627|起始版本有变化|类名:MouseButton<br>方法 or 属性:Middle<br>起始版本:8|类名:MouseButton<br>方法 or 属性:Middle<br>起始版本:9|enums.d.ts|
1628|起始版本有变化|类名:MouseButton<br>方法 or 属性:Back<br>起始版本:8|类名:MouseButton<br>方法 or 属性:Back<br>起始版本:9|enums.d.ts|
1629|起始版本有变化|类名:MouseButton<br>方法 or 属性:Forward<br>起始版本:8|类名:MouseButton<br>方法 or 属性:Forward<br>起始版本:9|enums.d.ts|
1630|起始版本有变化|类名:MouseButton<br>方法 or 属性:None<br>起始版本:8|类名:MouseButton<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1631|起始版本有变化|类名:MouseAction<br>起始版本:8|类名:MouseAction<br>起始版本:9|enums.d.ts|
1632|起始版本有变化|类名:MouseAction<br>方法 or 属性:Press<br>起始版本:8|类名:MouseAction<br>方法 or 属性:Press<br>起始版本:9|enums.d.ts|
1633|起始版本有变化|类名:MouseAction<br>方法 or 属性:Release<br>起始版本:8|类名:MouseAction<br>方法 or 属性:Release<br>起始版本:9|enums.d.ts|
1634|起始版本有变化|类名:MouseAction<br>方法 or 属性:Move<br>起始版本:8|类名:MouseAction<br>方法 or 属性:Move<br>起始版本:9|enums.d.ts|
1635|起始版本有变化|类名:MouseAction<br>方法 or 属性:Hover<br>起始版本:8|类名:MouseAction<br>方法 or 属性:Hover<br>起始版本:9|enums.d.ts|
1636|起始版本有变化|类名:AnimationStatus<br>起始版本:7|类名:AnimationStatus<br>起始版本:9|enums.d.ts|
1637|起始版本有变化|类名:AnimationStatus<br>方法 or 属性:Initial<br>起始版本:7|类名:AnimationStatus<br>方法 or 属性:Initial<br>起始版本:9|enums.d.ts|
1638|起始版本有变化|类名:AnimationStatus<br>方法 or 属性:Running<br>起始版本:7|类名:AnimationStatus<br>方法 or 属性:Running<br>起始版本:9|enums.d.ts|
1639|起始版本有变化|类名:AnimationStatus<br>方法 or 属性:Paused<br>起始版本:7|类名:AnimationStatus<br>方法 or 属性:Paused<br>起始版本:9|enums.d.ts|
1640|起始版本有变化|类名:AnimationStatus<br>方法 or 属性:Stopped<br>起始版本:7|类名:AnimationStatus<br>方法 or 属性:Stopped<br>起始版本:9|enums.d.ts|
1641|起始版本有变化|类名:Curve<br>起始版本:7|类名:Curve<br>起始版本:9|enums.d.ts|
1642|起始版本有变化|类名:Curve<br>方法 or 属性:Linear<br>起始版本:7|类名:Curve<br>方法 or 属性:Linear<br>起始版本:9|enums.d.ts|
1643|起始版本有变化|类名:Curve<br>方法 or 属性:Ease<br>起始版本:7|类名:Curve<br>方法 or 属性:Ease<br>起始版本:9|enums.d.ts|
1644|起始版本有变化|类名:Curve<br>方法 or 属性:EaseIn<br>起始版本:7|类名:Curve<br>方法 or 属性:EaseIn<br>起始版本:9|enums.d.ts|
1645|起始版本有变化|类名:Curve<br>方法 or 属性:EaseOut<br>起始版本:7|类名:Curve<br>方法 or 属性:EaseOut<br>起始版本:9|enums.d.ts|
1646|起始版本有变化|类名:Curve<br>方法 or 属性:EaseInOut<br>起始版本:7|类名:Curve<br>方法 or 属性:EaseInOut<br>起始版本:9|enums.d.ts|
1647|起始版本有变化|类名:Curve<br>方法 or 属性:FastOutSlowIn<br>起始版本:7|类名:Curve<br>方法 or 属性:FastOutSlowIn<br>起始版本:9|enums.d.ts|
1648|起始版本有变化|类名:Curve<br>方法 or 属性:LinearOutSlowIn<br>起始版本:7|类名:Curve<br>方法 or 属性:LinearOutSlowIn<br>起始版本:9|enums.d.ts|
1649|起始版本有变化|类名:Curve<br>方法 or 属性:FastOutLinearIn<br>起始版本:7|类名:Curve<br>方法 or 属性:FastOutLinearIn<br>起始版本:9|enums.d.ts|
1650|起始版本有变化|类名:Curve<br>方法 or 属性:ExtremeDeceleration<br>起始版本:7|类名:Curve<br>方法 or 属性:ExtremeDeceleration<br>起始版本:9|enums.d.ts|
1651|起始版本有变化|类名:Curve<br>方法 or 属性:Sharp<br>起始版本:7|类名:Curve<br>方法 or 属性:Sharp<br>起始版本:9|enums.d.ts|
1652|起始版本有变化|类名:Curve<br>方法 or 属性:Rhythm<br>起始版本:7|类名:Curve<br>方法 or 属性:Rhythm<br>起始版本:9|enums.d.ts|
1653|起始版本有变化|类名:Curve<br>方法 or 属性:Smooth<br>起始版本:7|类名:Curve<br>方法 or 属性:Smooth<br>起始版本:9|enums.d.ts|
1654|起始版本有变化|类名:Curve<br>方法 or 属性:Friction<br>起始版本:7|类名:Curve<br>方法 or 属性:Friction<br>起始版本:9|enums.d.ts|
1655|起始版本有变化|类名:FillMode<br>起始版本:7|类名:FillMode<br>起始版本:9|enums.d.ts|
1656|起始版本有变化|类名:FillMode<br>方法 or 属性:None<br>起始版本:7|类名:FillMode<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1657|起始版本有变化|类名:FillMode<br>方法 or 属性:Forwards<br>起始版本:7|类名:FillMode<br>方法 or 属性:Forwards<br>起始版本:9|enums.d.ts|
1658|起始版本有变化|类名:FillMode<br>方法 or 属性:Backwards<br>起始版本:7|类名:FillMode<br>方法 or 属性:Backwards<br>起始版本:9|enums.d.ts|
1659|起始版本有变化|类名:FillMode<br>方法 or 属性:Both<br>起始版本:7|类名:FillMode<br>方法 or 属性:Both<br>起始版本:9|enums.d.ts|
1660|起始版本有变化|类名:PlayMode<br>起始版本:7|类名:PlayMode<br>起始版本:9|enums.d.ts|
1661|起始版本有变化|类名:PlayMode<br>方法 or 属性:Normal<br>起始版本:7|类名:PlayMode<br>方法 or 属性:Normal<br>起始版本:9|enums.d.ts|
1662|起始版本有变化|类名:PlayMode<br>方法 or 属性:Reverse<br>起始版本:7|类名:PlayMode<br>方法 or 属性:Reverse<br>起始版本:9|enums.d.ts|
1663|起始版本有变化|类名:PlayMode<br>方法 or 属性:Alternate<br>起始版本:7|类名:PlayMode<br>方法 or 属性:Alternate<br>起始版本:9|enums.d.ts|
1664|起始版本有变化|类名:PlayMode<br>方法 or 属性:AlternateReverse<br>起始版本:7|类名:PlayMode<br>方法 or 属性:AlternateReverse<br>起始版本:9|enums.d.ts|
1665|起始版本有变化|类名:KeyType<br>起始版本:7|类名:KeyType<br>起始版本:9|enums.d.ts|
1666|起始版本有变化|类名:KeyType<br>方法 or 属性:Down<br>起始版本:7|类名:KeyType<br>方法 or 属性:Down<br>起始版本:9|enums.d.ts|
1667|起始版本有变化|类名:KeyType<br>方法 or 属性:Up<br>起始版本:7|类名:KeyType<br>方法 or 属性:Up<br>起始版本:9|enums.d.ts|
1668|起始版本有变化|类名:KeySource<br>起始版本:7|类名:KeySource<br>起始版本:9|enums.d.ts|
1669|起始版本有变化|类名:KeySource<br>方法 or 属性:Unknown<br>起始版本:7|类名:KeySource<br>方法 or 属性:Unknown<br>起始版本:9|enums.d.ts|
1670|起始版本有变化|类名:KeySource<br>方法 or 属性:Keyboard<br>起始版本:7|类名:KeySource<br>方法 or 属性:Keyboard<br>起始版本:9|enums.d.ts|
1671|起始版本有变化|类名:Edge<br>起始版本:7|类名:Edge<br>起始版本:9|enums.d.ts|
1672|起始版本有变化|类名:Edge<br>方法 or 属性:Top<br>起始版本:7|类名:Edge<br>方法 or 属性:Top<br>起始版本:9|enums.d.ts|
1673|起始版本有变化|类名:Edge<br>方法 or 属性:Bottom<br>起始版本:7|类名:Edge<br>方法 or 属性:Bottom<br>起始版本:9|enums.d.ts|
1674|起始版本有变化|类名:Edge<br>方法 or 属性:Start<br>起始版本:7|类名:Edge<br>方法 or 属性:Start<br>起始版本:9|enums.d.ts|
1675|起始版本有变化|类名:Edge<br>方法 or 属性:End<br>起始版本:7|类名:Edge<br>方法 or 属性:End<br>起始版本:9|enums.d.ts|
1676|起始版本有变化|类名:Week<br>起始版本:7|类名:Week<br>起始版本:9|enums.d.ts|
1677|起始版本有变化|类名:Week<br>方法 or 属性:Mon<br>起始版本:7|类名:Week<br>方法 or 属性:Mon<br>起始版本:9|enums.d.ts|
1678|起始版本有变化|类名:Week<br>方法 or 属性:Tue<br>起始版本:7|类名:Week<br>方法 or 属性:Tue<br>起始版本:9|enums.d.ts|
1679|起始版本有变化|类名:Week<br>方法 or 属性:Wed<br>起始版本:7|类名:Week<br>方法 or 属性:Wed<br>起始版本:9|enums.d.ts|
1680|起始版本有变化|类名:Week<br>方法 or 属性:Thur<br>起始版本:7|类名:Week<br>方法 or 属性:Thur<br>起始版本:9|enums.d.ts|
1681|起始版本有变化|类名:Week<br>方法 or 属性:Fri<br>起始版本:7|类名:Week<br>方法 or 属性:Fri<br>起始版本:9|enums.d.ts|
1682|起始版本有变化|类名:Week<br>方法 or 属性:Sat<br>起始版本:7|类名:Week<br>方法 or 属性:Sat<br>起始版本:9|enums.d.ts|
1683|起始版本有变化|类名:Week<br>方法 or 属性:Sun<br>起始版本:7|类名:Week<br>方法 or 属性:Sun<br>起始版本:9|enums.d.ts|
1684|起始版本有变化|类名:Direction<br>起始版本:7|类名:Direction<br>起始版本:9|enums.d.ts|
1685|起始版本有变化|类名:Direction<br>方法 or 属性:Ltr<br>起始版本:7|类名:Direction<br>方法 or 属性:Ltr<br>起始版本:9|enums.d.ts|
1686|起始版本有变化|类名:Direction<br>方法 or 属性:Rtl<br>起始版本:7|类名:Direction<br>方法 or 属性:Rtl<br>起始版本:9|enums.d.ts|
1687|起始版本有变化|类名:Direction<br>方法 or 属性:Auto<br>起始版本:7|类名:Direction<br>方法 or 属性:Auto<br>起始版本:9|enums.d.ts|
1688|起始版本有变化|类名:BarState<br>起始版本:7|类名:BarState<br>起始版本:9|enums.d.ts|
1689|起始版本有变化|类名:BarState<br>方法 or 属性:Off<br>起始版本:7|类名:BarState<br>方法 or 属性:Off<br>起始版本:9|enums.d.ts|
1690|起始版本有变化|类名:BarState<br>方法 or 属性:Auto<br>起始版本:7|类名:BarState<br>方法 or 属性:Auto<br>起始版本:9|enums.d.ts|
1691|起始版本有变化|类名:BarState<br>方法 or 属性:On<br>起始版本:7|类名:BarState<br>方法 or 属性:On<br>起始版本:9|enums.d.ts|
1692|起始版本有变化|类名:EdgeEffect<br>起始版本:7|类名:EdgeEffect<br>起始版本:9|enums.d.ts|
1693|起始版本有变化|类名:EdgeEffect<br>方法 or 属性:Spring<br>起始版本:7|类名:EdgeEffect<br>方法 or 属性:Spring<br>起始版本:9|enums.d.ts|
1694|起始版本有变化|类名:EdgeEffect<br>方法 or 属性:Fade<br>起始版本:7|类名:EdgeEffect<br>方法 or 属性:Fade<br>起始版本:9|enums.d.ts|
1695|起始版本有变化|类名:EdgeEffect<br>方法 or 属性:None<br>起始版本:7|类名:EdgeEffect<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1696|起始版本有变化|类名:Alignment<br>起始版本:7|类名:Alignment<br>起始版本:9|enums.d.ts|
1697|起始版本有变化|类名:Alignment<br>方法 or 属性:TopStart<br>起始版本:7|类名:Alignment<br>方法 or 属性:TopStart<br>起始版本:9|enums.d.ts|
1698|起始版本有变化|类名:Alignment<br>方法 or 属性:Top<br>起始版本:7|类名:Alignment<br>方法 or 属性:Top<br>起始版本:9|enums.d.ts|
1699|起始版本有变化|类名:Alignment<br>方法 or 属性:TopEnd<br>起始版本:7|类名:Alignment<br>方法 or 属性:TopEnd<br>起始版本:9|enums.d.ts|
1700|起始版本有变化|类名:Alignment<br>方法 or 属性:Start<br>起始版本:7|类名:Alignment<br>方法 or 属性:Start<br>起始版本:9|enums.d.ts|
1701|起始版本有变化|类名:Alignment<br>方法 or 属性:Center<br>起始版本:7|类名:Alignment<br>方法 or 属性:Center<br>起始版本:9|enums.d.ts|
1702|起始版本有变化|类名:Alignment<br>方法 or 属性:End<br>起始版本:7|类名:Alignment<br>方法 or 属性:End<br>起始版本:9|enums.d.ts|
1703|起始版本有变化|类名:Alignment<br>方法 or 属性:BottomStart<br>起始版本:7|类名:Alignment<br>方法 or 属性:BottomStart<br>起始版本:9|enums.d.ts|
1704|起始版本有变化|类名:Alignment<br>方法 or 属性:Bottom<br>起始版本:7|类名:Alignment<br>方法 or 属性:Bottom<br>起始版本:9|enums.d.ts|
1705|起始版本有变化|类名:Alignment<br>方法 or 属性:BottomEnd<br>起始版本:7|类名:Alignment<br>方法 or 属性:BottomEnd<br>起始版本:9|enums.d.ts|
1706|起始版本有变化|类名:TransitionType<br>起始版本:7|类名:TransitionType<br>起始版本:9|enums.d.ts|
1707|起始版本有变化|类名:TransitionType<br>方法 or 属性:All<br>起始版本:7|类名:TransitionType<br>方法 or 属性:All<br>起始版本:9|enums.d.ts|
1708|起始版本有变化|类名:TransitionType<br>方法 or 属性:Insert<br>起始版本:7|类名:TransitionType<br>方法 or 属性:Insert<br>起始版本:9|enums.d.ts|
1709|起始版本有变化|类名:TransitionType<br>方法 or 属性:Delete<br>起始版本:7|类名:TransitionType<br>方法 or 属性:Delete<br>起始版本:9|enums.d.ts|
1710|起始版本有变化|类名:RelateType<br>起始版本:7|类名:RelateType<br>起始版本:9|enums.d.ts|
1711|起始版本有变化|类名:RelateType<br>方法 or 属性:FILL<br>起始版本:7|类名:RelateType<br>方法 or 属性:FILL<br>起始版本:9|enums.d.ts|
1712|起始版本有变化|类名:RelateType<br>方法 or 属性:FIT<br>起始版本:7|类名:RelateType<br>方法 or 属性:FIT<br>起始版本:9|enums.d.ts|
1713|起始版本有变化|类名:Visibility<br>起始版本:7|类名:Visibility<br>起始版本:9|enums.d.ts|
1714|起始版本有变化|类名:Visibility<br>方法 or 属性:Visible<br>起始版本:7|类名:Visibility<br>方法 or 属性:Visible<br>起始版本:9|enums.d.ts|
1715|起始版本有变化|类名:Visibility<br>方法 or 属性:Hidden<br>起始版本:7|类名:Visibility<br>方法 or 属性:Hidden<br>起始版本:9|enums.d.ts|
1716|起始版本有变化|类名:Visibility<br>方法 or 属性:None<br>起始版本:7|类名:Visibility<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1717|起始版本有变化|类名:LineCapStyle<br>起始版本:7|类名:LineCapStyle<br>起始版本:9|enums.d.ts|
1718|起始版本有变化|类名:LineCapStyle<br>方法 or 属性:Butt<br>起始版本:7|类名:LineCapStyle<br>方法 or 属性:Butt<br>起始版本:9|enums.d.ts|
1719|起始版本有变化|类名:LineCapStyle<br>方法 or 属性:Round<br>起始版本:7|类名:LineCapStyle<br>方法 or 属性:Round<br>起始版本:9|enums.d.ts|
1720|起始版本有变化|类名:LineCapStyle<br>方法 or 属性:Square<br>起始版本:7|类名:LineCapStyle<br>方法 or 属性:Square<br>起始版本:9|enums.d.ts|
1721|起始版本有变化|类名:Axis<br>起始版本:7|类名:Axis<br>起始版本:9|enums.d.ts|
1722|起始版本有变化|类名:Axis<br>方法 or 属性:Vertical<br>起始版本:7|类名:Axis<br>方法 or 属性:Vertical<br>起始版本:9|enums.d.ts|
1723|起始版本有变化|类名:Axis<br>方法 or 属性:Horizontal<br>起始版本:7|类名:Axis<br>方法 or 属性:Horizontal<br>起始版本:9|enums.d.ts|
1724|起始版本有变化|类名:HorizontalAlign<br>起始版本:7|类名:HorizontalAlign<br>起始版本:9|enums.d.ts|
1725|起始版本有变化|类名:HorizontalAlign<br>方法 or 属性:Start<br>起始版本:7|类名:HorizontalAlign<br>方法 or 属性:Start<br>起始版本:9|enums.d.ts|
1726|起始版本有变化|类名:HorizontalAlign<br>方法 or 属性:Center<br>起始版本:7|类名:HorizontalAlign<br>方法 or 属性:Center<br>起始版本:9|enums.d.ts|
1727|起始版本有变化|类名:HorizontalAlign<br>方法 or 属性:End<br>起始版本:7|类名:HorizontalAlign<br>方法 or 属性:End<br>起始版本:9|enums.d.ts|
1728|起始版本有变化|类名:FlexAlign<br>起始版本:7|类名:FlexAlign<br>起始版本:9|enums.d.ts|
1729|起始版本有变化|类名:FlexAlign<br>方法 or 属性:Start<br>起始版本:7|类名:FlexAlign<br>方法 or 属性:Start<br>起始版本:9|enums.d.ts|
1730|起始版本有变化|类名:FlexAlign<br>方法 or 属性:Center<br>起始版本:7|类名:FlexAlign<br>方法 or 属性:Center<br>起始版本:9|enums.d.ts|
1731|起始版本有变化|类名:FlexAlign<br>方法 or 属性:End<br>起始版本:7|类名:FlexAlign<br>方法 or 属性:End<br>起始版本:9|enums.d.ts|
1732|起始版本有变化|类名:FlexAlign<br>方法 or 属性:SpaceBetween<br>起始版本:7|类名:FlexAlign<br>方法 or 属性:SpaceBetween<br>起始版本:9|enums.d.ts|
1733|起始版本有变化|类名:FlexAlign<br>方法 or 属性:SpaceAround<br>起始版本:7|类名:FlexAlign<br>方法 or 属性:SpaceAround<br>起始版本:9|enums.d.ts|
1734|起始版本有变化|类名:FlexAlign<br>方法 or 属性:SpaceEvenly<br>起始版本:7|类名:FlexAlign<br>方法 or 属性:SpaceEvenly<br>起始版本:9|enums.d.ts|
1735|起始版本有变化|类名:ItemAlign<br>起始版本:7|类名:ItemAlign<br>起始版本:9|enums.d.ts|
1736|起始版本有变化|类名:ItemAlign<br>方法 or 属性:Auto<br>起始版本:7|类名:ItemAlign<br>方法 or 属性:Auto<br>起始版本:9|enums.d.ts|
1737|起始版本有变化|类名:ItemAlign<br>方法 or 属性:Start<br>起始版本:7|类名:ItemAlign<br>方法 or 属性:Start<br>起始版本:9|enums.d.ts|
1738|起始版本有变化|类名:ItemAlign<br>方法 or 属性:Center<br>起始版本:7|类名:ItemAlign<br>方法 or 属性:Center<br>起始版本:9|enums.d.ts|
1739|起始版本有变化|类名:ItemAlign<br>方法 or 属性:End<br>起始版本:7|类名:ItemAlign<br>方法 or 属性:End<br>起始版本:9|enums.d.ts|
1740|起始版本有变化|类名:ItemAlign<br>方法 or 属性:Baseline<br>起始版本:7|类名:ItemAlign<br>方法 or 属性:Baseline<br>起始版本:9|enums.d.ts|
1741|起始版本有变化|类名:ItemAlign<br>方法 or 属性:Stretch<br>起始版本:7|类名:ItemAlign<br>方法 or 属性:Stretch<br>起始版本:9|enums.d.ts|
1742|起始版本有变化|类名:FlexDirection<br>起始版本:7|类名:FlexDirection<br>起始版本:9|enums.d.ts|
1743|起始版本有变化|类名:FlexDirection<br>方法 or 属性:Row<br>起始版本:7|类名:FlexDirection<br>方法 or 属性:Row<br>起始版本:9|enums.d.ts|
1744|起始版本有变化|类名:FlexDirection<br>方法 or 属性:Column<br>起始版本:7|类名:FlexDirection<br>方法 or 属性:Column<br>起始版本:9|enums.d.ts|
1745|起始版本有变化|类名:FlexDirection<br>方法 or 属性:RowReverse<br>起始版本:7|类名:FlexDirection<br>方法 or 属性:RowReverse<br>起始版本:9|enums.d.ts|
1746|起始版本有变化|类名:FlexDirection<br>方法 or 属性:ColumnReverse<br>起始版本:7|类名:FlexDirection<br>方法 or 属性:ColumnReverse<br>起始版本:9|enums.d.ts|
1747|起始版本有变化|类名:FlexWrap<br>起始版本:7|类名:FlexWrap<br>起始版本:9|enums.d.ts|
1748|起始版本有变化|类名:FlexWrap<br>方法 or 属性:NoWrap<br>起始版本:7|类名:FlexWrap<br>方法 or 属性:NoWrap<br>起始版本:9|enums.d.ts|
1749|起始版本有变化|类名:FlexWrap<br>方法 or 属性:Wrap<br>起始版本:7|类名:FlexWrap<br>方法 or 属性:Wrap<br>起始版本:9|enums.d.ts|
1750|起始版本有变化|类名:FlexWrap<br>方法 or 属性:WrapReverse<br>起始版本:7|类名:FlexWrap<br>方法 or 属性:WrapReverse<br>起始版本:9|enums.d.ts|
1751|起始版本有变化|类名:VerticalAlign<br>起始版本:7|类名:VerticalAlign<br>起始版本:9|enums.d.ts|
1752|起始版本有变化|类名:VerticalAlign<br>方法 or 属性:Top<br>起始版本:7|类名:VerticalAlign<br>方法 or 属性:Top<br>起始版本:9|enums.d.ts|
1753|起始版本有变化|类名:VerticalAlign<br>方法 or 属性:Center<br>起始版本:7|类名:VerticalAlign<br>方法 or 属性:Center<br>起始版本:9|enums.d.ts|
1754|起始版本有变化|类名:VerticalAlign<br>方法 or 属性:Bottom<br>起始版本:7|类名:VerticalAlign<br>方法 or 属性:Bottom<br>起始版本:9|enums.d.ts|
1755|起始版本有变化|类名:ImageRepeat<br>起始版本:7|类名:ImageRepeat<br>起始版本:9|enums.d.ts|
1756|起始版本有变化|类名:ImageRepeat<br>方法 or 属性:NoRepeat<br>起始版本:7|类名:ImageRepeat<br>方法 or 属性:NoRepeat<br>起始版本:9|enums.d.ts|
1757|起始版本有变化|类名:ImageRepeat<br>方法 or 属性:X<br>起始版本:7|类名:ImageRepeat<br>方法 or 属性:X<br>起始版本:9|enums.d.ts|
1758|起始版本有变化|类名:ImageRepeat<br>方法 or 属性:Y<br>起始版本:7|类名:ImageRepeat<br>方法 or 属性:Y<br>起始版本:9|enums.d.ts|
1759|起始版本有变化|类名:ImageRepeat<br>方法 or 属性:XY<br>起始版本:7|类名:ImageRepeat<br>方法 or 属性:XY<br>起始版本:9|enums.d.ts|
1760|起始版本有变化|类名:ImageSize<br>起始版本:7|类名:ImageSize<br>起始版本:9|enums.d.ts|
1761|起始版本有变化|类名:ImageSize<br>方法 or 属性:Auto<br>起始版本:7|类名:ImageSize<br>方法 or 属性:Auto<br>起始版本:9|enums.d.ts|
1762|起始版本有变化|类名:ImageSize<br>方法 or 属性:Cover<br>起始版本:7|类名:ImageSize<br>方法 or 属性:Cover<br>起始版本:9|enums.d.ts|
1763|起始版本有变化|类名:ImageSize<br>方法 or 属性:Contain<br>起始版本:7|类名:ImageSize<br>方法 or 属性:Contain<br>起始版本:9|enums.d.ts|
1764|起始版本有变化|类名:GradientDirection<br>起始版本:7|类名:GradientDirection<br>起始版本:9|enums.d.ts|
1765|起始版本有变化|类名:GradientDirection<br>方法 or 属性:Left<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:Left<br>起始版本:9|enums.d.ts|
1766|起始版本有变化|类名:GradientDirection<br>方法 or 属性:Top<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:Top<br>起始版本:9|enums.d.ts|
1767|起始版本有变化|类名:GradientDirection<br>方法 or 属性:Right<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:Right<br>起始版本:9|enums.d.ts|
1768|起始版本有变化|类名:GradientDirection<br>方法 or 属性:Bottom<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:Bottom<br>起始版本:9|enums.d.ts|
1769|起始版本有变化|类名:GradientDirection<br>方法 or 属性:LeftTop<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:LeftTop<br>起始版本:9|enums.d.ts|
1770|起始版本有变化|类名:GradientDirection<br>方法 or 属性:LeftBottom<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:LeftBottom<br>起始版本:9|enums.d.ts|
1771|起始版本有变化|类名:GradientDirection<br>方法 or 属性:RightTop<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:RightTop<br>起始版本:9|enums.d.ts|
1772|起始版本有变化|类名:GradientDirection<br>方法 or 属性:RightBottom<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:RightBottom<br>起始版本:9|enums.d.ts|
1773|起始版本有变化|类名:GradientDirection<br>方法 or 属性:None<br>起始版本:7|类名:GradientDirection<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1774|起始版本有变化|类名:SharedTransitionEffectType<br>起始版本:7|类名:SharedTransitionEffectType<br>起始版本:9|enums.d.ts|
1775|起始版本有变化|类名:SharedTransitionEffectType<br>方法 or 属性:Static<br>起始版本:7|类名:SharedTransitionEffectType<br>方法 or 属性:Static<br>起始版本:9|enums.d.ts|
1776|起始版本有变化|类名:SharedTransitionEffectType<br>方法 or 属性:Exchange<br>起始版本:7|类名:SharedTransitionEffectType<br>方法 or 属性:Exchange<br>起始版本:9|enums.d.ts|
1777|起始版本有变化|类名:FontStyle<br>起始版本:7|类名:FontStyle<br>起始版本:9|enums.d.ts|
1778|起始版本有变化|类名:FontStyle<br>方法 or 属性:Normal<br>起始版本:7|类名:FontStyle<br>方法 or 属性:Normal<br>起始版本:9|enums.d.ts|
1779|起始版本有变化|类名:FontStyle<br>方法 or 属性:Italic<br>起始版本:7|类名:FontStyle<br>方法 or 属性:Italic<br>起始版本:9|enums.d.ts|
1780|起始版本有变化|类名:FontWeight<br>起始版本:7|类名:FontWeight<br>起始版本:9|enums.d.ts|
1781|起始版本有变化|类名:FontWeight<br>方法 or 属性:Lighter<br>起始版本:7|类名:FontWeight<br>方法 or 属性:Lighter<br>起始版本:9|enums.d.ts|
1782|起始版本有变化|类名:FontWeight<br>方法 or 属性:Normal<br>起始版本:7|类名:FontWeight<br>方法 or 属性:Normal<br>起始版本:9|enums.d.ts|
1783|起始版本有变化|类名:FontWeight<br>方法 or 属性:Regular<br>起始版本:7|类名:FontWeight<br>方法 or 属性:Regular<br>起始版本:9|enums.d.ts|
1784|起始版本有变化|类名:FontWeight<br>方法 or 属性:Medium<br>起始版本:7|类名:FontWeight<br>方法 or 属性:Medium<br>起始版本:9|enums.d.ts|
1785|起始版本有变化|类名:FontWeight<br>方法 or 属性:Bold<br>起始版本:7|类名:FontWeight<br>方法 or 属性:Bold<br>起始版本:9|enums.d.ts|
1786|起始版本有变化|类名:FontWeight<br>方法 or 属性:Bolder<br>起始版本:7|类名:FontWeight<br>方法 or 属性:Bolder<br>起始版本:9|enums.d.ts|
1787|起始版本有变化|类名:TextAlign<br>起始版本:7|类名:TextAlign<br>起始版本:9|enums.d.ts|
1788|起始版本有变化|类名:TextAlign<br>方法 or 属性:Center<br>起始版本:7|类名:TextAlign<br>方法 or 属性:Center<br>起始版本:9|enums.d.ts|
1789|起始版本有变化|类名:TextAlign<br>方法 or 属性:Start<br>起始版本:7|类名:TextAlign<br>方法 or 属性:Start<br>起始版本:9|enums.d.ts|
1790|起始版本有变化|类名:TextAlign<br>方法 or 属性:End<br>起始版本:7|类名:TextAlign<br>方法 or 属性:End<br>起始版本:9|enums.d.ts|
1791|起始版本有变化|类名:TextOverflow<br>起始版本:7|类名:TextOverflow<br>起始版本:9|enums.d.ts|
1792|起始版本有变化|类名:TextOverflow<br>方法 or 属性:Clip<br>起始版本:7|类名:TextOverflow<br>方法 or 属性:Clip<br>起始版本:9|enums.d.ts|
1793|起始版本有变化|类名:TextOverflow<br>方法 or 属性:Ellipsis<br>起始版本:7|类名:TextOverflow<br>方法 or 属性:Ellipsis<br>起始版本:9|enums.d.ts|
1794|起始版本有变化|类名:TextOverflow<br>方法 or 属性:None<br>起始版本:7|类名:TextOverflow<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1795|起始版本有变化|类名:TextDecorationType<br>起始版本:7|类名:TextDecorationType<br>起始版本:9|enums.d.ts|
1796|起始版本有变化|类名:TextDecorationType<br>方法 or 属性:None<br>起始版本:7|类名:TextDecorationType<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1797|起始版本有变化|类名:TextDecorationType<br>方法 or 属性:Underline<br>起始版本:7|类名:TextDecorationType<br>方法 or 属性:Underline<br>起始版本:9|enums.d.ts|
1798|起始版本有变化|类名:TextDecorationType<br>方法 or 属性:Overline<br>起始版本:7|类名:TextDecorationType<br>方法 or 属性:Overline<br>起始版本:9|enums.d.ts|
1799|起始版本有变化|类名:TextDecorationType<br>方法 or 属性:LineThrough<br>起始版本:7|类名:TextDecorationType<br>方法 or 属性:LineThrough<br>起始版本:9|enums.d.ts|
1800|起始版本有变化|类名:TextCase<br>起始版本:7|类名:TextCase<br>起始版本:9|enums.d.ts|
1801|起始版本有变化|类名:TextCase<br>方法 or 属性:Normal<br>起始版本:7|类名:TextCase<br>方法 or 属性:Normal<br>起始版本:9|enums.d.ts|
1802|起始版本有变化|类名:TextCase<br>方法 or 属性:LowerCase<br>起始版本:7|类名:TextCase<br>方法 or 属性:LowerCase<br>起始版本:9|enums.d.ts|
1803|起始版本有变化|类名:TextCase<br>方法 or 属性:UpperCase<br>起始版本:7|类名:TextCase<br>方法 or 属性:UpperCase<br>起始版本:9|enums.d.ts|
1804|起始版本有变化|类名:ResponseType<br>起始版本:8|类名:ResponseType<br>起始版本:9|enums.d.ts|
1805|起始版本有变化|类名:ResponseType<br>方法 or 属性:RightClick<br>起始版本:8|类名:ResponseType<br>方法 or 属性:RightClick<br>起始版本:9|enums.d.ts|
1806|起始版本有变化|类名:ResponseType<br>方法 or 属性:LongPress<br>起始版本:8|类名:ResponseType<br>方法 or 属性:LongPress<br>起始版本:9|enums.d.ts|
1807|起始版本有变化|类名:HoverEffect<br>起始版本:8|类名:HoverEffect<br>起始版本:9|enums.d.ts|
1808|起始版本有变化|类名:HoverEffect<br>方法 or 属性:Auto<br>起始版本:8|类名:HoverEffect<br>方法 or 属性:Auto<br>起始版本:9|enums.d.ts|
1809|起始版本有变化|类名:HoverEffect<br>方法 or 属性:Scale<br>起始版本:8|类名:HoverEffect<br>方法 or 属性:Scale<br>起始版本:9|enums.d.ts|
1810|起始版本有变化|类名:HoverEffect<br>方法 or 属性:Highlight<br>起始版本:8|类名:HoverEffect<br>方法 or 属性:Highlight<br>起始版本:9|enums.d.ts|
1811|起始版本有变化|类名:HoverEffect<br>方法 or 属性:None<br>起始版本:8|类名:HoverEffect<br>方法 or 属性:None<br>起始版本:9|enums.d.ts|
1812|起始版本有变化|类名:Placement<br>起始版本:8|类名:Placement<br>起始版本:9|enums.d.ts|
1813|起始版本有变化|类名:Placement<br>方法 or 属性:Left<br>起始版本:8|类名:Placement<br>方法 or 属性:Left<br>起始版本:9|enums.d.ts|
1814|起始版本有变化|类名:Placement<br>方法 or 属性:Right<br>起始版本:8|类名:Placement<br>方法 or 属性:Right<br>起始版本:9|enums.d.ts|
1815|起始版本有变化|类名:Placement<br>方法 or 属性:Top<br>起始版本:8|类名:Placement<br>方法 or 属性:Top<br>起始版本:9|enums.d.ts|
1816|起始版本有变化|类名:Placement<br>方法 or 属性:Bottom<br>起始版本:8|类名:Placement<br>方法 or 属性:Bottom<br>起始版本:9|enums.d.ts|
1817|起始版本有变化|类名:Placement<br>方法 or 属性:TopLeft<br>起始版本:8|类名:Placement<br>方法 or 属性:TopLeft<br>起始版本:9|enums.d.ts|
1818|起始版本有变化|类名:Placement<br>方法 or 属性:TopRight<br>起始版本:8|类名:Placement<br>方法 or 属性:TopRight<br>起始版本:9|enums.d.ts|
1819|起始版本有变化|类名:Placement<br>方法 or 属性:BottomLeft<br>起始版本:8|类名:Placement<br>方法 or 属性:BottomLeft<br>起始版本:9|enums.d.ts|
1820|起始版本有变化|类名:Placement<br>方法 or 属性:BottomRight<br>起始版本:8|类名:Placement<br>方法 or 属性:BottomRight<br>起始版本:9|enums.d.ts|
1821|起始版本有变化|类名:FlexOptions<br>起始版本:7|类名:FlexOptions<br>起始版本:9|flex.d.ts|
1822|起始版本有变化|类名:FlexOptions<br>方法 or 属性:direction?: FlexDirection;<br>起始版本:7|类名:FlexOptions<br>方法 or 属性:direction?: FlexDirection;<br>起始版本:9|flex.d.ts|
1823|起始版本有变化|类名:FlexOptions<br>方法 or 属性:wrap?: FlexWrap;<br>起始版本:7|类名:FlexOptions<br>方法 or 属性:wrap?: FlexWrap;<br>起始版本:9|flex.d.ts|
1824|起始版本有变化|类名:FlexOptions<br>方法 or 属性:justifyContent?: FlexAlign;<br>起始版本:7|类名:FlexOptions<br>方法 or 属性:justifyContent?: FlexAlign;<br>起始版本:9|flex.d.ts|
1825|起始版本有变化|类名:FlexOptions<br>方法 or 属性:alignItems?: ItemAlign;<br>起始版本:7|类名:FlexOptions<br>方法 or 属性:alignItems?: ItemAlign;<br>起始版本:9|flex.d.ts|
1826|起始版本有变化|类名:FlexOptions<br>方法 or 属性:alignContent?: FlexAlign;<br>起始版本:7|类名:FlexOptions<br>方法 or 属性:alignContent?: FlexAlign;<br>起始版本:9|flex.d.ts|
1827|起始版本有变化|类名:FlexInterface<br>起始版本:7|类名:FlexInterface<br>起始版本:9|flex.d.ts|
1828|起始版本有变化|类名:FlexInterface<br>方法 or 属性:(value?: FlexOptions): FlexAttribute;<br>起始版本:7|类名:FlexInterface<br>方法 or 属性:(value?: FlexOptions): FlexAttribute;<br>起始版本:9|flex.d.ts|
1829|起始版本有变化|类名:FlexAttribute<br>起始版本:7|类名:FlexAttribute<br>起始版本:9|flex.d.ts|
1830|起始版本有变化|类名:global<br>方法 or 属性:declare const Flex: FlexInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Flex: FlexInterface;<br>起始版本:9|flex.d.ts|
1831|起始版本有变化|类名:global<br>方法 or 属性:declare const FlexInstance: FlexAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const FlexInstance: FlexAttribute;<br>起始版本:9|flex.d.ts|
1832|起始版本有变化|类名:global<br>方法 or 属性:declare const FormComponent: FormComponentInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const FormComponent: FormComponentInterface;<br>起始版本:7|form_component.d.ts|
1833|起始版本有变化|类名:global<br>方法 or 属性:declare const FormComponentInstance: FormComponentAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const FormComponentInstance: FormComponentAttribute;<br>起始版本:7|form_component.d.ts|
1834|起始版本有变化|类名:ForEachInterface<br>起始版本:7|类名:ForEachInterface<br>起始版本:9|for_each.d.ts|
1835|起始版本有变化|类名:global<br>方法 or 属性:declare const ForEach: ForEachInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ForEach: ForEachInterface;<br>起始版本:9|for_each.d.ts|
1836|起始版本有变化|类名:GaugeInterface<br>起始版本:8|类名:GaugeInterface<br>起始版本:9|gauge.d.ts|
1837|起始版本有变化|类名:GaugeInterface<br>方法 or 属性:(options: { value: number; min?: number; max?: number }): GaugeAttribute;<br>起始版本:8|类名:GaugeInterface<br>方法 or 属性:(options: { value: number; min?: number; max?: number }): GaugeAttribute;<br>起始版本:9|gauge.d.ts|
1838|起始版本有变化|类名:GaugeAttribute<br>起始版本:8|类名:GaugeAttribute<br>起始版本:9|gauge.d.ts|
1839|起始版本有变化|类名:GaugeAttribute<br>方法 or 属性:value(value: number): GaugeAttribute;<br>起始版本:8|类名:GaugeAttribute<br>方法 or 属性:value(value: number): GaugeAttribute;<br>起始版本:9|gauge.d.ts|
1840|起始版本有变化|类名:GaugeAttribute<br>方法 or 属性:startAngle(angle: number): GaugeAttribute;<br>起始版本:8|类名:GaugeAttribute<br>方法 or 属性:startAngle(angle: number): GaugeAttribute;<br>起始版本:9|gauge.d.ts|
1841|起始版本有变化|类名:GaugeAttribute<br>方法 or 属性:endAngle(angle: number): GaugeAttribute;<br>起始版本:8|类名:GaugeAttribute<br>方法 or 属性:endAngle(angle: number): GaugeAttribute;<br>起始版本:9|gauge.d.ts|
1842|起始版本有变化|类名:GaugeAttribute<br>方法 or 属性:colors(colors: Array\<any>): GaugeAttribute;<br>起始版本:8|类名:GaugeAttribute<br>方法 or 属性:colors(colors: Array\<any>): GaugeAttribute;<br>起始版本:9|gauge.d.ts|
1843|起始版本有变化|类名:GaugeAttribute<br>方法 or 属性:strokeWidth(length: Length): GaugeAttribute;<br>起始版本:8|类名:GaugeAttribute<br>方法 or 属性:strokeWidth(length: Length): GaugeAttribute;<br>起始版本:9|gauge.d.ts|
1844|起始版本有变化|类名:global<br>方法 or 属性:declare const Gauge: GaugeInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Gauge: GaugeInterface;<br>起始版本:9|gauge.d.ts|
1845|起始版本有变化|类名:global<br>方法 or 属性:declare const GaugeInstance: GaugeAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const GaugeInstance: GaugeAttribute;<br>起始版本:9|gauge.d.ts|
1846|起始版本有变化|类名:global<br>方法 or 属性:declare const TapGesture: TapGestureInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TapGesture: TapGestureInterface;<br>起始版本:7|gesture.d.ts|
1847|起始版本有变化|类名:global<br>方法 or 属性:declare const LongPressGesture: LongPressGestureInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const LongPressGesture: LongPressGestureInterface;<br>起始版本:7|gesture.d.ts|
1848|起始版本有变化|类名:global<br>方法 or 属性:declare const PanGesture: PanGestureInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const PanGesture: PanGestureInterface;<br>起始版本:7|gesture.d.ts|
1849|起始版本有变化|类名:global<br>方法 or 属性:declare const SwipeGesture: SwipeGestureInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const SwipeGesture: SwipeGestureInterface;<br>起始版本:7|gesture.d.ts|
1850|起始版本有变化|类名:global<br>方法 or 属性:declare const PinchGesture: PinchGestureInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const PinchGesture: PinchGestureInterface;<br>起始版本:7|gesture.d.ts|
1851|起始版本有变化|类名:global<br>方法 or 属性:declare const RotationGesture: RotationGestureInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RotationGesture: RotationGestureInterface;<br>起始版本:7|gesture.d.ts|
1852|起始版本有变化|类名:global<br>方法 or 属性:declare const GestureGroup: GestureGroupInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const GestureGroup: GestureGroupInterface;<br>起始版本:7|gesture.d.ts|
1853|起始版本有变化|类名:global<br>方法 or 属性:declare const Grid: GridInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Grid: GridInterface;<br>起始版本:7|grid.d.ts|
1854|起始版本有变化|类名:global<br>方法 or 属性:declare const GridInstance: GridAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const GridInstance: GridAttribute;<br>起始版本:7|grid.d.ts|
1855|起始版本有变化|类名:global<br>方法 or 属性:declare const GridItem: GridItemInterface<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const GridItem: GridItemInterface<br>起始版本:7|gridItem.d.ts|
1856|起始版本有变化|类名:global<br>方法 or 属性:declare const GridItemInstance: GridItemAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const GridItemInstance: GridItemAttribute;<br>起始版本:7|gridItem.d.ts|
1857|起始版本有变化|类名:global<br>方法 or 属性:declare const GridContainer: GridContainerInterface<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const GridContainer: GridContainerInterface<br>起始版本:7|grid_container.d.ts|
1858|起始版本有变化|类名:global<br>方法 or 属性:declare const GridContainerInstance: GridContainerAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const GridContainerInstance: GridContainerAttribute;<br>起始版本:7|grid_container.d.ts|
1859|起始版本有变化|类名:global<br>方法 or 属性:declare const Hyperlink: HyperlinkInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Hyperlink: HyperlinkInterface;<br>起始版本:7|hyperlink.d.ts|
1860|起始版本有变化|类名:global<br>方法 or 属性:declare const HyperlinkInterface: HyperlinkAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const HyperlinkInterface: HyperlinkAttribute;<br>起始版本:7|hyperlink.d.ts|
1861|起始版本有变化|类名:ImageRenderMode<br>起始版本:7|类名:ImageRenderMode<br>起始版本:9|image.d.ts|
1862|起始版本有变化|类名:ImageRenderMode<br>方法 or 属性:Original<br>起始版本:7|类名:ImageRenderMode<br>方法 or 属性:Original<br>起始版本:9|image.d.ts|
1863|起始版本有变化|类名:ImageRenderMode<br>方法 or 属性:Template<br>起始版本:7|类名:ImageRenderMode<br>方法 or 属性:Template<br>起始版本:9|image.d.ts|
1864|起始版本有变化|类名:ImageInterpolation<br>起始版本:7|类名:ImageInterpolation<br>起始版本:9|image.d.ts|
1865|起始版本有变化|类名:ImageInterpolation<br>方法 or 属性:None<br>起始版本:7|类名:ImageInterpolation<br>方法 or 属性:None<br>起始版本:9|image.d.ts|
1866|起始版本有变化|类名:ImageInterpolation<br>方法 or 属性:Low<br>起始版本:7|类名:ImageInterpolation<br>方法 or 属性:Low<br>起始版本:9|image.d.ts|
1867|起始版本有变化|类名:ImageInterpolation<br>方法 or 属性:Medium<br>起始版本:7|类名:ImageInterpolation<br>方法 or 属性:Medium<br>起始版本:9|image.d.ts|
1868|起始版本有变化|类名:ImageInterpolation<br>方法 or 属性:High<br>起始版本:7|类名:ImageInterpolation<br>方法 or 属性:High<br>起始版本:9|image.d.ts|
1869|起始版本有变化|类名:ImageInterface<br>起始版本:7|类名:ImageInterface<br>起始版本:9|image.d.ts|
1870|起始版本有变化|类名:ImageInterface<br>方法 or 属性:(src: string \| PixelMap \| Resource): ImageAttribute;<br>起始版本:7|类名:ImageInterface<br>方法 or 属性:(src: string \| PixelMap \| Resource): ImageAttribute;<br>起始版本:9|image.d.ts|
1871|起始版本有变化|类名:ImageAttribute<br>起始版本:7|类名:ImageAttribute<br>起始版本:9|image.d.ts|
1872|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:alt(value: string \| Resource): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:alt(value: string \| Resource): ImageAttribute;<br>起始版本:9|image.d.ts|
1873|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:matchTextDirection(value: boolean): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:matchTextDirection(value: boolean): ImageAttribute;<br>起始版本:9|image.d.ts|
1874|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:fitOriginalSize(value: boolean): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:fitOriginalSize(value: boolean): ImageAttribute;<br>起始版本:9|image.d.ts|
1875|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:fillColor(value: ResourceColor): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:fillColor(value: ResourceColor): ImageAttribute;<br>起始版本:9|image.d.ts|
1876|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:objectFit(value: ImageFit): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:objectFit(value: ImageFit): ImageAttribute;<br>起始版本:9|image.d.ts|
1877|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:objectRepeat(value: ImageRepeat): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:objectRepeat(value: ImageRepeat): ImageAttribute;<br>起始版本:9|image.d.ts|
1878|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:autoResize(value: boolean): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:autoResize(value: boolean): ImageAttribute;<br>起始版本:9|image.d.ts|
1879|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:renderMode(value: ImageRenderMode): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:renderMode(value: ImageRenderMode): ImageAttribute;<br>起始版本:9|image.d.ts|
1880|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:interpolation(value: ImageInterpolation): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:interpolation(value: ImageInterpolation): ImageAttribute;<br>起始版本:9|image.d.ts|
1881|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:sourceSize(value: { width: number; height: number }): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:sourceSize(value: { width: number; height: number }): ImageAttribute;<br>起始版本:9|image.d.ts|
1882|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:syncLoad(value: boolean): ImageAttribute;<br>起始版本:8|类名:ImageAttribute<br>方法 or 属性:syncLoad(value: boolean): ImageAttribute;<br>起始版本:9|image.d.ts|
1883|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:onComplete(<br>    callback: (event?: {<br>      width: number;<br>      height: number;<br>      componentWidth: number;<br>      componentHeight: number;<br>      loadingStatus: number;<br>    }) => void,<br>  ): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:onComplete(<br>    callback: (event?: {<br>      width: number;<br>      height: number;<br>      componentWidth: number;<br>      componentHeight: number;<br>      loadingStatus: number;<br>    }) => void,<br>  ): ImageAttribute;<br>起始版本:9|image.d.ts|
1884|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:onError(callback: (event?: { componentWidth: number; componentHeight: number }) => void): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:onError(callback: (event?: { componentWidth: number; componentHeight: number }) => void): ImageAttribute;<br>起始版本:9|image.d.ts|
1885|起始版本有变化|类名:ImageAttribute<br>方法 or 属性:onFinish(event: () => void): ImageAttribute;<br>起始版本:7|类名:ImageAttribute<br>方法 or 属性:onFinish(event: () => void): ImageAttribute;<br>起始版本:9|image.d.ts|
1886|起始版本有变化|类名:global<br>方法 or 属性:declare const Image: ImageInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Image: ImageInterface;<br>起始版本:9|image.d.ts|
1887|起始版本有变化|类名:global<br>方法 or 属性:declare const ImageInstance: ImageAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ImageInstance: ImageAttribute;<br>起始版本:9|image.d.ts|
1888|起始版本有变化|类名:global<br>方法 or 属性:declare const ImageAnimator: ImageAnimatorInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ImageAnimator: ImageAnimatorInterface;<br>起始版本:7|image_animator.d.ts|
1889|起始版本有变化|类名:global<br>方法 or 属性:declare const ImageAnimatorInstance: ImageAnimatorAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ImageAnimatorInstance: ImageAnimatorAttribute;<br>起始版本:7|image_animator.d.ts|
1890|起始版本有变化|类名:global<br>方法 or 属性:declare const LazyForEach: LazyForEachInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const LazyForEach: LazyForEachInterface;<br>起始版本:7|lazy_for_each.d.ts|
1891|起始版本有变化|类名:LineInterface<br>起始版本:7|类名:LineInterface<br>起始版本:9|line.d.ts|
1892|起始版本有变化|类名:LineInterface<br>方法 or 属性:new (value?: { width?: string \| number; height?: string \| number }): LineAttribute;<br>起始版本:7|类名:LineInterface<br>方法 or 属性:new (value?: { width?: string \| number; height?: string \| number }): LineAttribute;<br>起始版本:9|line.d.ts|
1893|起始版本有变化|类名:LineInterface<br>方法 or 属性:(value?: { width?: string \| number; height?: string \| number }): LineAttribute;<br>起始版本:7|类名:LineInterface<br>方法 or 属性:(value?: { width?: string \| number; height?: string \| number }): LineAttribute;<br>起始版本:9|line.d.ts|
1894|起始版本有变化|类名:LineAttribute<br>起始版本:7|类名:LineAttribute<br>起始版本:9|line.d.ts|
1895|起始版本有变化|类名:LineAttribute<br>方法 or 属性:startPoint(value: Array\<any>): LineAttribute;<br>起始版本:7|类名:LineAttribute<br>方法 or 属性:startPoint(value: Array\<any>): LineAttribute;<br>起始版本:9|line.d.ts|
1896|起始版本有变化|类名:LineAttribute<br>方法 or 属性:endPoint(value: Array\<any>): LineAttribute;<br>起始版本:7|类名:LineAttribute<br>方法 or 属性:endPoint(value: Array\<any>): LineAttribute;<br>起始版本:9|line.d.ts|
1897|起始版本有变化|类名:global<br>方法 or 属性:declare const Line: LineInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Line: LineInterface;<br>起始版本:9|line.d.ts|
1898|起始版本有变化|类名:global<br>方法 or 属性:declare const LineInstance: LineAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const LineInstance: LineAttribute;<br>起始版本:9|line.d.ts|
1899|起始版本有变化|类名:ScrollState<br>起始版本:7|类名:ScrollState<br>起始版本:9|list.d.ts|
1900|起始版本有变化|类名:ScrollState<br>方法 or 属性:Idle<br>起始版本:7|类名:ScrollState<br>方法 or 属性:Idle<br>起始版本:9|list.d.ts|
1901|起始版本有变化|类名:ScrollState<br>方法 or 属性:Scroll<br>起始版本:7|类名:ScrollState<br>方法 or 属性:Scroll<br>起始版本:9|list.d.ts|
1902|起始版本有变化|类名:ScrollState<br>方法 or 属性:Fling<br>起始版本:7|类名:ScrollState<br>方法 or 属性:Fling<br>起始版本:9|list.d.ts|
1903|起始版本有变化|类名:ListInterface<br>起始版本:7|类名:ListInterface<br>起始版本:9|list.d.ts|
1904|起始版本有变化|类名:ListInterface<br>方法 or 属性:(value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;<br>起始版本:7|类名:ListInterface<br>方法 or 属性:(value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;<br>起始版本:9|list.d.ts|
1905|起始版本有变化|类名:ListAttribute<br>起始版本:7|类名:ListAttribute<br>起始版本:9|list.d.ts|
1906|起始版本有变化|类名:ListAttribute<br>方法 or 属性:listDirection(value: Axis): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:listDirection(value: Axis): ListAttribute;<br>起始版本:9|list.d.ts|
1907|起始版本有变化|类名:ListAttribute<br>方法 or 属性:scrollBar(value: BarState): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:scrollBar(value: BarState): ListAttribute;<br>起始版本:9|list.d.ts|
1908|起始版本有变化|类名:ListAttribute<br>方法 or 属性:edgeEffect(value: EdgeEffect): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:edgeEffect(value: EdgeEffect): ListAttribute;<br>起始版本:9|list.d.ts|
1909|起始版本有变化|类名:ListAttribute<br>方法 or 属性:divider(<br>    value: {<br>      strokeWidth: Length;<br>      color?: ResourceColor;<br>      startMargin?: Length;<br>      endMargin?: Length;<br>    } \| null,<br>  ): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:divider(<br>    value: {<br>      strokeWidth: Length;<br>      color?: ResourceColor;<br>      startMargin?: Length;<br>      endMargin?: Length;<br>    } \| null,<br>  ): ListAttribute;<br>起始版本:9|list.d.ts|
1910|起始版本有变化|类名:ListAttribute<br>方法 or 属性:multiSelectable(value: boolean): ListAttribute;<br>起始版本:8|类名:ListAttribute<br>方法 or 属性:multiSelectable(value: boolean): ListAttribute;<br>起始版本:9|list.d.ts|
1911|起始版本有变化|类名:ListAttribute<br>方法 or 属性:cachedCount(value: number): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:cachedCount(value: number): ListAttribute;<br>起始版本:9|list.d.ts|
1912|起始版本有变化|类名:ListAttribute<br>方法 or 属性:chainAnimation(value: boolean): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:chainAnimation(value: boolean): ListAttribute;<br>起始版本:9|list.d.ts|
1913|起始版本有变化|类名:ListAttribute<br>方法 or 属性:onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;<br>起始版本:9|list.d.ts|
1914|起始版本有变化|类名:ListAttribute<br>方法 or 属性:onScrollIndex(event: (start: number, end: number) => void): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:onScrollIndex(event: (start: number, end: number) => void): ListAttribute;<br>起始版本:9|list.d.ts|
1915|起始版本有变化|类名:ListAttribute<br>方法 or 属性:onReachStart(event: () => void): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:onReachStart(event: () => void): ListAttribute;<br>起始版本:9|list.d.ts|
1916|起始版本有变化|类名:ListAttribute<br>方法 or 属性:onReachEnd(event: () => void): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:onReachEnd(event: () => void): ListAttribute;<br>起始版本:9|list.d.ts|
1917|起始版本有变化|类名:ListAttribute<br>方法 or 属性:onScrollStop(event: () => void): ListAttribute;<br>起始版本:7|类名:ListAttribute<br>方法 or 属性:onScrollStop(event: () => void): ListAttribute;<br>起始版本:9|list.d.ts|
1918|起始版本有变化|类名:global<br>方法 or 属性:declare const List: ListInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const List: ListInterface;<br>起始版本:9|list.d.ts|
1919|起始版本有变化|类名:global<br>方法 or 属性:declare const ListInstance: ListAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ListInstance: ListAttribute;<br>起始版本:9|list.d.ts|
1920|起始版本有变化|类名:ListItemInterface<br>起始版本:7|类名:ListItemInterface<br>起始版本:9|list_item.d.ts|
1921|起始版本有变化|类名:ListItemInterface<br>方法 or 属性:(value?: string): ListItemAttribute;<br>起始版本:7|类名:ListItemInterface<br>方法 or 属性:(value?: string): ListItemAttribute;<br>起始版本:9|list_item.d.ts|
1922|起始版本有变化|类名:ListItemAttribute<br>起始版本:7|类名:ListItemAttribute<br>起始版本:9|list_item.d.ts|
1923|起始版本有变化|类名:ListItemAttribute<br>方法 or 属性:onSelect(event: (isSelected: boolean) => void): ListItemAttribute;<br>起始版本:8|类名:ListItemAttribute<br>方法 or 属性:onSelect(event: (isSelected: boolean) => void): ListItemAttribute;<br>起始版本:9|list_item.d.ts|
1924|起始版本有变化|类名:global<br>方法 or 属性:declare const ListItemInstance: ListItemAttribute;<br>起始版本:7|类名:global<br>方法 or 属性:declare const ListItemInstance: ListItemAttribute;<br>起始版本:9|list_item.d.ts|
1925|起始版本有变化|类名:global<br>方法 or 属性:declare const ListItem: ListItemInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ListItem: ListItemInterface;<br>起始版本:9|list_item.d.ts|
1926|起始版本有变化|类名:LoadingProgressStyle<br>起始版本:8|类名:LoadingProgressStyle<br>起始版本:9|loading_progress.d.ts|
1927|起始版本有变化|类名:LoadingProgressStyle<br>方法 or 属性:Default<br>起始版本:8|类名:LoadingProgressStyle<br>方法 or 属性:Default<br>起始版本:9|loading_progress.d.ts|
1928|起始版本有变化|类名:LoadingProgressStyle<br>方法 or 属性:Circular<br>起始版本:8|类名:LoadingProgressStyle<br>方法 or 属性:Circular<br>起始版本:9|loading_progress.d.ts|
1929|起始版本有变化|类名:LoadingProgressStyle<br>方法 or 属性:Orbital<br>起始版本:8|类名:LoadingProgressStyle<br>方法 or 属性:Orbital<br>起始版本:9|loading_progress.d.ts|
1930|起始版本有变化|类名:LoadingProgressInterface<br>起始版本:8|类名:LoadingProgressInterface<br>起始版本:9|loading_progress.d.ts|
1931|起始版本有变化|类名:LoadingProgressInterface<br>方法 or 属性:(): LoadingProgressAttribute;<br>起始版本:8|类名:LoadingProgressInterface<br>方法 or 属性:(): LoadingProgressAttribute;<br>起始版本:9|loading_progress.d.ts|
1932|起始版本有变化|类名:LoadingProgressAttribute<br>起始版本:8|类名:LoadingProgressAttribute<br>起始版本:9|loading_progress.d.ts|
1933|起始版本有变化|类名:LoadingProgressAttribute<br>方法 or 属性:color(value: ResourceColor): LoadingProgressAttribute;<br>起始版本:8|类名:LoadingProgressAttribute<br>方法 or 属性:color(value: ResourceColor): LoadingProgressAttribute;<br>起始版本:9|loading_progress.d.ts|
1934|起始版本有变化|类名:global<br>方法 or 属性:declare const LoadingProgress: LoadingProgressInterface;<br>起始版本:8|类名:global<br>方法 or 属性:declare const LoadingProgress: LoadingProgressInterface;<br>起始版本:9|loading_progress.d.ts|
1935|起始版本有变化|类名:global<br>方法 or 属性:declare const LoadingProgressInstance: LoadingProgressAttribute;<br>起始版本:8|类名:global<br>方法 or 属性:declare const LoadingProgressInstance: LoadingProgressAttribute;<br>起始版本:9|loading_progress.d.ts|
1936|起始版本有变化|类名:MarqueeInterface<br>起始版本:8|类名:MarqueeInterface<br>起始版本:9|marquee.d.ts|
1937|起始版本有变化|类名:MarqueeInterface<br>方法 or 属性:(value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;<br>起始版本:8|类名:MarqueeInterface<br>方法 or 属性:(value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1938|起始版本有变化|类名:MarqueeAttribute<br>起始版本:8|类名:MarqueeAttribute<br>起始版本:9|marquee.d.ts|
1939|起始版本有变化|类名:MarqueeAttribute<br>方法 or 属性:fontColor(value: ResourceColor): MarqueeAttribute;<br>起始版本:8|类名:MarqueeAttribute<br>方法 or 属性:fontColor(value: ResourceColor): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1940|起始版本有变化|类名:MarqueeAttribute<br>方法 or 属性:fontSize(value: Length): MarqueeAttribute;<br>起始版本:8|类名:MarqueeAttribute<br>方法 or 属性:fontSize(value: Length): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1941|起始版本有变化|类名:MarqueeAttribute<br>方法 or 属性:allowScale(value: boolean): MarqueeAttribute;<br>起始版本:8|类名:MarqueeAttribute<br>方法 or 属性:allowScale(value: boolean): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1942|起始版本有变化|类名:MarqueeAttribute<br>方法 or 属性:fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;<br>起始版本:8|类名:MarqueeAttribute<br>方法 or 属性:fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1943|起始版本有变化|类名:MarqueeAttribute<br>方法 or 属性:fontFamily(value: string \| Resource): MarqueeAttribute;<br>起始版本:8|类名:MarqueeAttribute<br>方法 or 属性:fontFamily(value: string \| Resource): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1944|起始版本有变化|类名:MarqueeAttribute<br>方法 or 属性:onStart(event: () => void): MarqueeAttribute;<br>起始版本:8|类名:MarqueeAttribute<br>方法 or 属性:onStart(event: () => void): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1945|起始版本有变化|类名:MarqueeAttribute<br>方法 or 属性:onBounce(event: () => void): MarqueeAttribute;<br>起始版本:8|类名:MarqueeAttribute<br>方法 or 属性:onBounce(event: () => void): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1946|起始版本有变化|类名:MarqueeAttribute<br>方法 or 属性:onFinish(event: () => void): MarqueeAttribute;<br>起始版本:8|类名:MarqueeAttribute<br>方法 or 属性:onFinish(event: () => void): MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1947|起始版本有变化|类名:global<br>方法 or 属性:declare const Marquee: MarqueeInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Marquee: MarqueeInterface;<br>起始版本:9|marquee.d.ts|
1948|起始版本有变化|类名:global<br>方法 or 属性:declare const MarqueeInstance: MarqueeAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const MarqueeInstance: MarqueeAttribute;<br>起始版本:9|marquee.d.ts|
1949|起始版本有变化|类名:global<br>方法 or 属性:declare const Navigation: NavigationInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Navigation: NavigationInterface;<br>起始版本:8|navigation.d.ts|
1950|起始版本有变化|类名:global<br>方法 or 属性:declare const NavigationInstance: NavigationAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const NavigationInstance: NavigationAttribute;<br>起始版本:8|navigation.d.ts|
1951|起始版本有变化|类名:global<br>方法 or 属性:declare const Navigator: NavigatorInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Navigator: NavigatorInterface;<br>起始版本:7|navigator.d.ts|
1952|起始版本有变化|类名:global<br>方法 or 属性:declare const NavigatorInstance: NavigatorAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const NavigatorInstance: NavigatorAttribute;<br>起始版本:7|navigator.d.ts|
1953|起始版本有变化|类名:global<br>方法 or 属性:declare const PageTransitionEnter: PageTransitionEnterInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const PageTransitionEnter: PageTransitionEnterInterface;<br>起始版本:7|page_transition.d.ts|
1954|起始版本有变化|类名:global<br>方法 or 属性:declare const PageTransitionExit: PageTransitionExitInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const PageTransitionExit: PageTransitionExitInterface;<br>起始版本:7|page_transition.d.ts|
1955|起始版本有变化|类名:global<br>方法 or 属性:declare const Panel: PanelInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Panel: PanelInterface;<br>起始版本:7|panel.d.ts|
1956|起始版本有变化|类名:global<br>方法 or 属性:declare const PanelInstance: PanelAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const PanelInstance: PanelAttribute;<br>起始版本:7|panel.d.ts|
1957|起始版本有变化|类名:PathInterface<br>起始版本:7|类名:PathInterface<br>起始版本:9|path.d.ts|
1958|起始版本有变化|类名:PathInterface<br>方法 or 属性:new (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;<br>起始版本:7|类名:PathInterface<br>方法 or 属性:new (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;<br>起始版本:9|path.d.ts|
1959|起始版本有变化|类名:PathInterface<br>方法 or 属性:(value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;<br>起始版本:7|类名:PathInterface<br>方法 or 属性:(value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;<br>起始版本:9|path.d.ts|
1960|起始版本有变化|类名:PathAttribute<br>起始版本:7|类名:PathAttribute<br>起始版本:9|path.d.ts|
1961|起始版本有变化|类名:PathAttribute<br>方法 or 属性:commands(value: string): PathAttribute;<br>起始版本:7|类名:PathAttribute<br>方法 or 属性:commands(value: string): PathAttribute;<br>起始版本:9|path.d.ts|
1962|起始版本有变化|类名:global<br>方法 or 属性:declare const Path: PathInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Path: PathInterface;<br>起始版本:9|path.d.ts|
1963|起始版本有变化|类名:global<br>方法 or 属性:declare const PathInstance: PathAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const PathInstance: PathAttribute;<br>起始版本:9|path.d.ts|
1964|起始版本有变化|类名:PolygonInterface<br>起始版本:7|类名:PolygonInterface<br>起始版本:9|polygon.d.ts|
1965|起始版本有变化|类名:PolygonInterface<br>方法 or 属性:new (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;<br>起始版本:7|类名:PolygonInterface<br>方法 or 属性:new (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;<br>起始版本:9|polygon.d.ts|
1966|起始版本有变化|类名:PolygonInterface<br>方法 or 属性:(value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;<br>起始版本:7|类名:PolygonInterface<br>方法 or 属性:(value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;<br>起始版本:9|polygon.d.ts|
1967|起始版本有变化|类名:PolygonAttribute<br>方法 or 属性:points(value: Array\<any>): PolygonAttribute;<br>起始版本:7|类名:PolygonAttribute<br>方法 or 属性:points(value: Array\<any>): PolygonAttribute;<br>起始版本:9|polygon.d.ts|
1968|起始版本有变化|类名:global<br>方法 or 属性:declare const Polygon: PolygonInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Polygon: PolygonInterface;<br>起始版本:9|polygon.d.ts|
1969|起始版本有变化|类名:global<br>方法 or 属性:declare const PolygonInstance: PolygonAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const PolygonInstance: PolygonAttribute;<br>起始版本:9|polygon.d.ts|
1970|起始版本有变化|类名:PolylineInterface<br>起始版本:7|类名:PolylineInterface<br>起始版本:9|polyline.d.ts|
1971|起始版本有变化|类名:PolylineInterface<br>方法 or 属性:new (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;<br>起始版本:7|类名:PolylineInterface<br>方法 or 属性:new (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;<br>起始版本:9|polyline.d.ts|
1972|起始版本有变化|类名:PolylineInterface<br>方法 or 属性:(value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;<br>起始版本:7|类名:PolylineInterface<br>方法 or 属性:(value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;<br>起始版本:9|polyline.d.ts|
1973|起始版本有变化|类名:PolylineAttribute<br>起始版本:7|类名:PolylineAttribute<br>起始版本:9|polyline.d.ts|
1974|起始版本有变化|类名:PolylineAttribute<br>方法 or 属性:points(value: Array\<any>): PolylineAttribute;<br>起始版本:7|类名:PolylineAttribute<br>方法 or 属性:points(value: Array\<any>): PolylineAttribute;<br>起始版本:9|polyline.d.ts|
1975|起始版本有变化|类名:global<br>方法 or 属性:declare const Polyline: PolylineInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Polyline: PolylineInterface;<br>起始版本:9|polyline.d.ts|
1976|起始版本有变化|类名:global<br>方法 or 属性:declare const PolylineInstance: PolylineAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const PolylineInstance: PolylineAttribute;<br>起始版本:9|polyline.d.ts|
1977|起始版本有变化|类名:ProgressOptions<br>起始版本:7|类名:ProgressOptions<br>起始版本:9|progress.d.ts|
1978|起始版本有变化|类名:ProgressOptions<br>方法 or 属性:value: number;<br>起始版本:7|类名:ProgressOptions<br>方法 or 属性:value: number;<br>起始版本:9|progress.d.ts|
1979|起始版本有变化|类名:ProgressOptions<br>方法 or 属性:total?: number;<br>起始版本:7|类名:ProgressOptions<br>方法 or 属性:total?: number;<br>起始版本:9|progress.d.ts|
1980|起始版本有变化|类名:ProgressOptions<br>方法 or 属性:type?: ProgressType<br>起始版本:8|类名:ProgressOptions<br>方法 or 属性:type?: ProgressType<br>起始版本:9|progress.d.ts|
1981|起始版本有变化|类名:ProgressType<br>起始版本:8|类名:ProgressType<br>起始版本:9|progress.d.ts|
1982|起始版本有变化|类名:ProgressType<br>方法 or 属性:Linear<br>起始版本:8|类名:ProgressType<br>方法 or 属性:Linear<br>起始版本:9|progress.d.ts|
1983|起始版本有变化|类名:ProgressType<br>方法 or 属性:Ring<br>起始版本:8|类名:ProgressType<br>方法 or 属性:Ring<br>起始版本:9|progress.d.ts|
1984|起始版本有变化|类名:ProgressType<br>方法 or 属性:Eclipse<br>起始版本:8|类名:ProgressType<br>方法 or 属性:Eclipse<br>起始版本:9|progress.d.ts|
1985|起始版本有变化|类名:ProgressType<br>方法 or 属性:ScaleRing<br>起始版本:8|类名:ProgressType<br>方法 or 属性:ScaleRing<br>起始版本:9|progress.d.ts|
1986|起始版本有变化|类名:ProgressType<br>方法 or 属性:Capsule<br>起始版本:8|类名:ProgressType<br>方法 or 属性:Capsule<br>起始版本:9|progress.d.ts|
1987|起始版本有变化|类名:ProgressStyleOptions<br>起始版本:8|类名:ProgressStyleOptions<br>起始版本:9|progress.d.ts|
1988|起始版本有变化|类名:ProgressStyleOptions<br>方法 or 属性:strokeWidth?: Length;<br>起始版本:8|类名:ProgressStyleOptions<br>方法 or 属性:strokeWidth?: Length;<br>起始版本:9|progress.d.ts|
1989|起始版本有变化|类名:ProgressStyleOptions<br>方法 or 属性:scaleCount?: number;<br>起始版本:8|类名:ProgressStyleOptions<br>方法 or 属性:scaleCount?: number;<br>起始版本:9|progress.d.ts|
1990|起始版本有变化|类名:ProgressStyleOptions<br>方法 or 属性:scaleWidth?: Length;<br>起始版本:8|类名:ProgressStyleOptions<br>方法 or 属性:scaleWidth?: Length;<br>起始版本:9|progress.d.ts|
1991|起始版本有变化|类名:ProgressStyle<br>起始版本:7|类名:ProgressStyle<br>起始版本:9|progress.d.ts|
1992|起始版本有变化|类名:ProgressStyle<br>方法 or 属性:Linear<br>起始版本:7|类名:ProgressStyle<br>方法 or 属性:Linear<br>起始版本:9|progress.d.ts|
1993|起始版本有变化|类名:ProgressStyle<br>方法 or 属性:Ring<br>起始版本:8|类名:ProgressStyle<br>方法 or 属性:Ring<br>起始版本:9|progress.d.ts|
1994|起始版本有变化|类名:ProgressStyle<br>方法 or 属性:Eclipse<br>起始版本:7|类名:ProgressStyle<br>方法 or 属性:Eclipse<br>起始版本:9|progress.d.ts|
1995|起始版本有变化|类名:ProgressStyle<br>方法 or 属性:ScaleRing<br>起始版本:8|类名:ProgressStyle<br>方法 or 属性:ScaleRing<br>起始版本:9|progress.d.ts|
1996|起始版本有变化|类名:ProgressStyle<br>方法 or 属性:Capsule<br>起始版本:8|类名:ProgressStyle<br>方法 or 属性:Capsule<br>起始版本:9|progress.d.ts|
1997|起始版本有变化|类名:ProgressInterface<br>起始版本:7|类名:ProgressInterface<br>起始版本:9|progress.d.ts|
1998|起始版本有变化|类名:ProgressInterface<br>方法 or 属性:(options: ProgressOptions): ProgressAttribute;<br>起始版本:7|类名:ProgressInterface<br>方法 or 属性:(options: ProgressOptions): ProgressAttribute;<br>起始版本:9|progress.d.ts|
1999|起始版本有变化|类名:ProgressAttribute<br>起始版本:7|类名:ProgressAttribute<br>起始版本:9|progress.d.ts|
2000|起始版本有变化|类名:ProgressAttribute<br>方法 or 属性:value(value: number): ProgressAttribute;<br>起始版本:7|类名:ProgressAttribute<br>方法 or 属性:value(value: number): ProgressAttribute;<br>起始版本:9|progress.d.ts|
2001|起始版本有变化|类名:ProgressAttribute<br>方法 or 属性:color(value: ResourceColor): ProgressAttribute;<br>起始版本:7|类名:ProgressAttribute<br>方法 or 属性:color(value: ResourceColor): ProgressAttribute;<br>起始版本:9|progress.d.ts|
2002|起始版本有变化|类名:ProgressAttribute<br>方法 or 属性:style(value: ProgressStyleOptions): ProgressAttribute;<br>起始版本:8|类名:ProgressAttribute<br>方法 or 属性:style(value: ProgressStyleOptions): ProgressAttribute;<br>起始版本:9|progress.d.ts|
2003|起始版本有变化|类名:global<br>方法 or 属性:declare const Progress: ProgressInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Progress: ProgressInterface;<br>起始版本:9|progress.d.ts|
2004|起始版本有变化|类名:global<br>方法 or 属性:declare const ProgressInstance: ProgressAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ProgressInstance: ProgressAttribute;<br>起始版本:9|progress.d.ts|
2005|起始版本有变化|类名:QRCodeInterface<br>起始版本:7|类名:QRCodeInterface<br>起始版本:9|qrcode.d.ts|
2006|起始版本有变化|类名:QRCodeInterface<br>方法 or 属性:(value: string): QRCodeAttribute;<br>起始版本:7|类名:QRCodeInterface<br>方法 or 属性:(value: string): QRCodeAttribute;<br>起始版本:9|qrcode.d.ts|
2007|起始版本有变化|类名:QRCodeAttribute<br>起始版本:7|类名:QRCodeAttribute<br>起始版本:9|qrcode.d.ts|
2008|起始版本有变化|类名:QRCodeAttribute<br>方法 or 属性:color(value: ResourceColor): QRCodeAttribute;<br>起始版本:7|类名:QRCodeAttribute<br>方法 or 属性:color(value: ResourceColor): QRCodeAttribute;<br>起始版本:9|qrcode.d.ts|
2009|起始版本有变化|类名:QRCodeAttribute<br>方法 or 属性:backgroundColor(value: ResourceColor): QRCodeAttribute;<br>起始版本:7|类名:QRCodeAttribute<br>方法 or 属性:backgroundColor(value: ResourceColor): QRCodeAttribute;<br>起始版本:9|qrcode.d.ts|
2010|起始版本有变化|类名:global<br>方法 or 属性:declare const QRCode: QRCodeInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const QRCode: QRCodeInterface;<br>起始版本:9|qrcode.d.ts|
2011|起始版本有变化|类名:global<br>方法 or 属性:declare const QRCodeInstance: QRCodeAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const QRCodeInstance: QRCodeAttribute;<br>起始版本:9|qrcode.d.ts|
2012|起始版本有变化|类名:RadioOptions<br>起始版本:8|类名:RadioOptions<br>起始版本:9|radio.d.ts|
2013|起始版本有变化|类名:RadioOptions<br>方法 or 属性:group: string;<br>起始版本:8|类名:RadioOptions<br>方法 or 属性:group: string;<br>起始版本:9|radio.d.ts|
2014|起始版本有变化|类名:RadioOptions<br>方法 or 属性:value: string;<br>起始版本:8|类名:RadioOptions<br>方法 or 属性:value: string;<br>起始版本:9|radio.d.ts|
2015|起始版本有变化|类名:RadioInterface<br>起始版本:8|类名:RadioInterface<br>起始版本:9|radio.d.ts|
2016|起始版本有变化|类名:RadioInterface<br>方法 or 属性:(options: RadioOptions): RadioAttribute;<br>起始版本:8|类名:RadioInterface<br>方法 or 属性:(options: RadioOptions): RadioAttribute;<br>起始版本:9|radio.d.ts|
2017|起始版本有变化|类名:RadioAttribute<br>起始版本:8|类名:RadioAttribute<br>起始版本:9|radio.d.ts|
2018|起始版本有变化|类名:RadioAttribute<br>方法 or 属性:checked(value: boolean): RadioAttribute;<br>起始版本:8|类名:RadioAttribute<br>方法 or 属性:checked(value: boolean): RadioAttribute;<br>起始版本:9|radio.d.ts|
2019|起始版本有变化|类名:RadioAttribute<br>方法 or 属性:onChange(callback: (isChecked: boolean) => void): RadioAttribute;<br>起始版本:8|类名:RadioAttribute<br>方法 or 属性:onChange(callback: (isChecked: boolean) => void): RadioAttribute;<br>起始版本:9|radio.d.ts|
2020|起始版本有变化|类名:global<br>方法 or 属性:declare const Radio: RadioInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Radio: RadioInterface;<br>起始版本:9|radio.d.ts|
2021|起始版本有变化|类名:global<br>方法 or 属性:declare const RadioInstance: RadioAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RadioInstance: RadioAttribute;<br>起始版本:9|radio.d.ts|
2022|起始版本有变化|类名:RatingInterface<br>起始版本:7|类名:RatingInterface<br>起始版本:9|rating.d.ts|
2023|起始版本有变化|类名:RatingInterface<br>方法 or 属性:(options?: { rating: number; indicator?: boolean }): RatingAttribute;<br>起始版本:7|类名:RatingInterface<br>方法 or 属性:(options?: { rating: number; indicator?: boolean }): RatingAttribute;<br>起始版本:9|rating.d.ts|
2024|起始版本有变化|类名:RatingAttribute<br>起始版本:7|类名:RatingAttribute<br>起始版本:9|rating.d.ts|
2025|起始版本有变化|类名:RatingAttribute<br>方法 or 属性:stars(value: number): RatingAttribute;<br>起始版本:7|类名:RatingAttribute<br>方法 or 属性:stars(value: number): RatingAttribute;<br>起始版本:9|rating.d.ts|
2026|起始版本有变化|类名:RatingAttribute<br>方法 or 属性:stepSize(value: number): RatingAttribute;<br>起始版本:7|类名:RatingAttribute<br>方法 or 属性:stepSize(value: number): RatingAttribute;<br>起始版本:9|rating.d.ts|
2027|起始版本有变化|类名:RatingAttribute<br>方法 or 属性:starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;<br>起始版本:7|类名:RatingAttribute<br>方法 or 属性:starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;<br>起始版本:9|rating.d.ts|
2028|起始版本有变化|类名:RatingAttribute<br>方法 or 属性:onChange(callback: (value: number) => void): RatingAttribute;<br>起始版本:7|类名:RatingAttribute<br>方法 or 属性:onChange(callback: (value: number) => void): RatingAttribute;<br>起始版本:9|rating.d.ts|
2029|起始版本有变化|类名:global<br>方法 or 属性:declare const Rating: RatingInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Rating: RatingInterface;<br>起始版本:9|rating.d.ts|
2030|起始版本有变化|类名:global<br>方法 or 属性:declare const RatingInstance: RatingAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RatingInstance: RatingAttribute;<br>起始版本:9|rating.d.ts|
2031|起始版本有变化|类名:RectInterface<br>起始版本:7|类名:RectInterface<br>起始版本:9|rect.d.ts|
2032|起始版本有变化|类名:RectInterface<br>方法 or 属性:new (<br>    value?:<br>      {<br>        width?: number \| string;<br>        height?: number \| string;<br>        radius?: number \| string \| Array\<any>;<br>      }<br>      \| {<br>          width?: number \| string;<br>          height?: number \| string;<br>          radiusWidth?: number \| string;<br>          radiusHeight?: number \| string;<br>        },<br>  ): RectAttribute;<br>起始版本:7|类名:RectInterface<br>方法 or 属性:new (<br>    value?:<br>      {<br>        width?: number \| string;<br>        height?: number \| string;<br>        radius?: number \| string \| Array\<any>;<br>      }<br>      \| {<br>          width?: number \| string;<br>          height?: number \| string;<br>          radiusWidth?: number \| string;<br>          radiusHeight?: number \| string;<br>        },<br>  ): RectAttribute;<br>起始版本:9|rect.d.ts|
2033|起始版本有变化|类名:RectInterface<br>方法 or 属性:(<br>    value?:<br>      {<br>        width?: number \| string;<br>        height?: number \| string;<br>        radius?: number \| string \| Array\<any>;<br>      }<br>      \| {<br>          width?: number \| string;<br>          height?: number \| string;<br>          radiusWidth?: number \| string;<br>          radiusHeight?: number \| string;<br>        },<br>  ): RectAttribute;<br>起始版本:7|类名:RectInterface<br>方法 or 属性:(<br>    value?:<br>      {<br>        width?: number \| string;<br>        height?: number \| string;<br>        radius?: number \| string \| Array\<any>;<br>      }<br>      \| {<br>          width?: number \| string;<br>          height?: number \| string;<br>          radiusWidth?: number \| string;<br>          radiusHeight?: number \| string;<br>        },<br>  ): RectAttribute;<br>起始版本:9|rect.d.ts|
2034|起始版本有变化|类名:RectAttribute<br>起始版本:7|类名:RectAttribute<br>起始版本:9|rect.d.ts|
2035|起始版本有变化|类名:RectAttribute<br>方法 or 属性:radiusWidth(value: number \| string): RectAttribute;<br>起始版本:7|类名:RectAttribute<br>方法 or 属性:radiusWidth(value: number \| string): RectAttribute;<br>起始版本:9|rect.d.ts|
2036|起始版本有变化|类名:RectAttribute<br>方法 or 属性:radiusHeight(value: number \| string): RectAttribute;<br>起始版本:7|类名:RectAttribute<br>方法 or 属性:radiusHeight(value: number \| string): RectAttribute;<br>起始版本:9|rect.d.ts|
2037|起始版本有变化|类名:RectAttribute<br>方法 or 属性:radius(value: number \| string \| Array\<any>): RectAttribute;<br>起始版本:7|类名:RectAttribute<br>方法 or 属性:radius(value: number \| string \| Array\<any>): RectAttribute;<br>起始版本:9|rect.d.ts|
2038|起始版本有变化|类名:global<br>方法 or 属性:declare const Rect: RectInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Rect: RectInterface;<br>起始版本:9|rect.d.ts|
2039|起始版本有变化|类名:global<br>方法 or 属性:declare const Refresh: RefreshInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Refresh: RefreshInterface;<br>起始版本:8|refresh.d.ts|
2040|起始版本有变化|类名:global<br>方法 or 属性:declare const RefreshInstance: RefreshAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RefreshInstance: RefreshAttribute;<br>起始版本:8|refresh.d.ts|
2041|起始版本有变化|类名:global<br>方法 or 属性:declare const RichText: RichTextInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RichText: RichTextInterface;<br>起始版本:8|rich_text.d.ts|
2042|起始版本有变化|类名:global<br>方法 or 属性:declare const RichTextInstance: RichTextAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RichTextInstance: RichTextAttribute;<br>起始版本:8|rich_text.d.ts|
2043|起始版本有变化|类名:RowInterface<br>起始版本:7|类名:RowInterface<br>起始版本:9|row.d.ts|
2044|起始版本有变化|类名:RowInterface<br>方法 or 属性:(value?: { space?: string \| number }): RowAttribute;<br>起始版本:7|类名:RowInterface<br>方法 or 属性:(value?: { space?: string \| number }): RowAttribute;<br>起始版本:9|row.d.ts|
2045|起始版本有变化|类名:RowAttribute<br>起始版本:7|类名:RowAttribute<br>起始版本:9|row.d.ts|
2046|起始版本有变化|类名:RowAttribute<br>方法 or 属性:alignItems(value: VerticalAlign): RowAttribute;<br>起始版本:7|类名:RowAttribute<br>方法 or 属性:alignItems(value: VerticalAlign): RowAttribute;<br>起始版本:9|row.d.ts|
2047|起始版本有变化|类名:RowAttribute<br>方法 or 属性:justifyContent(value: FlexAlign): RowAttribute;<br>起始版本:8|类名:RowAttribute<br>方法 or 属性:justifyContent(value: FlexAlign): RowAttribute;<br>起始版本:9|row.d.ts|
2048|起始版本有变化|类名:global<br>方法 or 属性:declare const Row: RowInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Row: RowInterface;<br>起始版本:9|row.d.ts|
2049|起始版本有变化|类名:global<br>方法 or 属性:declare const RowInstance: RowAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RowInstance: RowAttribute;<br>起始版本:9|row.d.ts|
2050|起始版本有变化|类名:global<br>方法 or 属性:declare const RowSplit: RowSplitInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RowSplit: RowSplitInterface;<br>起始版本:7|row_split.d.ts|
2051|起始版本有变化|类名:global<br>方法 or 属性:declare const RowSplitInstance: RowSplitAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const RowSplitInstance: RowSplitAttribute;<br>起始版本:7|row_split.d.ts|
2052|起始版本有变化|类名:global<br>方法 or 属性:declare const Scroll: ScrollInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Scroll: ScrollInterface;<br>起始版本:7|scroll.d.ts|
2053|起始版本有变化|类名:global<br>方法 or 属性:declare const ScrollInstance: ScrollAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ScrollInstance: ScrollAttribute;<br>起始版本:7|scroll.d.ts|
2054|起始版本有变化|类名:global<br>方法 or 属性:declare const ScrollBar: ScrollBarInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ScrollBar: ScrollBarInterface;<br>起始版本:8|scroll_bar.d.ts|
2055|起始版本有变化|类名:global<br>方法 or 属性:declare const ScrollBarInstance: ScrollBarAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ScrollBarInstance: ScrollBarAttribute;<br>起始版本:8|scroll_bar.d.ts|
2056|起始版本有变化|类名:global<br>方法 or 属性:declare const Search: SearchInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Search: SearchInterface;<br>起始版本:8|search.d.ts|
2057|起始版本有变化|类名:global<br>方法 or 属性:declare const SearchInstance: SearchAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const SearchInstance: SearchAttribute;<br>起始版本:8|search.d.ts|
2058|起始版本有变化|类名:global<br>方法 or 属性:declare const Select: SelectInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Select: SelectInterface;<br>起始版本:8|select.d.ts|
2059|起始版本有变化|类名:global<br>方法 or 属性:declare const SelectInstance: SelectAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const SelectInstance: SelectAttribute;<br>起始版本:8|select.d.ts|
2060|起始版本有变化|类名:ShapeInterface<br>起始版本:7|类名:ShapeInterface<br>起始版本:9|shape.d.ts|
2061|起始版本有变化|类名:ShapeAttribute<br>起始版本:7|类名:ShapeAttribute<br>起始版本:9|shape.d.ts|
2062|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2063|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:stroke(value: ResourceColor): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:stroke(value: ResourceColor): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2064|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:fill(value: ResourceColor): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:fill(value: ResourceColor): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2065|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:strokeDashOffset(value: number \| string): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:strokeDashOffset(value: number \| string): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2066|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:strokeDashArray(value: Array\<any>): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:strokeDashArray(value: Array\<any>): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2067|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:strokeLineCap(value: LineCapStyle): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:strokeLineCap(value: LineCapStyle): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2068|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:strokeLineJoin(value: LineJoinStyle): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:strokeLineJoin(value: LineJoinStyle): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2069|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:strokeMiterLimit(value: number \| string): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:strokeMiterLimit(value: number \| string): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2070|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:strokeOpacity(value: number \| string \| Resource): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:strokeOpacity(value: number \| string \| Resource): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2071|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:fillOpacity(value: number \| string \| Resource): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:fillOpacity(value: number \| string \| Resource): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2072|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:strokeWidth(value: number \| string): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:strokeWidth(value: number \| string): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2073|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:antiAlias(value: boolean): ShapeAttribute;<br>起始版本:7|类名:ShapeAttribute<br>方法 or 属性:antiAlias(value: boolean): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2074|起始版本有变化|类名:ShapeAttribute<br>方法 or 属性:mesh(value: Array\<any>, column: number, row: number): ShapeAttribute;<br>起始版本:8|类名:ShapeAttribute<br>方法 or 属性:mesh(value: Array\<any>, column: number, row: number): ShapeAttribute;<br>起始版本:9|shape.d.ts|
2075|起始版本有变化|类名:global<br>方法 or 属性:declare const Shape: ShapeInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Shape: ShapeInterface;<br>起始版本:9|shape.d.ts|
2076|起始版本有变化|类名:global<br>方法 or 属性:declare const ShapeInstance: ShapeAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ShapeInstance: ShapeAttribute;<br>起始版本:9|shape.d.ts|
2077|起始版本有变化|类名:global<br>方法 or 属性:declare const SideBarContainer: SideBarContainerInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const SideBarContainer: SideBarContainerInterface;<br>起始版本:8|sidebar.d.ts|
2078|起始版本有变化|类名:global<br>方法 or 属性:declare const SideBarContainerInstance: SideBarContainerAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const SideBarContainerInstance: SideBarContainerAttribute;<br>起始版本:8|sidebar.d.ts|
2079|起始版本有变化|类名:SliderStyle<br>起始版本:7|类名:SliderStyle<br>起始版本:9|slider.d.ts|
2080|起始版本有变化|类名:SliderStyle<br>方法 or 属性:OutSet<br>起始版本:7|类名:SliderStyle<br>方法 or 属性:OutSet<br>起始版本:9|slider.d.ts|
2081|起始版本有变化|类名:SliderStyle<br>方法 or 属性:InSet<br>起始版本:7|类名:SliderStyle<br>方法 or 属性:InSet<br>起始版本:9|slider.d.ts|
2082|起始版本有变化|类名:SliderChangeMode<br>起始版本:7|类名:SliderChangeMode<br>起始版本:9|slider.d.ts|
2083|起始版本有变化|类名:SliderChangeMode<br>方法 or 属性:Begin<br>起始版本:7|类名:SliderChangeMode<br>方法 or 属性:Begin<br>起始版本:9|slider.d.ts|
2084|起始版本有变化|类名:SliderChangeMode<br>方法 or 属性:Moving<br>起始版本:7|类名:SliderChangeMode<br>方法 or 属性:Moving<br>起始版本:9|slider.d.ts|
2085|起始版本有变化|类名:SliderChangeMode<br>方法 or 属性:End<br>起始版本:7|类名:SliderChangeMode<br>方法 or 属性:End<br>起始版本:9|slider.d.ts|
2086|起始版本有变化|类名:SliderChangeMode<br>方法 or 属性:Click<br>起始版本:8|类名:SliderChangeMode<br>方法 or 属性:Click<br>起始版本:9|slider.d.ts|
2087|起始版本有变化|类名:SliderOptions<br>起始版本:7|类名:SliderOptions<br>起始版本:9|slider.d.ts|
2088|起始版本有变化|类名:SliderOptions<br>方法 or 属性:value?: number;<br>起始版本:7|类名:SliderOptions<br>方法 or 属性:value?: number;<br>起始版本:9|slider.d.ts|
2089|起始版本有变化|类名:SliderOptions<br>方法 or 属性:min?: number;<br>起始版本:7|类名:SliderOptions<br>方法 or 属性:min?: number;<br>起始版本:9|slider.d.ts|
2090|起始版本有变化|类名:SliderOptions<br>方法 or 属性:max?: number;<br>起始版本:7|类名:SliderOptions<br>方法 or 属性:max?: number;<br>起始版本:9|slider.d.ts|
2091|起始版本有变化|类名:SliderOptions<br>方法 or 属性:step?: number;<br>起始版本:7|类名:SliderOptions<br>方法 or 属性:step?: number;<br>起始版本:9|slider.d.ts|
2092|起始版本有变化|类名:SliderOptions<br>方法 or 属性:style?: SliderStyle;<br>起始版本:7|类名:SliderOptions<br>方法 or 属性:style?: SliderStyle;<br>起始版本:9|slider.d.ts|
2093|起始版本有变化|类名:SliderOptions<br>方法 or 属性:direction?: Axis;<br>起始版本:8|类名:SliderOptions<br>方法 or 属性:direction?: Axis;<br>起始版本:9|slider.d.ts|
2094|起始版本有变化|类名:SliderOptions<br>方法 or 属性:reverse?: boolean;<br>起始版本:8|类名:SliderOptions<br>方法 or 属性:reverse?: boolean;<br>起始版本:9|slider.d.ts|
2095|起始版本有变化|类名:SliderInterface<br>起始版本:7|类名:SliderInterface<br>起始版本:9|slider.d.ts|
2096|起始版本有变化|类名:SliderInterface<br>方法 or 属性:(options?: SliderOptions): SliderAttribute;<br>起始版本:7|类名:SliderInterface<br>方法 or 属性:(options?: SliderOptions): SliderAttribute;<br>起始版本:9|slider.d.ts|
2097|起始版本有变化|类名:SliderAttribute<br>起始版本:7|类名:SliderAttribute<br>起始版本:9|slider.d.ts|
2098|起始版本有变化|类名:SliderAttribute<br>方法 or 属性:blockColor(value: ResourceColor): SliderAttribute;<br>起始版本:7|类名:SliderAttribute<br>方法 or 属性:blockColor(value: ResourceColor): SliderAttribute;<br>起始版本:9|slider.d.ts|
2099|起始版本有变化|类名:SliderAttribute<br>方法 or 属性:trackColor(value: ResourceColor): SliderAttribute;<br>起始版本:7|类名:SliderAttribute<br>方法 or 属性:trackColor(value: ResourceColor): SliderAttribute;<br>起始版本:9|slider.d.ts|
2100|起始版本有变化|类名:SliderAttribute<br>方法 or 属性:selectedColor(value: ResourceColor): SliderAttribute;<br>起始版本:7|类名:SliderAttribute<br>方法 or 属性:selectedColor(value: ResourceColor): SliderAttribute;<br>起始版本:9|slider.d.ts|
2101|起始版本有变化|类名:SliderAttribute<br>方法 or 属性:showSteps(value: boolean): SliderAttribute;<br>起始版本:7|类名:SliderAttribute<br>方法 or 属性:showSteps(value: boolean): SliderAttribute;<br>起始版本:9|slider.d.ts|
2102|起始版本有变化|类名:SliderAttribute<br>方法 or 属性:showTips(value: boolean): SliderAttribute;<br>起始版本:7|类名:SliderAttribute<br>方法 or 属性:showTips(value: boolean): SliderAttribute;<br>起始版本:9|slider.d.ts|
2103|起始版本有变化|类名:SliderAttribute<br>方法 or 属性:trackThickness(value: Length): SliderAttribute;<br>起始版本:8|类名:SliderAttribute<br>方法 or 属性:trackThickness(value: Length): SliderAttribute;<br>起始版本:9|slider.d.ts|
2104|起始版本有变化|类名:SliderAttribute<br>方法 or 属性:onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;<br>起始版本:7|类名:SliderAttribute<br>方法 or 属性:onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;<br>起始版本:9|slider.d.ts|
2105|起始版本有变化|类名:global<br>方法 or 属性:declare const Slider: SliderInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Slider: SliderInterface;<br>起始版本:9|slider.d.ts|
2106|起始版本有变化|类名:global<br>方法 or 属性:declare const SliderInstance: SliderAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const SliderInstance: SliderAttribute;<br>起始版本:9|slider.d.ts|
2107|起始版本有变化|类名:SpanInterface<br>起始版本:7|类名:SpanInterface<br>起始版本:9|span.d.ts|
2108|起始版本有变化|类名:SpanInterface<br>方法 or 属性:(value: string \| Resource): SpanAttribute;<br>起始版本:7|类名:SpanInterface<br>方法 or 属性:(value: string \| Resource): SpanAttribute;<br>起始版本:9|span.d.ts|
2109|起始版本有变化|类名:SpanAttribute<br>起始版本:7|类名:SpanAttribute<br>起始版本:9|span.d.ts|
2110|起始版本有变化|类名:SpanAttribute<br>方法 or 属性:fontColor(value: ResourceColor): SpanAttribute;<br>起始版本:7|类名:SpanAttribute<br>方法 or 属性:fontColor(value: ResourceColor): SpanAttribute;<br>起始版本:9|span.d.ts|
2111|起始版本有变化|类名:SpanAttribute<br>方法 or 属性:fontSize(value: number \| string \| Resource): SpanAttribute;<br>起始版本:7|类名:SpanAttribute<br>方法 or 属性:fontSize(value: number \| string \| Resource): SpanAttribute;<br>起始版本:9|span.d.ts|
2112|起始版本有变化|类名:SpanAttribute<br>方法 or 属性:fontStyle(value: FontStyle): SpanAttribute;<br>起始版本:7|类名:SpanAttribute<br>方法 or 属性:fontStyle(value: FontStyle): SpanAttribute;<br>起始版本:9|span.d.ts|
2113|起始版本有变化|类名:SpanAttribute<br>方法 or 属性:fontWeight(value: number \| FontWeight \| string): SpanAttribute;<br>起始版本:7|类名:SpanAttribute<br>方法 or 属性:fontWeight(value: number \| FontWeight \| string): SpanAttribute;<br>起始版本:9|span.d.ts|
2114|起始版本有变化|类名:SpanAttribute<br>方法 or 属性:fontFamily(value: string \| Resource): SpanAttribute;<br>起始版本:7|类名:SpanAttribute<br>方法 or 属性:fontFamily(value: string \| Resource): SpanAttribute;<br>起始版本:9|span.d.ts|
2115|起始版本有变化|类名:SpanAttribute<br>方法 or 属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;<br>起始版本:7|类名:SpanAttribute<br>方法 or 属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;<br>起始版本:9|span.d.ts|
2116|起始版本有变化|类名:SpanAttribute<br>方法 or 属性:letterSpacing(value: number \| string): SpanAttribute;<br>起始版本:7|类名:SpanAttribute<br>方法 or 属性:letterSpacing(value: number \| string): SpanAttribute;<br>起始版本:9|span.d.ts|
2117|起始版本有变化|类名:SpanAttribute<br>方法 or 属性:textCase(value: TextCase): SpanAttribute;<br>起始版本:N/A|类名:SpanAttribute<br>方法 or 属性:textCase(value: TextCase): SpanAttribute;<br>起始版本:9|span.d.ts|
2118|起始版本有变化|类名:global<br>方法 or 属性:declare const Span: SpanInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Span: SpanInterface;<br>起始版本:9|span.d.ts|
2119|起始版本有变化|类名:global<br>方法 or 属性:declare const SpanInstance: SpanAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const SpanInstance: SpanAttribute;<br>起始版本:9|span.d.ts|
2120|起始版本有变化|类名:StackInterface<br>起始版本:7|类名:StackInterface<br>起始版本:9|stack.d.ts|
2121|起始版本有变化|类名:StackInterface<br>方法 or 属性:(value?: { alignContent?: Alignment }): StackAttribute;<br>起始版本:7|类名:StackInterface<br>方法 or 属性:(value?: { alignContent?: Alignment }): StackAttribute;<br>起始版本:9|stack.d.ts|
2122|起始版本有变化|类名:StackAttribute<br>起始版本:7|类名:StackAttribute<br>起始版本:9|stack.d.ts|
2123|起始版本有变化|类名:StackAttribute<br>方法 or 属性:alignContent(value: Alignment): StackAttribute;<br>起始版本:7|类名:StackAttribute<br>方法 or 属性:alignContent(value: Alignment): StackAttribute;<br>起始版本:9|stack.d.ts|
2124|起始版本有变化|类名:global<br>方法 or 属性:declare const Stack: StackInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Stack: StackInterface;<br>起始版本:9|stack.d.ts|
2125|起始版本有变化|类名:global<br>方法 or 属性:declare const StackInstance: StackAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const StackInstance: StackAttribute;<br>起始版本:9|stack.d.ts|
2126|起始版本有变化|类名:global<br>方法 or 属性:declare const Stepper: StepperInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Stepper: StepperInterface;<br>起始版本:8|stepper.d.ts|
2127|起始版本有变化|类名:global<br>方法 or 属性:declare const StepperInstance: StepperAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const StepperInstance: StepperAttribute;<br>起始版本:8|stepper.d.ts|
2128|起始版本有变化|类名:global<br>方法 or 属性:declare const StepperItemInstance: StepperItemAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const StepperItemInstance: StepperItemAttribute;<br>起始版本:8|stepper_item.d.ts|
2129|起始版本有变化|类名:global<br>方法 or 属性:declare const StepperItem: StepperItemInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const StepperItem: StepperItemInterface;<br>起始版本:8|stepper_item.d.ts|
2130|起始版本有变化|类名:global<br>方法 or 属性:declare const Swiper: SwiperInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Swiper: SwiperInterface;<br>起始版本:7|swiper.d.ts|
2131|起始版本有变化|类名:global<br>方法 or 属性:declare const SwiperInstance: SwiperAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const SwiperInstance: SwiperAttribute;<br>起始版本:7|swiper.d.ts|
2132|起始版本有变化|类名:global<br>方法 or 属性:declare const Tabs: TabsInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Tabs: TabsInterface;<br>起始版本:7|tabs.d.ts|
2133|起始版本有变化|类名:global<br>方法 or 属性:declare const TabsInstance: TabsAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TabsInstance: TabsAttribute;<br>起始版本:7|tabs.d.ts|
2134|起始版本有变化|类名:global<br>方法 or 属性:declare const TabContent: TabContentInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TabContent: TabContentInterface;<br>起始版本:7|tab_content.d.ts|
2135|起始版本有变化|类名:global<br>方法 or 属性:declare const TabContentInstance: TabContentAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TabContentInstance: TabContentAttribute;<br>起始版本:7|tab_content.d.ts|
2136|起始版本有变化|类名:TextInterface<br>起始版本:7|类名:TextInterface<br>起始版本:9|text.d.ts|
2137|起始版本有变化|类名:TextInterface<br>方法 or 属性:(content?: string \| Resource): TextAttribute;<br>起始版本:7|类名:TextInterface<br>方法 or 属性:(content?: string \| Resource): TextAttribute;<br>起始版本:9|text.d.ts|
2138|起始版本有变化|类名:TextAttribute<br>起始版本:7|类名:TextAttribute<br>起始版本:9|text.d.ts|
2139|起始版本有变化|类名:TextAttribute<br>方法 or 属性:fontColor(value: ResourceColor): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:fontColor(value: ResourceColor): TextAttribute;<br>起始版本:9|text.d.ts|
2140|起始版本有变化|类名:TextAttribute<br>方法 or 属性:fontSize(value: number \| string \| Resource): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:fontSize(value: number \| string \| Resource): TextAttribute;<br>起始版本:9|text.d.ts|
2141|起始版本有变化|类名:TextAttribute<br>方法 or 属性:minFontSize(value: number \| string \| Resource): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:minFontSize(value: number \| string \| Resource): TextAttribute;<br>起始版本:9|text.d.ts|
2142|起始版本有变化|类名:TextAttribute<br>方法 or 属性:maxFontSize(value: number \| string \| Resource): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:maxFontSize(value: number \| string \| Resource): TextAttribute;<br>起始版本:9|text.d.ts|
2143|起始版本有变化|类名:TextAttribute<br>方法 or 属性:fontStyle(value: FontStyle): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:fontStyle(value: FontStyle): TextAttribute;<br>起始版本:9|text.d.ts|
2144|起始版本有变化|类名:TextAttribute<br>方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextAttribute;<br>起始版本:9|text.d.ts|
2145|起始版本有变化|类名:TextAttribute<br>方法 or 属性:textAlign(value: TextAlign): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:textAlign(value: TextAlign): TextAttribute;<br>起始版本:9|text.d.ts|
2146|起始版本有变化|类名:TextAttribute<br>方法 or 属性:lineHeight(value: number \| string \| Resource): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:lineHeight(value: number \| string \| Resource): TextAttribute;<br>起始版本:9|text.d.ts|
2147|起始版本有变化|类名:TextAttribute<br>方法 or 属性:textOverflow(value: { overflow: TextOverflow }): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:textOverflow(value: { overflow: TextOverflow }): TextAttribute;<br>起始版本:9|text.d.ts|
2148|起始版本有变化|类名:TextAttribute<br>方法 or 属性:fontFamily(value: string \| Resource): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:fontFamily(value: string \| Resource): TextAttribute;<br>起始版本:9|text.d.ts|
2149|起始版本有变化|类名:TextAttribute<br>方法 or 属性:maxLines(value: number): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:maxLines(value: number): TextAttribute;<br>起始版本:9|text.d.ts|
2150|起始版本有变化|类名:TextAttribute<br>方法 or 属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;<br>起始版本:9|text.d.ts|
2151|起始版本有变化|类名:TextAttribute<br>方法 or 属性:letterSpacing(value: number \| string): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:letterSpacing(value: number \| string): TextAttribute;<br>起始版本:9|text.d.ts|
2152|起始版本有变化|类名:TextAttribute<br>方法 or 属性:textCase(value: TextCase): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:textCase(value: TextCase): TextAttribute;<br>起始版本:9|text.d.ts|
2153|起始版本有变化|类名:TextAttribute<br>方法 or 属性:baselineOffset(value: number \| string): TextAttribute;<br>起始版本:7|类名:TextAttribute<br>方法 or 属性:baselineOffset(value: number \| string): TextAttribute;<br>起始版本:9|text.d.ts|
2154|起始版本有变化|类名:global<br>方法 or 属性:declare const TextInstance: TextAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextInstance: TextAttribute;<br>起始版本:9|text.d.ts|
2155|起始版本有变化|类名:global<br>方法 or 属性:declare const Text: TextInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Text: TextInterface;<br>起始版本:9|text.d.ts|
2156|起始版本有变化|类名:global<br>方法 or 属性:declare const TextArea: TextAreaInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextArea: TextAreaInterface;<br>起始版本:7|text_area.d.ts|
2157|起始版本有变化|类名:global<br>方法 or 属性:declare const TextAreaInstance: TextAreaAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextAreaInstance: TextAreaAttribute;<br>起始版本:7|text_area.d.ts|
2158|起始版本有变化|类名:global<br>方法 or 属性:declare const TextClock: TextClockInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextClock: TextClockInterface;<br>起始版本:8|text_clock.d.ts|
2159|起始版本有变化|类名:global<br>方法 or 属性:declare const TextClockInstance: TextClockAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextClockInstance: TextClockAttribute;<br>起始版本:8|text_clock.d.ts|
2160|起始版本有变化|类名:global<br>方法 or 属性:declare const TextInput: TextInputInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextInput: TextInputInterface;<br>起始版本:7|text_input.d.ts|
2161|起始版本有变化|类名:global<br>方法 or 属性:declare const TextInputInstance: TextInputAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextInputInstance: TextInputAttribute;<br>起始版本:7|text_input.d.ts|
2162|起始版本有变化|类名:global<br>方法 or 属性:declare const TextPicker: TextPickerInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextPicker: TextPickerInterface;<br>起始版本:8|text_picker.d.ts|
2163|起始版本有变化|类名:global<br>方法 or 属性:declare const TextPickerInstance: TextPickerAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextPickerInstance: TextPickerAttribute;<br>起始版本:8|text_picker.d.ts|
2164|起始版本有变化|类名:global<br>方法 or 属性:declare const TextTimer: TextTimerInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextTimer: TextTimerInterface;<br>起始版本:8|text_timer.d.ts|
2165|起始版本有变化|类名:global<br>方法 or 属性:declare const TextTimerInstance: TextTimerAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TextTimerInstance: TextTimerAttribute;<br>起始版本:8|text_timer.d.ts|
2166|起始版本有变化|类名:global<br>方法 or 属性:declare const TimePicker: TimePickerInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TimePicker: TimePickerInterface;<br>起始版本:8|time_picker.d.ts|
2167|起始版本有变化|类名:global<br>方法 or 属性:declare const TimePickerInstance: TimePickerAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const TimePickerInstance: TimePickerAttribute;<br>起始版本:8|time_picker.d.ts|
2168|起始版本有变化|类名:ToggleType<br>起始版本:8|类名:ToggleType<br>起始版本:9|toggle.d.ts|
2169|起始版本有变化|类名:ToggleType<br>方法 or 属性:Checkbox<br>起始版本:8|类名:ToggleType<br>方法 or 属性:Checkbox<br>起始版本:9|toggle.d.ts|
2170|起始版本有变化|类名:ToggleType<br>方法 or 属性:Switch<br>起始版本:8|类名:ToggleType<br>方法 or 属性:Switch<br>起始版本:9|toggle.d.ts|
2171|起始版本有变化|类名:ToggleType<br>方法 or 属性:Button<br>起始版本:8|类名:ToggleType<br>方法 or 属性:Button<br>起始版本:9|toggle.d.ts|
2172|起始版本有变化|类名:ToggleInterface<br>起始版本:8|类名:ToggleInterface<br>起始版本:9|toggle.d.ts|
2173|起始版本有变化|类名:ToggleInterface<br>方法 or 属性:(options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;<br>起始版本:8|类名:ToggleInterface<br>方法 or 属性:(options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;<br>起始版本:9|toggle.d.ts|
2174|起始版本有变化|类名:ToggleAttribute<br>起始版本:8|类名:ToggleAttribute<br>起始版本:9|toggle.d.ts|
2175|起始版本有变化|类名:ToggleAttribute<br>方法 or 属性:onChange(callback: (isOn: boolean) => void): ToggleAttribute;<br>起始版本:8|类名:ToggleAttribute<br>方法 or 属性:onChange(callback: (isOn: boolean) => void): ToggleAttribute;<br>起始版本:9|toggle.d.ts|
2176|起始版本有变化|类名:ToggleAttribute<br>方法 or 属性:selectedColor(value: ResourceColor): ToggleAttribute;<br>起始版本:8|类名:ToggleAttribute<br>方法 or 属性:selectedColor(value: ResourceColor): ToggleAttribute;<br>起始版本:9|toggle.d.ts|
2177|起始版本有变化|类名:ToggleAttribute<br>方法 or 属性:switchPointColor(color: ResourceColor): ToggleAttribute;<br>起始版本:8|类名:ToggleAttribute<br>方法 or 属性:switchPointColor(color: ResourceColor): ToggleAttribute;<br>起始版本:9|toggle.d.ts|
2178|起始版本有变化|类名:global<br>方法 or 属性:declare const Toggle: ToggleInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Toggle: ToggleInterface;<br>起始版本:9|toggle.d.ts|
2179|起始版本有变化|类名:global<br>方法 or 属性:declare const ToggleInstance: ToggleAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const ToggleInstance: ToggleAttribute;<br>起始版本:9|toggle.d.ts|
2180|起始版本有变化|类名:global<br>方法 or 属性:declare const Video: VideoInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Video: VideoInterface;<br>起始版本:7|video.d.ts|
2181|起始版本有变化|类名:global<br>方法 or 属性:declare const VideoInstance: VideoAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const VideoInstance: VideoAttribute;<br>起始版本:7|video.d.ts|
2182|起始版本有变化|类名:global<br>方法 or 属性:declare const Web: WebInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Web: WebInterface;<br>起始版本:8|web.d.ts|
2183|起始版本有变化|类名:global<br>方法 or 属性:declare const WebInstance: WebAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const WebInstance: WebAttribute;<br>起始版本:8|web.d.ts|
2184|起始版本有变化|类名:global<br>方法 or 属性:declare const XComponent: XComponentInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const XComponent: XComponentInterface;<br>起始版本:8|xcomponent.d.ts|
2185|起始版本有变化|类名:global<br>方法 or 属性:declare const XComponentInstance: XComponentAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const XComponentInstance: XComponentAttribute;<br>起始版本:8|xcomponent.d.ts|
2186|SysCap有变化|类名:console<br>方法 or 属性:static debug(message: string, ...arguments: any[]): void;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:console<br>方法 or 属性:static debug(message: string, ...arguments: any[]): void;<br>SysCap:N/A|global.d.ts|
2187|SysCap有变化|类名:console<br>方法 or 属性:static log(message: string, ...arguments: any[]): void;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:console<br>方法 or 属性:static log(message: string, ...arguments: any[]): void;<br>SysCap:N/A|global.d.ts|
2188|SysCap有变化|类名:console<br>方法 or 属性:static info(message: string, ...arguments: any[]): void;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:console<br>方法 or 属性:static info(message: string, ...arguments: any[]): void;<br>SysCap:N/A|global.d.ts|
2189|SysCap有变化|类名:console<br>方法 or 属性:static warn(message: string, ...arguments: any[]): void;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:console<br>方法 or 属性:static warn(message: string, ...arguments: any[]): void;<br>SysCap:N/A|global.d.ts|
2190|SysCap有变化|类名:console<br>方法 or 属性:static error(message: string, ...arguments: any[]): void;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:console<br>方法 or 属性:static error(message: string, ...arguments: any[]): void;<br>SysCap:N/A|global.d.ts|
2191|SysCap有变化|类名:<br>方法 or 属性: function getInspectorByKey(id: string): string;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:<br>方法 or 属性: function getInspectorByKey(id: string): string;<br>SysCap:N/A|global.d.ts|
2192|SysCap有变化|类名:<br>方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:<br>方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;<br>SysCap:N/A|global.d.ts|
2193|SysCap有变化|类名:<br>方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:<br>方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;<br>SysCap:N/A|global.d.ts|
2194|SysCap有变化|类名:<br>方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:<br>方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;<br>SysCap:N/A|global.d.ts|
2195|SysCap有变化|类名:<br>方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:<br>方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;<br>SysCap:N/A|global.d.ts|
2196|SysCap有变化|类名:RouterOptions<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:RouterOptions<br>SysCap:SystemCapability.ArkUI.ArkUI.Lite|@ohos.router.d.ts|
2197|SysCap有变化|类名:router<br>方法 or 属性:function replace(options: RouterOptions):void;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:router<br>方法 or 属性:function replace(options: RouterOptions):void;<br>SysCap:SystemCapability.ArkUI.ArkUI.Lite|@ohos.router.d.ts|
2198|SysCap有变化|类名:TabContentInterface<br>SysCap:N/A|类名:TabContentInterface<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts|
2199|SysCap有变化|类名:TabContentInterface<br>方法 or 属性:(): TabContentAttribute;<br>SysCap:N/A|类名:TabContentInterface<br>方法 or 属性:(): TabContentAttribute;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts|
2200|SysCap有变化|类名:TabContentAttribute<br>SysCap:N/A|类名:TabContentAttribute<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts|
2201|SysCap有变化|类名:TabContentAttribute<br>方法 or 属性:tabBar(value: string \| Resource \| CustomBuilder \|<br>    { icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;<br>SysCap:N/A|类名:TabContentAttribute<br>方法 or 属性:tabBar(value: string \| Resource \| CustomBuilder \|<br>    { icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts|
2202|SysCap有变化|类名:global<br>方法 or 属性:declare const TabContent: TabContentInterface;<br>SysCap:N/A|类名:global<br>方法 or 属性:declare const TabContent: TabContentInterface;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts|
2203|SysCap有变化|类名:global<br>方法 or 属性:declare const TabContentInstance: TabContentAttribute;<br>SysCap:N/A|类名:global<br>方法 or 属性:declare const TabContentInstance: TabContentAttribute;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts|
2204|SysCap有变化|类名:<br>方法 or 属性: function createLocalParticleAbility(name?: string): any;<br>SysCap:SystemCapability.ArkUI.ArkUI.Full|类名:<br>方法 or 属性: function createLocalParticleAbility(name?: string): any;<br>SysCap:N/A|global.d.ts|
2205|函数有变化|类名:<br>方法 or 属性: function getInspectorTree(): string;<br>|类名:<br>方法 or 属性: function getInspectorTree(): Object;<br>|global.d.ts|
2206|函数有变化|类名:FormComponentInterface<br>方法 or 属性:(value: {<br>    id: number;<br>    name: string;<br>    bundle: string;<br>    ability: string;<br>    module: string;<br>    dimension?: FormDimension;<br>    temporary?: boolean;<br>  }): FormComponentAttribute;<br>|类名:FormComponentInterface<br>方法 or 属性:(value: {<br>    id: number;<br>    name: string;<br>    bundle: string;<br>    ability: string;<br>    module: string;<br>    dimension?: FormDimension;<br>    temporary?: boolean;<br>    want?: import('../api/@ohos.app.ability.Want').default;<br>  }): FormComponentAttribute;<br>|form_component.d.ts|
2207|函数有变化|类名:ImageAnimatorAttribute<br>方法 or 属性:images(<br>    value: Array\<{<br>      src: string;<br>      width?: number \| string;<br>      height?: number \| string;<br>      top?: number \| string;<br>      left?: number \| string;<br>      duration?: number;<br>    }>,<br>  ): ImageAnimatorAttribute;<br>|类名:ImageAnimatorAttribute<br>方法 or 属性:images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>|image_animator.d.ts|
2208|函数有变化|类名:NavigationAttribute<br>方法 or 属性:title(value: string \| CustomBuilder): NavigationAttribute;<br>|类名:NavigationAttribute<br>方法 or 属性:title(value: string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>|navigation.d.ts|
2209|函数有变化|类名:WebAttribute<br>方法 or 属性:javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array\<string>,<br>    controller: WebController }): WebAttribute;<br>|类名:WebAttribute<br>方法 or 属性:javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array\<string>,<br>    controller: WebController \| WebviewController }): WebAttribute;<br>|web.d.ts|
2210|函数有变化|类名:WebAttribute<br>方法 or 属性:onRefreshAccessedHistory(callback: (event?: { url: string, refreshed: boolean }) => void): WebAttribute;<br>|类名:WebAttribute<br>方法 or 属性:onRefreshAccessedHistory(callback: (event?: { url: string, isRefreshed: boolean }) => void): WebAttribute;<br>|web.d.ts|
2211|函数有变化|类名:XComponentController<br>方法 or 属性:getXComponentSurfaceId();<br>|类名:XComponentController<br>方法 or 属性:getXComponentSurfaceId(): string;<br>|xcomponent.d.ts|
2212|函数有变化|类名:XComponentController<br>方法 or 属性:getXComponentContext();<br>|类名:XComponentController<br>方法 or 属性:getXComponentContext(): Object;<br>|xcomponent.d.ts|
2213|函数有变化|类名:XComponentController<br>方法 or 属性:setXComponentSurfaceSize(value: {<br>    surfaceWidth: number;<br>    surfaceHeight: number;<br>  });<br>|类名:XComponentController<br>方法 or 属性:setXComponentSurfaceSize(value: {<br>    surfaceWidth: number;<br>    surfaceHeight: number;<br>  }): void;<br>|xcomponent.d.ts|
2214