操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
新增 | NA | 模块名: canvaspattern 类名: CanvasPattern |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: CanvasPattern 方法 or 属性: setTransform(transform?: Matrix2D): void; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: scaleX?: number; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: rotateY?: number; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: rotateX?: number; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: scaleY?: number; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: translateX?: number; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: translateY?: number; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: identity(): Matrix2D; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: invert(): Matrix2D; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: multiply(other?: Matrix2D): Matrix2D; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: rotate(rx?: number, ry?: number): Matrix2D; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: translate(tx?: number, ty?: number): Matrix2D; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: scale(sx?: number, sy?: number): Matrix2D; |
canvaspattern.d.ts |
新增 | NA | 模块名: canvaspattern 类名: Matrix2D 方法 or 属性: constructor(); |
canvaspattern.d.ts |
新增 | NA | 类名:AnimatorResult 方法or属性:reset(options: AnimatorOptions): void; |
@ohos.animator.d.ts |
新增 | NA | 类名:Animator 方法or属性:static create(options: AnimatorOptions): AnimatorResult; |
@ohos.animator.d.ts |
新增 | NA | 模块名: ohos.curves 类名: ICurve |
@ohos.curves.d.ts |
新增 | NA | 类名:ICurve 方法or属性: |
@ohos.curves.d.ts |
新增 | NA | 模块名: ohos.curves 类名: ICurve 方法 or 属性:interpolate(fraction : number) : number; |
@ohos.curves.d.ts |
新增 | NA | 类名:ICurve 方法or属性:interpolate(fraction : number) : number; |
@ohos.curves.d.ts |
新增 | NA | 类名:curves 方法or属性:function initCurve(curve?: Curve): ICurve; |
@ohos.curves.d.ts |
新增 | NA | 类名:curves 方法or属性:function stepsCurve(count: number, end: boolean): ICurve; |
@ohos.curves.d.ts |
新增 | NA | 类名:curves 方法or属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve; |
@ohos.curves.d.ts |
新增 | NA | 类名:curves 方法or属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve; |
@ohos.curves.d.ts |
新增 | NA | 类名:curves 方法or属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve; |
@ohos.curves.d.ts |
新增 | NA | 类名:curves 方法or属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve; |
@ohos.curves.d.ts |
新增 | NA | 模块名: ohos.font 类名: font |
@ohos.font.d.ts |
新增 | NA | 模块名: ohos.font 类名: FontOptions |
@ohos.font.d.ts |
新增 | NA | 模块名: ohos.font 类名: FontOptions 方法 or 属性: familyName: string; |
@ohos.font.d.ts |
新增 | NA | 模块名: ohos.font 类名: FontOptions 方法 or 属性: familySrc: string; |
@ohos.font.d.ts |
新增 | NA | 模块名: ohos.font 类名: font 方法 or 属性: function registerFont(options: FontOptions):void; |
@ohos.font.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureOptions |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureOptions 方法 or 属性: textContent: string; |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureOptions 方法 or 属性: fontSize?: number | string | Resource; |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureOptions 方法 or 属性: fontStyle?: number | FontStyle; |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureOptions 方法 or 属性: fontWeight?: number | string | FontWeight; |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureOptions 方法 or 属性: fontFamily?: string | Resource; |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureOptions 方法 or 属性: letterSpacing?: number | string; |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureText |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.measure 类名: MeasureText 方法 or 属性: static measureText(options: MeasureOptions): number; |
@ohos.measure.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: PushParameterForStage |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:PushParameterForStage 方法or属性: |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: PushParameterForStage 方法 or 属性:owner: Want; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:PushParameterForStage 方法or属性:owner: Want; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: PushParameterForStage 方法 or 属性:target: Want; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:PushParameterForStage 方法or属性:target: Want; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: PushParameterForStage 方法 or 属性:name: string; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:PushParameterForStage 方法or属性:name: string; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: PushParameterForStage 方法 or 属性:data: KVObject; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:PushParameterForStage 方法or属性:data: KVObject; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: PushParameterForStage 方法 or 属性:extraData: KVObject; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:PushParameterForStage 方法or属性:extraData: KVObject; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: PushParameterForStage 方法 or 属性:jsonPath?: string; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:PushParameterForStage 方法or属性:jsonPath?: string; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: RequestParameterForStage |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:RequestParameterForStage 方法or属性: |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: RequestParameterForStage 方法 or 属性:owner: Want; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:RequestParameterForStage 方法or属性:owner: Want; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: RequestParameterForStage 方法 or 属性:target: Want; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:RequestParameterForStage 方法or属性:target: Want; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: RequestParameterForStage 方法 or 属性:name: string; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:RequestParameterForStage 方法or属性:name: string; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: RequestParameterForStage 方法 or 属性:data: KVObject; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:RequestParameterForStage 方法or属性:data: KVObject; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.pluginComponent 类名: RequestParameterForStage 方法 or 属性:jsonPath?: string; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:RequestParameterForStage 方法or属性:jsonPath?: string; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:pluginComponentManager 方法or属性:function push(param: PushParameterForStage, callback: AsyncCallback<void>): void; |
@ohos.pluginComponent.d.ts |
新增 | NA | 类名:pluginComponentManager 方法or属性:function request(param: RequestParameterForStage, callback: AsyncCallback<RequestCallbackParameters>): void; |
@ohos.pluginComponent.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: promptAction |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowToastOptions |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowToastOptions 方法 or 属性: message: string | Resource; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowToastOptions 方法 or 属性: duration?: number; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowToastOptions 方法 or 属性: bottom?: string | number; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: Button |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: Button 方法 or 属性: text: string | Resource; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: Button 方法 or 属性: color: string | Resource; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowDialogSuccessResponse |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowDialogSuccessResponse 方法 or 属性: index: number; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowDialogOptions |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowDialogOptions 方法 or 属性: title?: string | Resource; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowDialogOptions 方法 or 属性: message?: string | Resource; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ShowDialogOptions 方法 or 属性: buttons?: [Button, Button?, Button?]; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ActionMenuSuccessResponse |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ActionMenuSuccessResponse 方法 or 属性: index: number; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ActionMenuOptions |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ActionMenuOptions 方法 or 属性: title?: string | Resource; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: ActionMenuOptions 方法 or 属性: buttons: [Button, Button?, Button?, Button?, Button?, Button?]; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: promptAction 方法 or 属性: function showToast(options: ShowToastOptions):void; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: promptAction 方法 or 属性: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>):void; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: promptAction 方法 or 属性: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: promptAction 方法 or 属性: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>):void; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.promptAction 类名: promptAction 方法 or 属性: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>; |
@ohos.promptAction.d.ts |
新增 | NA | 模块名: ohos.router 类名: RouterMode |
@ohos.router.d.ts |
新增 | NA | 类名:RouterMode 方法or属性: |
@ohos.router.d.ts |
新增 | NA | 模块名: ohos.router 类名: RouterMode 方法 or 属性:Standard |
@ohos.router.d.ts |
新增 | NA | 类名:RouterMode 方法or属性:Standard |
@ohos.router.d.ts |
新增 | NA | 模块名: ohos.router 类名: RouterMode 方法 or 属性:Single |
@ohos.router.d.ts |
新增 | NA | 类名:RouterMode 方法or属性:Single |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function pushUrl(options: RouterOptions, callback: AsyncCallback<void>):void; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function pushUrl(options: RouterOptions): Promise<void>; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>):void; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function replaceUrl(options: RouterOptions, callback: AsyncCallback<void>):void; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function replaceUrl(options: RouterOptions): Promise<void>; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>):void; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function replaceUrl(options: RouterOptions, mode: RouterMode): Promise<void>; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function showAlertBeforeBackPage(options: EnableAlertOptions):void; |
@ohos.router.d.ts |
新增 | NA | 类名:router 方法or属性:function hideAlertBeforeBackPage():void; |
@ohos.router.d.ts |
新增 | NA | 模块名: ability_component 类名: AbilityComponentInterface |
ability_component.d.ts |
新增 | NA | 模块名: ability_component 类名: AbilityComponentInterface 方法 or 属性: (value: {want: import('../api/@ohos.app.ability.Want').default}): AbilityComponentAttribute; |
ability_component.d.ts |
新增 | NA | 模块名: ability_component 类名: AbilityComponentAttribute |
ability_component.d.ts |
新增 | NA | 模块名: ability_component 类名: AbilityComponentAttribute 方法 or 属性: onConnect(callback: () => void): AbilityComponentAttribute; |
ability_component.d.ts |
新增 | NA | 模块名: ability_component 类名: AbilityComponentAttribute 方法 or 属性: onDisconnect(callback: () => void): AbilityComponentAttribute; |
ability_component.d.ts |
新增 | NA | 模块名: ability_component 类名: global 方法 or 属性: declare const AbilityComponent: AbilityComponentInterface; |
ability_component.d.ts |
新增 | NA | 模块名: ability_component 类名: global 方法 or 属性: declare const AbilityComponentInstance: AbilityComponentAttribute; |
ability_component.d.ts |
新增 | NA | 类名:CanvasRenderer 方法or属性:filter: string; |
canvas.d.ts |
新增 | NA | 类名:CanvasRenderer 方法or属性:imageSmoothingQuality: ImageSmoothingQuality; |
canvas.d.ts |
新增 | NA | 类名:CanvasRenderer 方法or属性:direction: CanvasDirection; |
canvas.d.ts |
新增 | NA | 类名:global 方法or属性:declare const Entry: ClassDecorator & ((storage?: LocalStorage) => ClassDecorator); |
common.d.ts |
新增 | NA | 类名:global 方法or属性:declare const Concurrent: MethodDecorator; |
common.d.ts |
新增 | NA | 类名:global 方法or属性:declare const LocalStorageLink: (value: string) => PropertyDecorator; |
common.d.ts |
新增 | NA | 类名:global 方法or属性:declare const LocalStorageProp: (value: string) => PropertyDecorator; |
common.d.ts |
新增 | NA | 类名: 方法or属性:function getContext(component?: Object): Context; |
common.d.ts |
新增 | NA | 类名: 方法or属性:function postCardAction(component: Object, action: Object): void; |
common.d.ts |
新增 | NA | 类名:AnimateParam 方法or属性:curve?: Curve | string | ICurve; |
common.d.ts |
新增 | NA | 模块名: common 类名: ICurve |
common.d.ts |
新增 | NA | 类名:ICurve 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: ICurve 方法 or 属性:interpolate(fraction : number) : number; |
common.d.ts |
新增 | NA | 类名:ICurve 方法or属性:interpolate(fraction : number) : number; |
common.d.ts |
新增 | NA | 模块名: common 类名: AlignRuleOption |
common.d.ts |
新增 | NA | 类名:AlignRuleOption 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: AlignRuleOption 方法 or 属性:left?: { anchor: string, align: HorizontalAlign }; |
common.d.ts |
新增 | NA | 类名:AlignRuleOption 方法or属性:left?: { anchor: string, align: HorizontalAlign }; |
common.d.ts |
新增 | NA | 模块名: common 类名: AlignRuleOption 方法 or 属性:right?: { anchor: string, align: HorizontalAlign }; |
common.d.ts |
新增 | NA | 类名:AlignRuleOption 方法or属性:right?: { anchor: string, align: HorizontalAlign }; |
common.d.ts |
新增 | NA | 模块名: common 类名: AlignRuleOption 方法 or 属性:middle?: { anchor: string, align: HorizontalAlign }; |
common.d.ts |
新增 | NA | 类名:AlignRuleOption 方法or属性:middle?: { anchor: string, align: HorizontalAlign }; |
common.d.ts |
新增 | NA | 模块名: common 类名: AlignRuleOption 方法 or 属性:top?: { anchor: string, align: VerticalAlign }; |
common.d.ts |
新增 | NA | 类名:AlignRuleOption 方法or属性:top?: { anchor: string, align: VerticalAlign }; |
common.d.ts |
新增 | NA | 模块名: common 类名: AlignRuleOption 方法 or 属性:bottom?: { anchor: string, align: VerticalAlign }; |
common.d.ts |
新增 | NA | 类名:AlignRuleOption 方法or属性:bottom?: { anchor: string, align: VerticalAlign }; |
common.d.ts |
新增 | NA | 模块名: common 类名: AlignRuleOption 方法 or 属性:center?: { anchor: string, align: VerticalAlign }; |
common.d.ts |
新增 | NA | 类名:AlignRuleOption 方法or属性:center?: { anchor: string, align: VerticalAlign }; |
common.d.ts |
新增 | NA | 模块名: common 类名: focusControl |
common.d.ts |
新增 | NA | 类名:focusControl 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: focusControl 方法 or 属性:function requestFocus(value: string): boolean; |
common.d.ts |
新增 | NA | 类名:focusControl 方法or属性:function requestFocus(value: string): boolean; |
common.d.ts |
新增 | NA | 模块名: common 类名: SourceTool |
common.d.ts |
新增 | NA | 类名:SourceTool 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: SourceTool 方法 or 属性:Unknown |
common.d.ts |
新增 | NA | 类名:SourceTool 方法or属性:Unknown |
common.d.ts |
新增 | NA | 模块名: common 类名: SourceTool 方法 or 属性:FINGER |
common.d.ts |
新增 | NA | 类名:SourceTool 方法or属性:FINGER |
common.d.ts |
新增 | NA | 模块名: common 类名: SourceTool 方法 or 属性:PEN |
common.d.ts |
新增 | NA | 类名:SourceTool 方法or属性:PEN |
common.d.ts |
新增 | NA | 模块名: common 类名: RepeatMode |
common.d.ts |
新增 | NA | 类名:RepeatMode 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: RepeatMode 方法 or 属性:Repeat |
common.d.ts |
新增 | NA | 类名:RepeatMode 方法or属性:Repeat |
common.d.ts |
新增 | NA | 模块名: common 类名: RepeatMode 方法 or 属性:Stretch |
common.d.ts |
新增 | NA | 类名:RepeatMode 方法or属性:Stretch |
common.d.ts |
新增 | NA | 模块名: common 类名: RepeatMode 方法 or 属性:Round |
common.d.ts |
新增 | NA | 类名:RepeatMode 方法or属性:Round |
common.d.ts |
新增 | NA | 模块名: common 类名: RepeatMode 方法 or 属性:Space |
common.d.ts |
新增 | NA | 类名:RepeatMode 方法or属性:Space |
common.d.ts |
新增 | NA | 模块名: common 类名: BlurStyle |
common.d.ts |
新增 | NA | 类名:BlurStyle 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: BlurStyle 方法 or 属性:Thin |
common.d.ts |
新增 | NA | 类名:BlurStyle 方法or属性:Thin |
common.d.ts |
新增 | NA | 模块名: common 类名: BlurStyle 方法 or 属性:Regular |
common.d.ts |
新增 | NA | 类名:BlurStyle 方法or属性:Regular |
common.d.ts |
新增 | NA | 模块名: common 类名: BlurStyle 方法 or 属性:Thick |
common.d.ts |
新增 | NA | 类名:BlurStyle 方法or属性:Thick |
common.d.ts |
新增 | NA | 类名:BaseEvent 方法or属性:pressure: number; |
common.d.ts |
新增 | NA | 类名:BaseEvent 方法or属性:tiltX: number; |
common.d.ts |
新增 | NA | 类名:BaseEvent 方法or属性:tiltY: number; |
common.d.ts |
新增 | NA | 类名:BaseEvent 方法or属性:sourceTool: SourceTool; |
common.d.ts |
新增 | NA | 模块名: common 类名: BorderImageOption |
common.d.ts |
新增 | NA | 类名:BorderImageOption 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: BorderImageOption 方法 or 属性:slice?: Length | EdgeWidths, |
common.d.ts |
新增 | NA | 类名:BorderImageOption 方法or属性:slice?: Length | EdgeWidths, |
common.d.ts |
新增 | NA | 模块名: common 类名: BorderImageOption 方法 or 属性:repeat?: RepeatMode, |
common.d.ts |
新增 | NA | 类名:BorderImageOption 方法or属性:repeat?: RepeatMode, |
common.d.ts |
新增 | NA | 模块名: common 类名: BorderImageOption 方法 or 属性:source?: string | Resource | LinearGradient, |
common.d.ts |
新增 | NA | 类名:BorderImageOption 方法or属性:source?: string | Resource | LinearGradient, |
common.d.ts |
新增 | NA | 模块名: common 类名: BorderImageOption 方法 or 属性:width?: Length | EdgeWidths, |
common.d.ts |
新增 | NA | 类名:BorderImageOption 方法or属性:width?: Length | EdgeWidths, |
common.d.ts |
新增 | NA | 模块名: common 类名: BorderImageOption 方法 or 属性:outset?: Length | EdgeWidths, |
common.d.ts |
新增 | NA | 类名:BorderImageOption 方法or属性:outset?: Length | EdgeWidths, |
common.d.ts |
新增 | NA | 模块名: common 类名: BorderImageOption 方法 or 属性:fill?: boolean |
common.d.ts |
新增 | NA | 类名:BorderImageOption 方法or属性:fill?: boolean |
common.d.ts |
新增 | NA | 模块名: common 类名: PopupOptions 方法 or 属性:arrowOffset?: Length; |
common.d.ts |
新增 | NA | 类名:PopupOptions 方法or属性:arrowOffset?: Length; |
common.d.ts |
新增 | NA | 模块名: common 类名: PopupOptions 方法 or 属性:showInSubWindow?: boolean; |
common.d.ts |
新增 | NA | 类名:PopupOptions 方法or属性:showInSubWindow?: boolean; |
common.d.ts |
新增 | NA | 模块名: common 类名: CustomPopupOptions 方法 or 属性:arrowOffset?: Length; |
common.d.ts |
新增 | NA | 类名:CustomPopupOptions 方法or属性:arrowOffset?: Length; |
common.d.ts |
新增 | NA | 模块名: common 类名: CustomPopupOptions 方法 or 属性:showInSubWindow?: boolean; |
common.d.ts |
新增 | NA | 类名:CustomPopupOptions 方法or属性:showInSubWindow?: boolean; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:hitTestBehavior(value: HitTestMode): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:backgroundBlurStyle(value: BlurStyle): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:borderStyle(value: EdgeStyles): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:borderWidth(value: EdgeWidths): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:borderColor(value: EdgeColors): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:borderRadius(value: BorderRadiuses): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:borderImage(value: BorderImageOption): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:tabIndex(index: number): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:defaultFocus(value: boolean): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:groupDefaultFocus(value: boolean): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:focusOnTouch(value: boolean): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:alignRules(value: AlignRuleOption): T; |
common.d.ts |
新增 | NA | 类名:CommonMethod 方法or属性:onVisibleAreaChange(ratios: Array<number>, event: (isVisible: boolean, currentRatio: number) => void): T; |
common.d.ts |
新增 | NA | 模块名: common 类名: LinearGradient |
common.d.ts |
新增 | NA | 类名:LinearGradient 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: LinearGradient 方法 or 属性:angle?: number | string; |
common.d.ts |
新增 | NA | 类名:LinearGradient 方法or属性:angle?: number | string; |
common.d.ts |
新增 | NA | 模块名: common 类名: LinearGradient 方法 or 属性:direction?: GradientDirection; |
common.d.ts |
新增 | NA | 类名:LinearGradient 方法or属性:direction?: GradientDirection; |
common.d.ts |
新增 | NA | 模块名: common 类名: LinearGradient 方法 or 属性:colors: Array<any>; |
common.d.ts |
新增 | NA | 类名:LinearGradient 方法or属性:colors: Array<any>; |
common.d.ts |
新增 | NA | 模块名: common 类名: LinearGradient 方法 or 属性:repeating?: boolean; |
common.d.ts |
新增 | NA | 类名:LinearGradient 方法or属性:repeating?: boolean; |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutBorderInfo |
common.d.ts |
新增 | NA | 类名:LayoutBorderInfo 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutBorderInfo 方法 or 属性:borderWidth: EdgeWidths, |
common.d.ts |
新增 | NA | 类名:LayoutBorderInfo 方法or属性:borderWidth: EdgeWidths, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutBorderInfo 方法 or 属性:margin: Margin, |
common.d.ts |
新增 | NA | 类名:LayoutBorderInfo 方法or属性:margin: Margin, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutBorderInfo 方法 or 属性:padding: Padding, |
common.d.ts |
新增 | NA | 类名:LayoutBorderInfo 方法or属性:padding: Padding, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutInfo |
common.d.ts |
新增 | NA | 类名:LayoutInfo 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutInfo 方法 or 属性:position: Position, |
common.d.ts |
新增 | NA | 类名:LayoutInfo 方法or属性:position: Position, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutInfo 方法 or 属性:constraint: ConstraintSizeOptions, |
common.d.ts |
新增 | NA | 类名:LayoutInfo 方法or属性:constraint: ConstraintSizeOptions, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutChild |
common.d.ts |
新增 | NA | 类名:LayoutChild 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutChild 方法 or 属性:name: string, |
common.d.ts |
新增 | NA | 类名:LayoutChild 方法or属性:name: string, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutChild 方法 or 属性:id: string, |
common.d.ts |
新增 | NA | 类名:LayoutChild 方法or属性:id: string, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutChild 方法 or 属性:constraint: ConstraintSizeOptions, |
common.d.ts |
新增 | NA | 类名:LayoutChild 方法or属性:constraint: ConstraintSizeOptions, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutChild 方法 or 属性:borderInfo: LayoutBorderInfo, |
common.d.ts |
新增 | NA | 类名:LayoutChild 方法or属性:borderInfo: LayoutBorderInfo, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutChild 方法 or 属性:position: Position, |
common.d.ts |
新增 | NA | 类名:LayoutChild 方法or属性:position: Position, |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutChild 方法 or 属性:measure(childConstraint: ConstraintSizeOptions), |
common.d.ts |
新增 | NA | 类名:LayoutChild 方法or属性:measure(childConstraint: ConstraintSizeOptions), |
common.d.ts |
新增 | NA | 模块名: common 类名: LayoutChild 方法 or 属性:layout(childLayoutInfo: LayoutInfo) |
common.d.ts |
新增 | NA | 类名:LayoutChild 方法or属性:layout(childLayoutInfo: LayoutInfo) |
common.d.ts |
新增 | NA | 类名:CustomComponent 方法or属性:onLayout?(children: Array<LayoutChild>, constraint: ConstraintSizeOptions): void; |
common.d.ts |
新增 | NA | 类名:CustomComponent 方法or属性:onMeasure?(children: Array<LayoutChild>, constraint: ConstraintSizeOptions): void; |
common.d.ts |
新增 | NA | 类名:CustomComponent 方法or属性:pageTransition?(): void; |
common.d.ts |
新增 | NA | 模块名: common 类名: SpecialEvent |
common.d.ts |
新增 | NA | 类名:SpecialEvent 方法or属性: |
common.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Link(propName: string): any; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static SetAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Prop(propName: string): any; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static SetAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Has(propName: string): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Get<T>(propName: string): T | undefined; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Set<T>(propName: string, newValue: T): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static SetOrCreate<T>(propName: string, newValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Delete(propName: string): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Keys(): IterableIterator<string>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static staticClear(): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Clear(): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static IsMutable(propName: string): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: AppStorage 方法 or 属性: static Size(): number; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: protected subscribers_: Set<number>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: private id_; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: private info_?; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: constructor( / * Subscriber IPropertySubscriber. * @since 7 * @systemapi */ subscribeMe?: IPropertySubscriber, / * Subscriber info. * @since 7 * @systemapi */ info?: string, ); |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: id(): number; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: info(): string; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: abstract get(): T; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: abstract set(newValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: createTwoWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyTwoWay<T>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: createOneWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyOneWay<T>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: unlinkSuscriber(subscriberId: number): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: protected notifyHasChanged(newValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: protected notifyPropertyRead(): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribedAbstractProperty 方法 or 属性: numberOfSubscrbers(): number; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: IPropertySubscriber |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: IPropertySubscriber 方法 or 属性: id(): number; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: IPropertySubscriber 方法 or 属性: aboutToBeDeleted(owningView?: IPropertySubscriber): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyTwoWay |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyTwoWay 方法 or 属性: private source_; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyTwoWay 方法 or 属性: constructor(source: SubscribedAbstractProperty<T>, subscribeMe?: IPropertySubscriber, info?: string); |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyTwoWay 方法 or 属性: aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyTwoWay 方法 or 属性: hasChanged(newValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyTwoWay 方法 or 属性: get(): T; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyTwoWay 方法 or 属性: set(newValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyOneWay |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyOneWay 方法 or 属性: private wrappedValue_; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyOneWay 方法 or 属性: private source_; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyOneWay 方法 or 属性: constructor(source: SubscribedAbstractProperty<T>, subscribeMe?: IPropertySubscriber, info?: string); |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyOneWay 方法 or 属性: aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyOneWay 方法 or 属性: hasChanged(newValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyOneWay 方法 or 属性: get(): T; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SyncedPropertyOneWay 方法 or 属性: set(newValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: ISinglePropertyChangeSubscriber |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: ISinglePropertyChangeSubscriber 方法 or 属性: hasChanged(newValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribaleAbstract |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribaleAbstract 方法 or 属性: private owningProperties_: Set<number>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribaleAbstract 方法 or 属性: constructor(); |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribaleAbstract 方法 or 属性: protected notifyPropertyHasChanged(propName: string, newValue: any): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribaleAbstract 方法 or 属性: public addOwningProperty(subscriber: IPropertySubscriber): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribaleAbstract 方法 or 属性: public removeOwningProperty(property: IPropertySubscriber): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: SubscribaleAbstract 方法 or 属性: public removeOwningPropertyById(subscriberId: number): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: Environment |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: Environment 方法 or 属性: constructor(); |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: Environment 方法 or 属性: static EnvProp<S>(key: string, value: S): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: Environment 方法 or 属性: static EnvProps( props: { key: string; defaultValue: any; }[], ): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: Environment 方法 or 属性: static Keys(): Array<string>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: PersistentStorage |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: PersistentStorage 方法 or 属性: constructor(appStorage: AppStorage, storage: Storage); |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: PersistentStorage 方法 or 属性: static PersistProp<T>(key: string, defaultValue: T): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: PersistentStorage 方法 or 属性: static DeleteProp(key: string): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: PersistentStorage 方法 or 属性: static PersistProps( properties: { key: string; defaultValue: any; }[], ): void; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: PersistentStorage 方法 or 属性: static Keys(): Array<string>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: global 方法 or 属性: declare const appStorage: AppStorage; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: constructor(initializingProperties?: Object); |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: static GetShared(): LocalStorage; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: has(propName: string): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: keys(): IterableIterator<string>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: size(): number; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: get<T>(propName: string): T | undefined; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: set<T>(propName: string, newValue: T): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: setOrCreate<T>(propName: string, newValue: T): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: link<T>(propName: string): SubscribedAbstractProperty<T>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: setAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: prop<S>(propName: string): SubscribedAbstractProperty<S>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: setAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: delete(propName: string): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: LocalStorage 方法 or 属性: clear(): boolean; |
common_ts_ets_api.d.ts |
新增 | NA | 模块名: common_ts_ets_api 类名: StateManagement |
common_ts_ets_api.d.ts |
新增 | NA | 类名:Color 方法or属性:Transparent |
enums.d.ts |
新增 | NA | 类名:Placement 方法or属性:LeftTop |
enums.d.ts |
新增 | NA | 类名:Placement 方法or属性:LeftBottom |
enums.d.ts |
新增 | NA | 类名:Placement 方法or属性:RightTop |
enums.d.ts |
新增 | NA | 类名:Placement 方法or属性:RightBottom |
enums.d.ts |
新增 | NA | 模块名: enums 类名: CopyOptions |
enums.d.ts |
新增 | NA | 类名:CopyOptions 方法or属性: |
enums.d.ts |
新增 | NA | 模块名: enums 类名: CopyOptions 方法 or 属性:None = 0 |
enums.d.ts |
新增 | NA | 类名:CopyOptions 方法or属性:None = 0 |
enums.d.ts |
新增 | NA | 模块名: enums 类名: CopyOptions 方法 or 属性:InApp = 1 |
enums.d.ts |
新增 | NA | 类名:CopyOptions 方法or属性:InApp = 1 |
enums.d.ts |
新增 | NA | 模块名: enums 类名: CopyOptions 方法 or 属性:LocalDevice = 2 |
enums.d.ts |
新增 | NA | 类名:CopyOptions 方法or属性:LocalDevice = 2 |
enums.d.ts |
新增 | NA | 模块名: enums 类名: HitTestMode |
enums.d.ts |
新增 | NA | 类名:HitTestMode 方法or属性: |
enums.d.ts |
新增 | NA | 模块名: enums 类名: HitTestMode 方法 or 属性:Default |
enums.d.ts |
新增 | NA | 类名:HitTestMode 方法or属性:Default |
enums.d.ts |
新增 | NA | 模块名: enums 类名: HitTestMode 方法 or 属性:Block |
enums.d.ts |
新增 | NA | 类名:HitTestMode 方法or属性:Block |
enums.d.ts |
新增 | NA | 模块名: enums 类名: HitTestMode 方法 or 属性:Transparent |
enums.d.ts |
新增 | NA | 类名:HitTestMode 方法or属性:Transparent |
enums.d.ts |
新增 | NA | 模块名: enums 类名: HitTestMode 方法 or 属性:None |
enums.d.ts |
新增 | NA | 类名:HitTestMode 方法or属性:None |
enums.d.ts |
新增 | NA | 模块名: enums 类名: TitleHeight |
enums.d.ts |
新增 | NA | 类名:TitleHeight 方法or属性: |
enums.d.ts |
新增 | NA | 模块名: enums 类名: TitleHeight 方法 or 属性:MainOnly |
enums.d.ts |
新增 | NA | 类名:TitleHeight 方法or属性:MainOnly |
enums.d.ts |
新增 | NA | 模块名: enums 类名: TitleHeight 方法 or 属性:MainWithSub |
enums.d.ts |
新增 | NA | 类名:TitleHeight 方法or属性:MainWithSub |
enums.d.ts |
新增 | NA | 模块名: flow_item 类名: FlowItemInterface |
flow_item.d.ts |
新增 | NA | 模块名: flow_item 类名: FlowItemInterface 方法 or 属性: (): FlowItemAttribute; |
flow_item.d.ts |
新增 | NA | 模块名: flow_item 类名: FlowItemAttribute |
flow_item.d.ts |
新增 | NA | 模块名: flow_item 类名: global 方法 or 属性: declare const FlowItem: FlowItemInterface |
flow_item.d.ts |
新增 | NA | 模块名: flow_item 类名: global 方法 or 属性: declare const FlowItemInstance: FlowItemAttribute; |
flow_item.d.ts |
新增 | NA | 模块名: form_component 类名: FormDimension 方法 or 属性:Dimension_2_1 |
form_component.d.ts |
新增 | NA | 类名:FormDimension 方法or属性:Dimension_2_1 |
form_component.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColColumnOption |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColColumnOption 方法 or 属性: xs?: number, |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColColumnOption 方法 or 属性: sm?: number, |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColColumnOption 方法 or 属性: md?: number, |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColColumnOption 方法 or 属性: lg?: number, |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColColumnOption 方法 or 属性: xl?: number, |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColColumnOption 方法 or 属性: xxl?: number, |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColOptions |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColOptions 方法 or 属性: span?: number | GridColColumnOption; |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColOptions 方法 or 属性: offset?: number | GridColColumnOption; |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColOptions 方法 or 属性: order?: number | GridColColumnOption; |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColInterface |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColInterface 方法 or 属性: (option?: GridColOptions): GridColAttribute; |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColAttribute |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColAttribute 方法 or 属性: span(value: number | GridColColumnOption): GridRowAttribute; |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColAttribute 方法 or 属性: offset(value: number | GridColColumnOption): GridRowAttribute; |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: GridColAttribute 方法 or 属性: order(value: number | GridColColumnOption): GridRowAttribute; |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: global 方法 or 属性: declare const GridCol: GridColInterface |
grid_col.d.ts |
新增 | NA | 模块名: grid_col 类名: global 方法 or 属性: declare const GridColInstance: GridColAttribute; |
grid_col.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowSizeOption |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowSizeOption 方法 or 属性: xs?: Length, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowSizeOption 方法 or 属性: sm?: Length, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowSizeOption 方法 or 属性: md?: Length, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowSizeOption 方法 or 属性: lg?: Length, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowSizeOption 方法 or 属性: xl?: Length, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowSizeOption 方法 or 属性: xxl?: Length, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowColumnOption |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowColumnOption 方法 or 属性: xs?: number, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowColumnOption 方法 or 属性: sm?: number, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowColumnOption 方法 or 属性: md?: number, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowColumnOption 方法 or 属性: lg?: number, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowColumnOption 方法 or 属性: xl?: number, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowColumnOption 方法 or 属性: xxl?: number, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GutterOption |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GutterOption 方法 or 属性: x?: Length | GridRowSizeOption, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GutterOption 方法 or 属性: y?: Length | GridRowSizeOption |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: BreakpointsReference |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: BreakpointsReference 方法 or 属性: WindowSize |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: BreakpointsReference 方法 or 属性: ComponentSize |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowDirection |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowDirection 方法 or 属性: Row |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowDirection 方法 or 属性: RowReverse |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: BreakPoints |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: BreakPoints 方法 or 属性: value?: Array<string>, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: BreakPoints 方法 or 属性: reference?: BreakpointsReference, |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowOptions |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowOptions 方法 or 属性: gutter?: Length | GutterOption; |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowOptions 方法 or 属性: columns?: number | GridRowColumnOption; |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowOptions 方法 or 属性: breakpoints?: BreakPoints; |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowOptions 方法 or 属性: direction?: GridRowDirection; |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowInterface |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowInterface 方法 or 属性: (option?: GridRowOptions): GridRowAttribute; |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowAttribute |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: GridRowAttribute 方法 or 属性: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute; |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: global 方法 or 属性: declare const GridRow: GridRowInterface; |
grid_row.d.ts |
新增 | NA | 模块名: grid_row 类名: global 方法 or 属性: declare const GridRowInstance: GridRowAttribute; |
grid_row.d.ts |
新增 | NA | 类名:ImageAttribute 方法or属性:colorFilter(value: ColorFilter): ImageAttribute; |
image.d.ts |
新增 | NA | 类名:ImageAttribute 方法or属性:copyOption(value: CopyOptions): ImageAttribute; |
image.d.ts |
新增 | NA | 类名:ImageAttribute 方法or属性:draggable(value: boolean): ImageAttribute; |
image.d.ts |
新增 | NA | 类名:ImageAttribute 方法or属性:onError(callback: (event?: { componentWidth: number; componentHeight: number; message: string }) => void): ImageAttribute; |
image.d.ts |
新增 | NA | 模块名: image_animator 类名: ImageFrameInfo |
image_animator.d.ts |
新增 | NA | 类名:ImageFrameInfo 方法or属性: |
image_animator.d.ts |
新增 | NA | 模块名: image_animator 类名: ImageFrameInfo 方法 or 属性:src: string | Resource; |
image_animator.d.ts |
新增 | NA | 类名:ImageFrameInfo 方法or属性:src: string | Resource; |
image_animator.d.ts |
新增 | NA | 模块名: image_animator 类名: ImageFrameInfo 方法 or 属性:width?: number | string; |
image_animator.d.ts |
新增 | NA | 类名:ImageFrameInfo 方法or属性:width?: number | string; |
image_animator.d.ts |
新增 | NA | 模块名: image_animator 类名: ImageFrameInfo 方法 or 属性:height?: number | string; |
image_animator.d.ts |
新增 | NA | 类名:ImageFrameInfo 方法or属性:height?: number | string; |
image_animator.d.ts |
新增 | NA | 模块名: image_animator 类名: ImageFrameInfo 方法 or 属性:top?: number | string; |
image_animator.d.ts |
新增 | NA | 类名:ImageFrameInfo 方法or属性:top?: number | string; |
image_animator.d.ts |
新增 | NA | 模块名: image_animator 类名: ImageFrameInfo 方法 or 属性:left?: number | string; |
image_animator.d.ts |
新增 | NA | 类名:ImageFrameInfo 方法or属性:left?: number | string; |
image_animator.d.ts |
新增 | NA | 模块名: image_animator 类名: ImageFrameInfo 方法 or 属性:duration?: number; |
image_animator.d.ts |
新增 | NA | 类名:ImageFrameInfo 方法or属性:duration?: number; |
image_animator.d.ts |
新增 | NA | 模块名: list 类名: ListItemAlign |
list.d.ts |
新增 | NA | 类名:ListItemAlign 方法or属性: |
list.d.ts |
新增 | NA | 模块名: list 类名: ListItemAlign 方法 or 属性:Start |
list.d.ts |
新增 | NA | 类名:ListItemAlign 方法or属性:Start |
list.d.ts |
新增 | NA | 模块名: list 类名: ListItemAlign 方法 or 属性:Center |
list.d.ts |
新增 | NA | 类名:ListItemAlign 方法or属性:Center |
list.d.ts |
新增 | NA | 模块名: list 类名: ListItemAlign 方法 or 属性:End |
list.d.ts |
新增 | NA | 类名:ListItemAlign 方法or属性:End |
list.d.ts |
新增 | NA | 模块名: list 类名: StickyStyle |
list.d.ts |
新增 | NA | 类名:StickyStyle 方法or属性: |
list.d.ts |
新增 | NA | 模块名: list 类名: StickyStyle 方法 or 属性:None = 0 |
list.d.ts |
新增 | NA | 类名:StickyStyle 方法or属性:None = 0 |
list.d.ts |
新增 | NA | 模块名: list 类名: StickyStyle 方法 or 属性:Header = 1 |
list.d.ts |
新增 | NA | 类名:StickyStyle 方法or属性:Header = 1 |
list.d.ts |
新增 | NA | 模块名: list 类名: StickyStyle 方法 or 属性:Footer = 2 |
list.d.ts |
新增 | NA | 类名:StickyStyle 方法or属性:Footer = 2 |
list.d.ts |
新增 | NA | 类名:ListAttribute 方法or属性:lanes(value: number | LengthConstrain): ListAttribute; |
list.d.ts |
新增 | NA | 类名:ListAttribute 方法or属性:alignListItem(value: ListItemAlign): ListAttribute; |
list.d.ts |
新增 | NA | 类名:ListAttribute 方法or属性:sticky(value: StickyStyle): ListAttribute; |
list.d.ts |
新增 | NA | 类名:ListAttribute 方法or属性:onScrollStart(event: () => void): ListAttribute; |
list.d.ts |
新增 | NA | 类名:ListAttribute 方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute; |
list.d.ts |
新增 | NA | 模块名: list_item 类名: SwipeEdgeEffect |
list_item.d.ts |
新增 | NA | 类名:SwipeEdgeEffect 方法or属性: |
list_item.d.ts |
新增 | NA | 模块名: list_item 类名: SwipeEdgeEffect 方法 or 属性:Spring |
list_item.d.ts |
新增 | NA | 类名:SwipeEdgeEffect 方法or属性:Spring |
list_item.d.ts |
新增 | NA | 模块名: list_item 类名: SwipeEdgeEffect 方法 or 属性:None |
list_item.d.ts |
新增 | NA | 类名:SwipeEdgeEffect 方法or属性:None |
list_item.d.ts |
新增 | NA | 模块名: list_item 类名: SwipeActionOptions |
list_item.d.ts |
新增 | NA | 类名:SwipeActionOptions 方法or属性: |
list_item.d.ts |
新增 | NA | 模块名: list_item 类名: SwipeActionOptions 方法 or 属性:start?: CustomBuilder; |
list_item.d.ts |
新增 | NA | 类名:SwipeActionOptions 方法or属性:start?: CustomBuilder; |
list_item.d.ts |
新增 | NA | 模块名: list_item 类名: SwipeActionOptions 方法 or 属性:end?: CustomBuilder; |
list_item.d.ts |
新增 | NA | 类名:SwipeActionOptions 方法or属性:end?: CustomBuilder; |
list_item.d.ts |
新增 | NA | 模块名: list_item 类名: SwipeActionOptions 方法 or 属性:edgeEffect?: SwipeEdgeEffect; |
list_item.d.ts |
新增 | NA | 类名:SwipeActionOptions 方法or属性:edgeEffect?: SwipeEdgeEffect; |
list_item.d.ts |
新增 | NA | 类名:ListItemAttribute 方法or属性:swipeAction(value: SwipeActionOptions): ListItemAttribute; |
list_item.d.ts |
新增 | NA | 模块名: list_item_group 类名: ListItemGroupOptions |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: ListItemGroupOptions 方法 or 属性: header?: CustomBuilder; |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: ListItemGroupOptions 方法 or 属性: footer?: CustomBuilder; |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: ListItemGroupOptions 方法 or 属性: space?: number | string; |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: ListItemGroupInterface |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: ListItemGroupInterface 方法 or 属性: (options?: ListItemGroupOptions): ListItemGroupAttribute; |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: ListItemGroupAttribute |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: ListItemGroupAttribute 方法 or 属性: divider( value: { strokeWidth: Length; color?: ResourceColor; startMargin?: Length; endMargin?: Length; } | null, ): ListItemGroupAttribute; |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: global 方法 or 属性: declare const ListItemGroupInstance: ListItemGroupAttribute; |
list_item_group.d.ts |
新增 | NA | 模块名: list_item_group 类名: global 方法 or 属性: declare const ListItemGroup: ListItemGroupInterface; |
list_item_group.d.ts |
新增 | NA | 模块名: menu 类名: MenuInterface |
menu.d.ts |
新增 | NA | 模块名: menu 类名: MenuInterface 方法 or 属性: (): MenuAttribute; |
menu.d.ts |
新增 | NA | 模块名: menu 类名: MenuAttribute |
menu.d.ts |
新增 | NA | 模块名: menu 类名: MenuAttribute 方法 or 属性: fontSize(value: Length): MenuAttribute; |
menu.d.ts |
新增 | NA | 模块名: menu 类名: global 方法 or 属性: declare const Menu: MenuInterface; |
menu.d.ts |
新增 | NA | 模块名: menu 类名: global 方法 or 属性: declare const MenuInstance: MenuAttribute; |
menu.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemOptions |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemOptions 方法 or 属性: startIcon?: ResourceStr; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemOptions 方法 or 属性: content?: ResourceStr; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemOptions 方法 or 属性: endIcon?: ResourceStr; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemOptions 方法 or 属性: labelInfo?: ResourceStr; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemOptions 方法 or 属性: builder?: CustomBuilder; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemInterface |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemInterface 方法 or 属性: (value?: MenuItemOptions | CustomBuilder): MenuItemAttribute; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemAttribute |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemAttribute 方法 or 属性: selected(value: boolean): MenuItemAttribute; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemAttribute 方法 or 属性: selectIcon(value: boolean): MenuItemAttribute; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: MenuItemAttribute 方法 or 属性: onChange(callback: (selected: boolean) => void): MenuItemAttribute; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: global 方法 or 属性: declare const MenuItem: MenuItemInterface; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item 类名: global 方法 or 属性: declare const MenuItemInstance: MenuItemAttribute; |
menu_item.d.ts |
新增 | NA | 模块名: menu_item_group 类名: MenuItemGroupOptions |
menu_item_group.d.ts |
新增 | NA | 模块名: menu_item_group 类名: MenuItemGroupOptions 方法 or 属性: header?: ResourceStr | CustomBuilder; |
menu_item_group.d.ts |
新增 | NA | 模块名: menu_item_group 类名: MenuItemGroupOptions 方法 or 属性: footer?: ResourceStr | CustomBuilder; |
menu_item_group.d.ts |
新增 | NA | 模块名: menu_item_group 类名: MenuItemGroupInterface |
menu_item_group.d.ts |
新增 | NA | 模块名: menu_item_group 类名: MenuItemGroupInterface 方法 or 属性: (value?: MenuItemGroupOptions): MenuItemGroupAttribute; |
menu_item_group.d.ts |
新增 | NA | 模块名: menu_item_group 类名: MenuItemGroupAttribute |
menu_item_group.d.ts |
新增 | NA | 模块名: menu_item_group 类名: global 方法 or 属性: declare const MenuItemGroup: MenuItemGroupInterface; |
menu_item_group.d.ts |
新增 | NA | 模块名: menu_item_group 类名: global 方法 or 属性: declare const MenuItemGroupInstance: MenuItemGroupAttribute; |
menu_item_group.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationCommonTitle |
navigation.d.ts |
新增 | NA | 类名:NavigationCommonTitle 方法or属性: |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationCommonTitle 方法 or 属性:main: string; |
navigation.d.ts |
新增 | NA | 类名:NavigationCommonTitle 方法or属性:main: string; |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationCommonTitle 方法 or 属性:sub: string; |
navigation.d.ts |
新增 | NA | 类名:NavigationCommonTitle 方法or属性:sub: string; |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationCustomTitle |
navigation.d.ts |
新增 | NA | 类名:NavigationCustomTitle 方法or属性: |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationCustomTitle 方法 or 属性:builder: CustomBuilder; |
navigation.d.ts |
新增 | NA | 类名:NavigationCustomTitle 方法or属性:builder: CustomBuilder; |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationCustomTitle 方法 or 属性:height: TitleHeight | Length; |
navigation.d.ts |
新增 | NA | 类名:NavigationCustomTitle 方法or属性:height: TitleHeight | Length; |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationMode |
navigation.d.ts |
新增 | NA | 类名:NavigationMode 方法or属性: |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationMode 方法 or 属性:Stack |
navigation.d.ts |
新增 | NA | 类名:NavigationMode 方法or属性:Stack |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationMode 方法 or 属性:Split |
navigation.d.ts |
新增 | NA | 类名:NavigationMode 方法or属性:Split |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavigationMode 方法 or 属性:Auto |
navigation.d.ts |
新增 | NA | 类名:NavigationMode 方法or属性:Auto |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavBarPosition |
navigation.d.ts |
新增 | NA | 类名:NavBarPosition 方法or属性: |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavBarPosition 方法 or 属性:Start |
navigation.d.ts |
新增 | NA | 类名:NavBarPosition 方法or属性:Start |
navigation.d.ts |
新增 | NA | 模块名: navigation 类名: NavBarPosition 方法 or 属性:End |
navigation.d.ts |
新增 | NA | 类名:NavBarPosition 方法or属性:End |
navigation.d.ts |
新增 | NA | 类名:NavigationAttribute 方法or属性:navBarWidth(value: Length): NavigationAttribute; |
navigation.d.ts |
新增 | NA | 类名:NavigationAttribute 方法or属性:navBarPosition(value: NavBarPosition): NavigationAttribute; |
navigation.d.ts |
新增 | NA | 类名:NavigationAttribute 方法or属性:mode(value: NavigationMode): NavigationAttribute; |
navigation.d.ts |
新增 | NA | 类名:NavigationAttribute 方法or属性:backButtonIcon(value: string | PixelMap | Resource): NavigationAttribute; |
navigation.d.ts |
新增 | NA | 类名:NavigationAttribute 方法or属性:hideNavBar(value: boolean): NavigationAttribute; |
navigation.d.ts |
新增 | NA | 类名:NavigationAttribute 方法or属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute; |
navigation.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationCommonTitle |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationCommonTitle 方法 or 属性: main: string; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationCommonTitle 方法 or 属性: sub: string; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationCustomTitle |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationCustomTitle 方法 or 属性: builder: CustomBuilder; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationCustomTitle 方法 or 属性: height: TitleHeight | Length; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationInterface |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationInterface 方法 or 属性: (): NavDestinationAttribute; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationAttribute |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationAttribute 方法 or 属性: title(value: string | CustomBuilder | NavDestinationCommonTitle | NavDestinationCustomTitle): NavDestinationAttribute; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: NavDestinationAttribute 方法 or 属性: hideTitleBar(value: boolean): NavDestinationAttribute; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: global 方法 or 属性: declare const NavDestination: NavDestinationInterface; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_destination 类名: global 方法 or 属性: declare const NavDestinationInstance: NavDestinationAttribute; |
nav_destination.d.ts |
新增 | NA | 模块名: nav_router 类名: NavRouterInterface |
nav_router.d.ts |
新增 | NA | 模块名: nav_router 类名: NavRouterInterface 方法 or 属性: (): NavRouterAttribute; |
nav_router.d.ts |
新增 | NA | 模块名: nav_router 类名: NavRouterAttribute |
nav_router.d.ts |
新增 | NA | 模块名: nav_router 类名: NavRouterAttribute 方法 or 属性: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute; |
nav_router.d.ts |
新增 | NA | 模块名: nav_router 类名: global 方法 or 属性: declare const NavRouter: NavRouterInterface; |
nav_router.d.ts |
新增 | NA | 模块名: nav_router 类名: global 方法 or 属性: declare const NavRouterInstance: NavRouterAttribute; |
nav_router.d.ts |
新增 | NA | 模块名: panel 类名: PanelAttribute 方法 or 属性:backgroundMask(color: ResourceColor): PanelAttribute; |
panel.d.ts |
新增 | NA | 类名:PanelAttribute 方法or属性:backgroundMask(color: ResourceColor): PanelAttribute; |
panel.d.ts |
新增 | NA | 模块名: panel 类名: PanelAttribute 方法 or 属性:onHeightChange(callback: (value: number) => void): PanelAttribute; |
panel.d.ts |
新增 | NA | 类名:PanelAttribute 方法or属性:onHeightChange(callback: (value: number) => void): PanelAttribute; |
panel.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockController |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockController 方法 or 属性: constructor(); |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockController 方法 or 属性: reset(); |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockInterface |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockInterface 方法 or 属性: (controller?: PatternLockController): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: sideLength(value: Length): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: circleRadius(value: Length): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: backgroundColor(value: ResourceColor): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: regularColor(value: ResourceColor): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: selectedColor(value: ResourceColor): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: activeColor(value: ResourceColor): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: pathColor(value: ResourceColor): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: pathStrokeWidth(value: number | string): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: onPatternComplete(callback: (input: Array<number>) => void): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: PatternLockAttribute 方法 or 属性: autoReset(value: boolean): PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: global 方法 or 属性: declare const PatternLock: PatternLockInterface; |
pattern_lock.d.ts |
新增 | NA | 模块名: pattern_lock 类名: global 方法 or 属性: declare const PatternLockInstance: PatternLockAttribute; |
pattern_lock.d.ts |
新增 | NA | 模块名: plugin_component 类名: PluginComponentTemplate |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: PluginComponentTemplate 方法 or 属性: source: string; |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: PluginComponentTemplate 方法 or 属性: bundleName: string; |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: PluginComponentInterface |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: PluginComponentInterface 方法 or 属性: (value: { template: PluginComponentTemplate; data: any }): PluginComponentAttribute; |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: PluginComponentAttribute |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: PluginComponentAttribute 方法 or 属性: onComplete(callback: () => void): PluginComponentAttribute; |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: PluginComponentAttribute 方法 or 属性: onError(callback: (info: { errcode: number; msg: string }) => void): PluginComponentAttribute; |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: global 方法 or 属性: declare const PluginComponent: PluginComponentInterface; |
plugin_component.d.ts |
新增 | NA | 模块名: plugin_component 类名: global 方法 or 属性: declare const PluginComponentInstance: PluginComponentAttribute; |
plugin_component.d.ts |
新增 | NA | 类名:global 方法or属性:declare const RectInstance: RectAttribute; |
rect.d.ts |
新增 | NA | 模块名: relative_container 类名: RelativeContainerInterface |
relative_container.d.ts |
新增 | NA | 模块名: relative_container 类名: RelativeContainerInterface 方法 or 属性: (): RelativeContainerAttribute; |
relative_container.d.ts |
新增 | NA | 模块名: relative_container 类名: RelativeContainerAttribute |
relative_container.d.ts |
新增 | NA | 模块名: relative_container 类名: global 方法 or 属性: declare const RelativeContainer : RelativeContainerInterface; |
relative_container.d.ts |
新增 | NA | 模块名: relative_container 类名: global 方法 or 属性: declare const RelativeContainerInstance: RelativeContainerAttribute; |
relative_container.d.ts |
新增 | NA | 模块名: remote_window 类名: RRect |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: RRect 方法 or 属性: left: number; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: RRect 方法 or 属性: top: number; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: RRect 方法 or 属性: width: number; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: RRect 方法 or 属性: height: number; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: RRect 方法 or 属性: radius: number; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: WindowAnimationTarget |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: WindowAnimationTarget 方法 or 属性: readonly bundleName: string; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: WindowAnimationTarget 方法 or 属性: readonly abilityName: string; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: WindowAnimationTarget 方法 or 属性: readonly windowBounds: RRect; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: WindowAnimationTarget 方法 or 属性: readonly missionId: number; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: RemoteWindowInterface |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: RemoteWindowInterface 方法 or 属性: (target: WindowAnimationTarget): RemoteWindowAttribute; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: RemoteWindowAttribute |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: global 方法 or 属性: declare const RemoteWindow: RemoteWindowInterface; |
remote_window.d.ts |
新增 | NA | 模块名: remote_window 类名: global 方法 or 属性: declare const RemoteWindowInstance: RemoteWindowAttribute; |
remote_window.d.ts |
新增 | NA | 类名:Scroller 方法or属性:scrollPage(value: { next: boolean }); |
scroll.d.ts |
新增 | NA | 类名:Scroller 方法or属性:scrollBy(dx: Length, dy: Length); |
scroll.d.ts |
新增 | NA | 类名:ScrollAttribute 方法or属性:onScrollStart(event: () => void): ScrollAttribute; |
scroll.d.ts |
新增 | NA | 类名:ScrollAttribute 方法or属性:onScrollStop(event: () => void): ScrollAttribute; |
scroll.d.ts |
新增 | NA | 类名:ScrollAttribute 方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute; |
scroll.d.ts |
新增 | NA | 模块名: search 类名: SearchAttribute 方法 or 属性:copyOption(value: CopyOptions): SearchAttribute; |
search.d.ts |
新增 | NA | 类名:SearchAttribute 方法or属性:copyOption(value: CopyOptions): SearchAttribute; |
search.d.ts |
新增 | NA | 模块名: search 类名: SearchAttribute 方法 or 属性:textAlign(value: TextAlign): SearchAttribute; |
search.d.ts |
新增 | NA | 类名:SearchAttribute 方法or属性:textAlign(value: TextAlign): SearchAttribute; |
search.d.ts |
新增 | NA | 类名:ShapeInterface 方法or属性:(value: PixelMap): ShapeAttribute; |
shape.d.ts |
新增 | NA | 类名:ShapeInterface 方法or属性:(): ShapeAttribute; |
shape.d.ts |
新增 | NA | 模块名: sidebar 类名: SideBarPosition |
sidebar.d.ts |
新增 | NA | 类名:SideBarPosition 方法or属性: |
sidebar.d.ts |
新增 | NA | 模块名: sidebar 类名: SideBarPosition 方法 or 属性:Start |
sidebar.d.ts |
新增 | NA | 类名:SideBarPosition 方法or属性:Start |
sidebar.d.ts |
新增 | NA | 模块名: sidebar 类名: SideBarPosition 方法 or 属性:End |
sidebar.d.ts |
新增 | NA | 类名:SideBarPosition 方法or属性:End |
sidebar.d.ts |
新增 | NA | 模块名: sidebar 类名: SideBarContainerAttribute 方法 or 属性:sideBarWidth(value: Length): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 类名:SideBarContainerAttribute 方法or属性:sideBarWidth(value: Length): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 模块名: sidebar 类名: SideBarContainerAttribute 方法 or 属性:minSideBarWidth(value: Length): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 类名:SideBarContainerAttribute 方法or属性:minSideBarWidth(value: Length): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 模块名: sidebar 类名: SideBarContainerAttribute 方法 or 属性:maxSideBarWidth(value: Length): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 类名:SideBarContainerAttribute 方法or属性:maxSideBarWidth(value: Length): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 模块名: sidebar 类名: SideBarContainerAttribute 方法 or 属性:autoHide(value: boolean): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 类名:SideBarContainerAttribute 方法or属性:autoHide(value: boolean): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 模块名: sidebar 类名: SideBarContainerAttribute 方法 or 属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 类名:SideBarContainerAttribute 方法or属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute; |
sidebar.d.ts |
新增 | NA | 模块名: swiper 类名: SwiperAttribute 方法 or 属性:onAnimationStart(event: (index: number) => void): SwiperAttribute; |
swiper.d.ts |
新增 | NA | 类名:SwiperAttribute 方法or属性:onAnimationStart(event: (index: number) => void): SwiperAttribute; |
swiper.d.ts |
新增 | NA | 模块名: swiper 类名: SwiperAttribute 方法 or 属性:onAnimationEnd(event: (index: number) => void): SwiperAttribute; |
swiper.d.ts |
新增 | NA | 类名:SwiperAttribute 方法or属性:onAnimationEnd(event: (index: number) => void): SwiperAttribute; |
swiper.d.ts |
新增 | NA | 模块名: tabs 类名: TabsAttribute 方法 or 属性:barPosition(value: BarPosition): TabsAttribute; |
tabs.d.ts |
新增 | NA | 类名:TabsAttribute 方法or属性:barPosition(value: BarPosition): TabsAttribute; |
tabs.d.ts |
新增 | NA | 模块名: tab_content 类名: SubTabBarStyle |
tab_content.d.ts |
新增 | NA | 类名:SubTabBarStyle 方法or属性: |
tab_content.d.ts |
新增 | NA | 模块名: tab_content 类名: SubTabBarStyle 方法 or 属性:constructor(content: string | Resource); |
tab_content.d.ts |
新增 | NA | 类名:SubTabBarStyle 方法or属性:constructor(content: string | Resource); |
tab_content.d.ts |
新增 | NA | 模块名: tab_content 类名: BottomTabBarStyle |
tab_content.d.ts |
新增 | NA | 类名:BottomTabBarStyle 方法or属性: |
tab_content.d.ts |
新增 | NA | 模块名: tab_content 类名: BottomTabBarStyle 方法 or 属性:constructor(icon: string | Resource, text: string | Resource); |
tab_content.d.ts |
新增 | NA | 类名:BottomTabBarStyle 方法or属性:constructor(icon: string | Resource, text: string | Resource); |
tab_content.d.ts |
新增 | NA | 类名:TabContentAttribute 方法or属性:tabBar(value: SubTabBarStyle | BottomTabBarStyle): TabContentAttribute; |
tab_content.d.ts |
新增 | NA | 类名:TextAttribute 方法or属性:copyOption(value: CopyOptions): TextAttribute; |
text.d.ts |
新增 | NA | 模块名: text_area 类名: TextAreaAttribute 方法 or 属性:copyOption(value: CopyOptions): TextAreaAttribute; |
text_area.d.ts |
新增 | NA | 类名:TextAreaAttribute 方法or属性:copyOption(value: CopyOptions): TextAreaAttribute; |
text_area.d.ts |
新增 | NA | 模块名: text_input 类名: InputType 方法 or 属性:PhoneNumber |
text_input.d.ts |
新增 | NA | 类名:InputType 方法or属性:PhoneNumber |
text_input.d.ts |
新增 | NA | 模块名: text_input 类名: TextInputStyle |
text_input.d.ts |
新增 | NA | 类名:TextInputStyle 方法or属性: |
text_input.d.ts |
新增 | NA | 模块名: text_input 类名: TextInputStyle 方法 or 属性:Default |
text_input.d.ts |
新增 | NA | 类名:TextInputStyle 方法or属性:Default |
text_input.d.ts |
新增 | NA | 模块名: text_input 类名: TextInputStyle 方法 or 属性:Inline |
text_input.d.ts |
新增 | NA | 类名:TextInputStyle 方法or属性:Inline |
text_input.d.ts |
新增 | NA | 模块名: text_input 类名: TextInputAttribute 方法 or 属性:copyOption(value: CopyOptions): TextInputAttribute; |
text_input.d.ts |
新增 | NA | 类名:TextInputAttribute 方法or属性:copyOption(value: CopyOptions): TextInputAttribute; |
text_input.d.ts |
新增 | NA | 模块名: text_input 类名: TextInputAttribute 方法 or 属性:showPasswordIcon(value: boolean): TextInputAttribute; |
text_input.d.ts |
新增 | NA | 类名:TextInputAttribute 方法or属性:showPasswordIcon(value: boolean): TextInputAttribute; |
text_input.d.ts |
新增 | NA | 模块名: text_input 类名: TextInputAttribute 方法 or 属性:textAlign(value: TextAlign): TextInputAttribute; |
text_input.d.ts |
新增 | NA | 类名:TextInputAttribute 方法or属性:textAlign(value: TextAlign): TextInputAttribute; |
text_input.d.ts |
新增 | NA | 模块名: text_input 类名: TextInputAttribute 方法 or 属性:style(value: TextInputStyle): TextInputAttribute; |
text_input.d.ts |
新增 | NA | 类名:TextInputAttribute 方法or属性:style(value: TextInputStyle): TextInputAttribute; |
text_input.d.ts |
新增 | NA | 模块名: units 类名: Resource 方法 or 属性:readonly bundleName: string; |
units.d.ts |
新增 | NA | 类名:Resource 方法or属性:readonly bundleName: string; |
units.d.ts |
新增 | NA | 模块名: units 类名: Resource 方法 or 属性:readonly moduleName: string; |
units.d.ts |
新增 | NA | 类名:Resource 方法or属性:readonly moduleName: string; |
units.d.ts |
新增 | NA | 类名:BorderOptions 方法or属性:width?: EdgeWidths | Length; |
units.d.ts |
新增 | NA | 类名:BorderOptions 方法or属性:color?: EdgeColors | ResourceColor; |
units.d.ts |
新增 | NA | 类名:BorderOptions 方法or属性:radius?: BorderRadiuses | Length; |
units.d.ts |
新增 | NA | 类名:BorderOptions 方法or属性:style?: EdgeStyles | BorderStyle; |
units.d.ts |
新增 | NA | 模块名: units 类名: ColorFilter |
units.d.ts |
新增 | NA | 类名:ColorFilter 方法or属性: |
units.d.ts |
新增 | NA | 模块名: units 类名: ColorFilter 方法 or 属性:constructor(value: number[]); |
units.d.ts |
新增 | NA | 类名:ColorFilter 方法or属性:constructor(value: number[]); |
units.d.ts |
新增 | NA | 模块名: units 类名: GlobalResource |
units.d.ts |
新增 | NA | 类名:GlobalResource 方法or属性: |
units.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowOptions |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowOptions 方法 or 属性: footer?: CustomBuilder; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowOptions 方法 or 属性: scroller?: Scroller; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowInterface |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowInterface 方法 or 属性: (options?: WaterFlowOptions): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute 方法 or 属性: columnsTemplate(value: string): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute 方法 or 属性: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute 方法 or 属性: rowsTemplate(value: string): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute 方法 or 属性: columnsGap(value: Length): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute 方法 or 属性: rowsGap(value: Length): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute 方法 or 属性: layoutDirection(value: FlexDirection): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute 方法 or 属性: onReachStart(event: () => void): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: WaterFlowAttribute 方法 or 属性: onReachEnd(event: () => void): WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: global 方法 or 属性: declare const WaterFlow: WaterFlowInterface; |
water_flow.d.ts |
新增 | NA | 模块名: water_flow 类名: global 方法 or 属性: declare const WaterFlowInstance: WaterFlowAttribute; |
water_flow.d.ts |
新增 | NA | 模块名: web 类名: CacheMode 方法 or 属性:Default |
web.d.ts |
新增 | NA | 类名:CacheMode 方法or属性:Default |
web.d.ts |
新增 | NA | 模块名: web 类名: WebDarkMode |
web.d.ts |
新增 | NA | 类名:WebDarkMode 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: WebDarkMode 方法 or 属性:Off |
web.d.ts |
新增 | NA | 类名:WebDarkMode 方法or属性:Off |
web.d.ts |
新增 | NA | 模块名: web 类名: WebDarkMode 方法 or 属性:On |
web.d.ts |
新增 | NA | 类名:WebDarkMode 方法or属性:On |
web.d.ts |
新增 | NA | 模块名: web 类名: WebDarkMode 方法 or 属性:Auto |
web.d.ts |
新增 | NA | 类名:WebDarkMode 方法or属性:Auto |
web.d.ts |
新增 | NA | 模块名: web 类名: FullScreenExitHandler |
web.d.ts |
新增 | NA | 类名:FullScreenExitHandler 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: FullScreenExitHandler 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:FullScreenExitHandler 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: FullScreenExitHandler 方法 or 属性:exitFullScreen(): void; |
web.d.ts |
新增 | NA | 类名:FullScreenExitHandler 方法or属性:exitFullScreen(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: RenderExitReason |
web.d.ts |
新增 | NA | 类名:RenderExitReason 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: RenderExitReason 方法 or 属性:ProcessAbnormalTermination |
web.d.ts |
新增 | NA | 类名:RenderExitReason 方法or属性:ProcessAbnormalTermination |
web.d.ts |
新增 | NA | 模块名: web 类名: RenderExitReason 方法 or 属性:ProcessWasKilled |
web.d.ts |
新增 | NA | 类名:RenderExitReason 方法or属性:ProcessWasKilled |
web.d.ts |
新增 | NA | 模块名: web 类名: RenderExitReason 方法 or 属性:ProcessCrashed |
web.d.ts |
新增 | NA | 类名:RenderExitReason 方法or属性:ProcessCrashed |
web.d.ts |
新增 | NA | 模块名: web 类名: RenderExitReason 方法 or 属性:ProcessOom |
web.d.ts |
新增 | NA | 类名:RenderExitReason 方法or属性:ProcessOom |
web.d.ts |
新增 | NA | 模块名: web 类名: RenderExitReason 方法 or 属性:ProcessExitUnknown |
web.d.ts |
新增 | NA | 类名:RenderExitReason 方法or属性:ProcessExitUnknown |
web.d.ts |
新增 | NA | 模块名: web 类名: SslError |
web.d.ts |
新增 | NA | 类名:SslError 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: SslError 方法 or 属性:Invalid |
web.d.ts |
新增 | NA | 类名:SslError 方法or属性:Invalid |
web.d.ts |
新增 | NA | 模块名: web 类名: SslError 方法 or 属性:HostMismatch |
web.d.ts |
新增 | NA | 类名:SslError 方法or属性:HostMismatch |
web.d.ts |
新增 | NA | 模块名: web 类名: SslError 方法 or 属性:DateInvalid |
web.d.ts |
新增 | NA | 类名:SslError 方法or属性:DateInvalid |
web.d.ts |
新增 | NA | 模块名: web 类名: SslError 方法 or 属性:Untrusted |
web.d.ts |
新增 | NA | 类名:SslError 方法or属性:Untrusted |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorMode |
web.d.ts |
新增 | NA | 类名:FileSelectorMode 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorMode 方法 or 属性:FileOpenMode |
web.d.ts |
新增 | NA | 类名:FileSelectorMode 方法or属性:FileOpenMode |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorMode 方法 or 属性:FileOpenMultipleMode |
web.d.ts |
新增 | NA | 类名:FileSelectorMode 方法or属性:FileOpenMultipleMode |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorMode 方法 or 属性:FileOpenFolderMode |
web.d.ts |
新增 | NA | 类名:FileSelectorMode 方法or属性:FileOpenFolderMode |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorMode 方法 or 属性:FileSaveMode |
web.d.ts |
新增 | NA | 类名:FileSelectorMode 方法or属性:FileSaveMode |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorParam |
web.d.ts |
新增 | NA | 类名:FileSelectorParam 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorParam 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:FileSelectorParam 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorParam 方法 or 属性:getTitle(): string; |
web.d.ts |
新增 | NA | 类名:FileSelectorParam 方法or属性:getTitle(): string; |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorParam 方法 or 属性:getMode(): FileSelectorMode; |
web.d.ts |
新增 | NA | 类名:FileSelectorParam 方法or属性:getMode(): FileSelectorMode; |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorParam 方法 or 属性:getAcceptType(): Array<string>; |
web.d.ts |
新增 | NA | 类名:FileSelectorParam 方法or属性:getAcceptType(): Array<string>; |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorParam 方法 or 属性:isCapture(): boolean; |
web.d.ts |
新增 | NA | 类名:FileSelectorParam 方法or属性:isCapture(): boolean; |
web.d.ts |
新增 | NA | 模块名: web 类名: JsResult 方法 or 属性:handlePromptConfirm(result: string): void; |
web.d.ts |
新增 | NA | 类名:JsResult 方法or属性:handlePromptConfirm(result: string): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorResult |
web.d.ts |
新增 | NA | 类名:FileSelectorResult 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorResult 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:FileSelectorResult 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: FileSelectorResult 方法 or 属性:handleFileList(fileList: Array<string>): void; |
web.d.ts |
新增 | NA | 类名:FileSelectorResult 方法or属性:handleFileList(fileList: Array<string>): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: HttpAuthHandler |
web.d.ts |
新增 | NA | 类名:HttpAuthHandler 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: HttpAuthHandler 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:HttpAuthHandler 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: HttpAuthHandler 方法 or 属性:confirm(userName: string, password: string): boolean; |
web.d.ts |
新增 | NA | 类名:HttpAuthHandler 方法or属性:confirm(userName: string, password: string): boolean; |
web.d.ts |
新增 | NA | 模块名: web 类名: HttpAuthHandler 方法 or 属性:cancel(): void; |
web.d.ts |
新增 | NA | 类名:HttpAuthHandler 方法or属性:cancel(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: HttpAuthHandler 方法 or 属性:isHttpAuthInfoSaved(): boolean; |
web.d.ts |
新增 | NA | 类名:HttpAuthHandler 方法or属性:isHttpAuthInfoSaved(): boolean; |
web.d.ts |
新增 | NA | 模块名: web 类名: SslErrorHandler |
web.d.ts |
新增 | NA | 类名:SslErrorHandler 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: SslErrorHandler 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:SslErrorHandler 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: SslErrorHandler 方法 or 属性:handleConfirm(): void; |
web.d.ts |
新增 | NA | 类名:SslErrorHandler 方法or属性:handleConfirm(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: SslErrorHandler 方法 or 属性:handleCancel(): void; |
web.d.ts |
新增 | NA | 类名:SslErrorHandler 方法or属性:handleCancel(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: ClientAuthenticationHandler |
web.d.ts |
新增 | NA | 类名:ClientAuthenticationHandler 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: ClientAuthenticationHandler 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:ClientAuthenticationHandler 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: ClientAuthenticationHandler 方法 or 属性:confirm(priKeyFile : string, certChainFile : string): void; |
web.d.ts |
新增 | NA | 类名:ClientAuthenticationHandler 方法or属性:confirm(priKeyFile : string, certChainFile : string): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: ClientAuthenticationHandler 方法 or 属性:cancel(): void; |
web.d.ts |
新增 | NA | 类名:ClientAuthenticationHandler 方法or属性:cancel(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: ClientAuthenticationHandler 方法 or 属性:ignore(): void; |
web.d.ts |
新增 | NA | 类名:ClientAuthenticationHandler 方法or属性:ignore(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: ProtectedResourceType |
web.d.ts |
新增 | NA | 类名:ProtectedResourceType 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: ProtectedResourceType 方法 or 属性:MidiSysex = "TYPE_MIDI_SYSEX" |
web.d.ts |
新增 | NA | 类名:ProtectedResourceType 方法or属性:MidiSysex = "TYPE_MIDI_SYSEX" |
web.d.ts |
新增 | NA | 模块名: web 类名: PermissionRequest |
web.d.ts |
新增 | NA | 类名:PermissionRequest 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: PermissionRequest 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:PermissionRequest 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: PermissionRequest 方法 or 属性:deny(): void; |
web.d.ts |
新增 | NA | 类名:PermissionRequest 方法or属性:deny(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: PermissionRequest 方法 or 属性:getOrigin(): string; |
web.d.ts |
新增 | NA | 类名:PermissionRequest 方法or属性:getOrigin(): string; |
web.d.ts |
新增 | NA | 模块名: web 类名: PermissionRequest 方法 or 属性:getAccessibleResource(): Array<string>; |
web.d.ts |
新增 | NA | 类名:PermissionRequest 方法or属性:getAccessibleResource(): Array<string>; |
web.d.ts |
新增 | NA | 模块名: web 类名: PermissionRequest 方法 or 属性:grant(resources: Array<string>): void; |
web.d.ts |
新增 | NA | 类名:PermissionRequest 方法or属性:grant(resources: Array<string>): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: DataResubmissionHandler |
web.d.ts |
新增 | NA | 类名:DataResubmissionHandler 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: DataResubmissionHandler 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:DataResubmissionHandler 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: DataResubmissionHandler 方法 or 属性:resend(): void; |
web.d.ts |
新增 | NA | 类名:DataResubmissionHandler 方法or属性:resend(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: DataResubmissionHandler 方法 or 属性:cancel(): void; |
web.d.ts |
新增 | NA | 类名:DataResubmissionHandler 方法or属性:cancel(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: ControllerHandler |
web.d.ts |
新增 | NA | 类名:ControllerHandler 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: ControllerHandler 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:ControllerHandler 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: ControllerHandler 方法 or 属性:setWebController(controller: WebviewController): void; |
web.d.ts |
新增 | NA | 类名:ControllerHandler 方法or属性:setWebController(controller: WebviewController): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuSourceType |
web.d.ts |
新增 | NA | 类名:ContextMenuSourceType 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuSourceType 方法 or 属性:None |
web.d.ts |
新增 | NA | 类名:ContextMenuSourceType 方法or属性:None |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuSourceType 方法 or 属性:Mouse |
web.d.ts |
新增 | NA | 类名:ContextMenuSourceType 方法or属性:Mouse |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuSourceType 方法 or 属性:LongPress |
web.d.ts |
新增 | NA | 类名:ContextMenuSourceType 方法or属性:LongPress |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuMediaType |
web.d.ts |
新增 | NA | 类名:ContextMenuMediaType 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuMediaType 方法 or 属性:None |
web.d.ts |
新增 | NA | 类名:ContextMenuMediaType 方法or属性:None |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuMediaType 方法 or 属性:Image |
web.d.ts |
新增 | NA | 类名:ContextMenuMediaType 方法or属性:Image |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuInputFieldType |
web.d.ts |
新增 | NA | 类名:ContextMenuInputFieldType 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuInputFieldType 方法 or 属性:None |
web.d.ts |
新增 | NA | 类名:ContextMenuInputFieldType 方法or属性:None |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuInputFieldType 方法 or 属性:PlainText |
web.d.ts |
新增 | NA | 类名:ContextMenuInputFieldType 方法or属性:PlainText |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuInputFieldType 方法 or 属性:Password |
web.d.ts |
新增 | NA | 类名:ContextMenuInputFieldType 方法or属性:Password |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuInputFieldType 方法 or 属性:Number |
web.d.ts |
新增 | NA | 类名:ContextMenuInputFieldType 方法or属性:Number |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuInputFieldType 方法 or 属性:Telephone |
web.d.ts |
新增 | NA | 类名:ContextMenuInputFieldType 方法or属性:Telephone |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuInputFieldType 方法 or 属性:Other |
web.d.ts |
新增 | NA | 类名:ContextMenuInputFieldType 方法or属性:Other |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuEditStateFlags |
web.d.ts |
新增 | NA | 类名:ContextMenuEditStateFlags 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuEditStateFlags 方法 or 属性:NONE = 0 |
web.d.ts |
新增 | NA | 类名:ContextMenuEditStateFlags 方法or属性:NONE = 0 |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuEditStateFlags 方法 or 属性:CAN_CUT = 1 << 0 |
web.d.ts |
新增 | NA | 类名:ContextMenuEditStateFlags 方法or属性:CAN_CUT = 1 << 0 |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuEditStateFlags 方法 or 属性:CAN_COPY = 1 << 1 |
web.d.ts |
新增 | NA | 类名:ContextMenuEditStateFlags 方法or属性:CAN_COPY = 1 << 1 |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuEditStateFlags 方法 or 属性:CAN_PASTE = 1 << 2 |
web.d.ts |
新增 | NA | 类名:ContextMenuEditStateFlags 方法or属性:CAN_PASTE = 1 << 2 |
web.d.ts |
新增 | NA | 模块名: web 类名: ContextMenuEditStateFlags 方法 or 属性:CAN_SELECT_ALL = 1 << 3 |
web.d.ts |
新增 | NA | 类名:ContextMenuEditStateFlags 方法or属性:CAN_SELECT_ALL = 1 << 3 |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:x(): number; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:x(): number; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:y(): number; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:y(): number; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:getLinkUrl(): string; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:getLinkUrl(): string; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:getUnfilteredLinkUrl(): string; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:getUnfilteredLinkUrl(): string; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:getSourceUrl(): string; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:getSourceUrl(): string; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:existsImageContents(): boolean; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:existsImageContents(): boolean; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:getMediaType(): ContextMenuMediaType; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:getMediaType(): ContextMenuMediaType; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:getSelectionText(): string; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:getSelectionText(): string; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:getSourceType(): ContextMenuSourceType; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:getSourceType(): ContextMenuSourceType; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:getInputFieldType(): ContextMenuInputFieldType; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:getInputFieldType(): ContextMenuInputFieldType; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:isEditable(): boolean; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:isEditable(): boolean; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuParam 方法 or 属性:getEditStateFlags(): number; |
web.d.ts |
新增 | NA | 类名:WebContextMenuParam 方法or属性:getEditStateFlags(): number; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuResult |
web.d.ts |
新增 | NA | 类名:WebContextMenuResult 方法or属性: |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuResult 方法 or 属性:constructor(); |
web.d.ts |
新增 | NA | 类名:WebContextMenuResult 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuResult 方法 or 属性:closeContextMenu(): void; |
web.d.ts |
新增 | NA | 类名:WebContextMenuResult 方法or属性:closeContextMenu(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuResult 方法 or 属性:copyImage(): void; |
web.d.ts |
新增 | NA | 类名:WebContextMenuResult 方法or属性:copyImage(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuResult 方法 or 属性:copy(): void; |
web.d.ts |
新增 | NA | 类名:WebContextMenuResult 方法or属性:copy(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuResult 方法 or 属性:paste(): void; |
web.d.ts |
新增 | NA | 类名:WebContextMenuResult 方法or属性:paste(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuResult 方法 or 属性:cut(): void; |
web.d.ts |
新增 | NA | 类名:WebContextMenuResult 方法or属性:cut(): void; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebContextMenuResult 方法 or 属性:selectAll(): void; |
web.d.ts |
新增 | NA | 类名:WebContextMenuResult 方法or属性:selectAll(): void; |
web.d.ts |
新增 | NA | 类名:ConsoleMessage 方法or属性:constructor(); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebResourceRequest 方法 or 属性:getRequestMethod(): string; |
web.d.ts |
新增 | NA | 类名:WebResourceRequest 方法or属性:getRequestMethod(): string; |
web.d.ts |
新增 | NA | 模块名: web 类名: WebResourceResponse 方法 or 属性:setResponseData(data: string | number); |
web.d.ts |
新增 | NA | 类名:WebResourceResponse 方法or属性:setResponseData(data: string | number); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebResourceResponse 方法 or 属性:setResponseEncoding(encoding: string); |
web.d.ts |
新增 | NA | 类名:WebResourceResponse 方法or属性:setResponseEncoding(encoding: string); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebResourceResponse 方法 or 属性:setResponseMimeType(mimeType: string); |
web.d.ts |
新增 | NA | 类名:WebResourceResponse 方法or属性:setResponseMimeType(mimeType: string); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebResourceResponse 方法 or 属性:setReasonMessage(reason: string); |
web.d.ts |
新增 | NA | 类名:WebResourceResponse 方法or属性:setReasonMessage(reason: string); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebResourceResponse 方法 or 属性:setResponseHeader(header: Array<Header>); |
web.d.ts |
新增 | NA | 类名:WebResourceResponse 方法or属性:setResponseHeader(header: Array<Header>); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebResourceResponse 方法 or 属性:setResponseCode(code: number); |
web.d.ts |
新增 | NA | 类名:WebResourceResponse 方法or属性:setResponseCode(code: number); |
web.d.ts |
新增 | NA | 模块名: web 类名: WebResourceResponse 方法 or 属性:setResponseIsReady(IsReady: boolean); |
web.d.ts |
新增 | NA | 类名:WebResourceResponse 方法or属性:setResponseIsReady(IsReady: boolean); |
web.d.ts |
新增 | NA | 类名:WebController 方法or属性:getCookieManager() : WebCookie |
web.d.ts |
新增 | NA | 类名:WebOptions 方法or属性:controller: WebController | WebviewController; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:darkMode(mode: WebDarkMode): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:forceDarkAccess(access: boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:textZoomRatio(textZoomRatio: number): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:initialScale(percent: number): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onPrompt(callback: (event?: {url: string, message: string, value: string, result: JsResult }) => boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onRenderExited(callback: (event?: { renderExitReason: RenderExitReason }) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onShowFileSelector(callback: (event?: { result: FileSelectorResult, fileSelector: FileSelectorParam }) => boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onResourceLoad(callback: (event: {url: string}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onFullScreenExit(callback: () => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onFullScreenEnter(callback: (event: { handler: FullScreenExitHandler}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onScaleChange(callback: (event: {oldScale: number, newScale: number}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onHttpAuthRequest(callback: (event?: { handler: HttpAuthHandler, host: string, realm: string }) => boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onInterceptRequest(callback: (event?: { request: WebResourceRequest}) => WebResourceResponse): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onPermissionRequest(callback: (event?: { request: PermissionRequest }) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebContextMenuResult }) => boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:mediaPlayGestureAccess(access: boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onSearchResultReceive(callback: (event?: {activeMatchOrdinal: number, numberOfMatches: number, isDoneCounting: boolean}) => void): WebAttribute |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onScroll(callback: (event: {xOffset: number, yOffset: number}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onSslErrorEventReceive(callback: (event: { handler: SslErrorHandler, error: SslError }) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onClientAuthenticationRequest(callback: (event: {handler : ClientAuthenticationHandler, host : string, port : number, keyTypes : Array<string>, issuers : Array<string>}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onWindowNew(callback: (event: {isAlert: boolean, isUserTrigger: boolean, targetUrl: string, handler: ControllerHandler}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onWindowExit(callback: () => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:multiWindowAccess(multiWindow: boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onInterceptKeyEvent(callback: (event: KeyEvent) => boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:webStandardFont(family: string): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:webSerifFont(family: string): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:webSansSerifFont(family: string): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:webFixedFont(family: string): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:webFantasyFont(family: string): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:webCursiveFont(family: string): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:defaultFixedFontSize(size: number): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:defaultFontSize(size: number): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:minFontSize(size: number): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:minLogicalFontSize(size: number): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:blockNetwork(block: boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:horizontalScrollBarAccess(horizontalScrollBar: boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:verticalScrollBarAccess(verticalScrollBar: boolean): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onTouchIconUrlReceived(callback: (event: {url: string, precomposed: boolean}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onFaviconReceived(callback: (event: {favicon: PixelMap}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onPageVisible(callback: (event: {url: string}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:onDataResubmitted(callback: (event: {handler: DataResubmissionHandler}) => void): WebAttribute; |
web.d.ts |
新增 | NA | 类名:WebAttribute 方法or属性:pinchSmooth(isEnabled: boolean): WebAttribute; |
web.d.ts |
新增 | NA | 模块名: viewmodel 类名: OffscreenCanvasRenderingContext2D 方法 or 属性: drawImage(image: image.PixelMap, dx: number, dy: number, dw: number, dh: number): void; |
viewmodel.d.ts |
新增 | NA | 模块名: viewmodel 类名: OffscreenCanvasRenderingContext2D 方法 or 属性: drawImage( image: image.PixelMap, sx: number, sy: number, sw: number, sh: number, dx: number, dy: number, dw: number, dh: number, ): void; |
viewmodel.d.ts |
新增 | NA | 模块名: viewmodel 类名: OffscreenCanvasRenderingContext2D 方法 or 属性: getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap |
viewmodel.d.ts |
新增 | NA | 模块名: viewmodel 类名: CanvasRenderingContext2D 方法 or 属性: drawImage(image: image.PixelMap, dx: number, dy: number, dWidth: number, dHeight: number): void; |
viewmodel.d.ts |
新增 | NA | 模块名: viewmodel 类名: CanvasRenderingContext2D 方法 or 属性: drawImage( image: image.PixelMap, sx: number, sy: number, sWidth: number, sHeight: number, dx: number, dy: number, dWidth: number, dHeight: number, ): void; |
viewmodel.d.ts |
新增 | NA | 模块名: viewmodel 类名: CanvasRenderingContext2D 方法 or 属性: getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap |
viewmodel.d.ts |
删除 | 模块名: canvas 类名: CanvasPattern |
NA | canvas.d.ts |
删除 | 模块名: canvas 类名: CanvasPattern 方法 or 属性:setTransform(transform?: Matrix2D): void; |
NA | canvas.d.ts |
删除 | 模块名:canvas 类名:CanvasRenderer 方法 or 属性:filter(filter: string): void; |
NA | canvas.d.ts |
删除 | 模块名:canvas 类名:CanvasRenderer 方法 or 属性:imageSmoothingQuality(quality: ImageSmoothingQuality): void; |
NA | canvas.d.ts |
删除 | 模块名:canvas 类名:CanvasRenderer 方法 or 属性:direction(direction: CanvasDirection): void; |
NA | canvas.d.ts |
删除 | 模块名:common 类名:global 方法 or 属性:declare const isSystemplugin: (...args: string[]) => any; |
NA | common.d.ts |
删除 | 模块名: state_management 类名: IPropertySubscriber |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: IPropertySubscriber 方法 or 属性:id(): number; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: IPropertySubscriber 方法 or 属性:aboutToBeDeleted(owningView?: IPropertySubscriber): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: ISinglePropertyChangeSubscriber |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: ISinglePropertyChangeSubscriber 方法 or 属性:hasChanged(newValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:protected subscribers_: Set<number>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:private id_; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:private info_?; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:constructor( / * Subscriber IPropertySubscriber. * @since 7 * @systemapi */ subscribeMe?: IPropertySubscriber, / * Subscriber info. * @since 7 * @systemapi */ info?: string, ); |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:id(): number; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:info(): string; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:abstract get(): T; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:abstract set(newValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:createTwoWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyTwoWay<T>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:createOneWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyOneWay<T>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:unlinkSuscriber(subscriberId: number): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:protected notifyHasChanged(newValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:protected notifyPropertyRead(): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribedAbstractProperty 方法 or 属性:numberOfSubscrbers(): number; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyTwoWay |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyTwoWay 方法 or 属性:private source_; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyTwoWay 方法 or 属性:constructor(source: SubscribedAbstractProperty<T>, subscribeMe?: IPropertySubscriber, info?: string); |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyTwoWay 方法 or 属性:aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyTwoWay 方法 or 属性:hasChanged(newValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyTwoWay 方法 or 属性:get(): T; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyTwoWay 方法 or 属性:set(newValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyOneWay |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyOneWay 方法 or 属性:private wrappedValue_; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyOneWay 方法 or 属性:private source_; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyOneWay 方法 or 属性:constructor(source: SubscribedAbstractProperty<T>, subscribeMe?: IPropertySubscriber, info?: string); |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyOneWay 方法 or 属性:aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyOneWay 方法 or 属性:hasChanged(newValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyOneWay 方法 or 属性:get(): T; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SyncedPropertyOneWay 方法 or 属性:set(newValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static Link(propName: string): any; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static SetAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static Prop(propName: string): any; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static SetAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static Has(propName: string): boolean; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static Get<T>(propName: string): T | undefined; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static Set<T>(propName: string, newValue: T): boolean; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static SetOrCreate<T>(propName: string, newValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static Delete(propName: string): boolean; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static Keys(): IterableIterator<string>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static staticClear(): boolean; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static IsMutable(propName: string): boolean; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: AppStorage 方法 or 属性:static Size(): number; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: Environment |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: Environment 方法 or 属性:constructor(); |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: Environment 方法 or 属性:static EnvProp<S>(key: string, value: S): boolean; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: Environment 方法 or 属性:static EnvProps( props: { key: string; defaultValue: any; }[], ): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: Environment 方法 or 属性:static Keys(): Array<string>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: PersistentStorage |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: PersistentStorage 方法 or 属性:constructor(appStorage: AppStorage, storage: Storage); |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: PersistentStorage 方法 or 属性:static PersistProp<T>(key: string, defaultValue: T): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: PersistentStorage 方法 or 属性:static DeleteProp(key: string): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: PersistentStorage 方法 or 属性:static PersistProps( properties: { key: string; defaultValue: any; }[], ): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: PersistentStorage 方法 or 属性:static Keys(): Array<string>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribaleAbstract |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribaleAbstract 方法 or 属性:private owningProperties_: Set<number>; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribaleAbstract 方法 or 属性:constructor(); |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribaleAbstract 方法 or 属性:protected notifyPropertyHasChanged(propName: string, newValue: any): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribaleAbstract 方法 or 属性:public addOwningProperty(subscriber: IPropertySubscriber): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribaleAbstract 方法 or 属性:public removeOwningProperty(property: IPropertySubscriber): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: SubscribaleAbstract 方法 or 属性:public removeOwningPropertyById(subscriberId: number): void; |
NA | state_management.d.ts |
删除 | 模块名: state_management 类名: global 方法 or 属性:declare const appStorage: AppStorage; |
NA | state_management.d.ts |
访问级别有变化 | 类名: 方法 or 属性: function getInspectorByKey(id: string): string; 访问级别:系统API |
类名: 方法 or 属性: function getInspectorByKey(id: string): string; 访问级别:公开API |
global.d.ts |
访问级别有变化 | 类名: 方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean; 访问级别:系统API |
类名: 方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean; 访问级别:公开API |
global.d.ts |
访问级别有变化 | 类名: 方法 or 属性: function sendTouchEvent(event: TouchObject): boolean; 访问级别:系统API |
类名: 方法 or 属性: function sendTouchEvent(event: TouchObject): boolean; 访问级别:公开API |
global.d.ts |
访问级别有变化 | 类名: 方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean; 访问级别:系统API |
类名: 方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean; 访问级别:公开API |
global.d.ts |
访问级别有变化 | 类名: 方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean; 访问级别:系统API |
类名: 方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean; 访问级别:公开API |
global.d.ts |
访问级别有变化 | 类名:global 方法 or 属性:declare const Animator: AnimatorInterface; 访问级别:公开API |
类名:global 方法 or 属性:declare const Animator: AnimatorInterface; 访问级别:系统API |
animator.d.ts |
访问级别有变化 | 类名:global 方法 or 属性:declare const AnimatorInstance: AnimatorAttribute; 访问级别:公开API |
类名:global 方法 or 属性:declare const AnimatorInstance: AnimatorAttribute; 访问级别:系统API |
animator.d.ts |
访问级别有变化 | 类名:global 方法 or 属性:declare const Calendar: CalendarInterface; 访问级别:公开API |
类名:global 方法 or 属性:declare const Calendar: CalendarInterface; 访问级别:系统API |
calendar.d.ts |
访问级别有变化 | 类名:global 方法 or 属性:declare const CalendarInstance: CalendarAttribute; 访问级别:公开API |
类名:global 方法 or 属性:declare const CalendarInstance: CalendarAttribute; 访问级别:系统API |
calendar.d.ts |
访问级别有变化 | 类名:PreviewParams 访问级别:系统API |
类名:PreviewParams 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:title?: string; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:title?: string; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:width?: number; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:width?: number; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:height?: number; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:height?: number; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:locale?: string; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:locale?: string; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:colorMode?: string; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:colorMode?: string; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:deviceType?: string; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:deviceType?: string; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:dpi?: number; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:dpi?: number; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:orientation?: string; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:orientation?: string; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:PreviewParams 方法 or 属性:roundScreen?: boolean; 访问级别:系统API |
类名:PreviewParams 方法 or 属性:roundScreen?: boolean; 访问级别:公开API |
common.d.ts |
访问级别有变化 | 类名:CommonShapeMethod 方法 or 属性:constructor(); 访问级别:公开API |
类名:CommonShapeMethod 方法 or 属性:constructor(); 访问级别:系统API |
common.d.ts |
访问级别有变化 | 类名:global 方法 or 属性:declare const FormComponent: FormComponentInterface; 访问级别:公开API |
类名:global 方法 or 属性:declare const FormComponent: FormComponentInterface; 访问级别:系统API |
form_component.d.ts |
访问级别有变化 | 类名:global 方法 or 属性:declare const FormComponentInstance: FormComponentAttribute; 访问级别:公开API |
类名:global 方法 or 属性:declare const FormComponentInstance: FormComponentAttribute; 访问级别:系统API |
form_component.d.ts |
废弃版本有变化 | 类名:AnimatorResult 方法 or 属性:update(options: AnimatorOptions): void; 废弃版本:N/A |
类名:AnimatorResult 方法 or 属性:update(options: AnimatorOptions): void; 废弃版本:9 代替接口:ohos.animator.reset |
@ohos.animator.d.ts |
废弃版本有变化 | 类名:Animator 方法 or 属性:static createAnimator(options: AnimatorOptions): AnimatorResult; 废弃版本:N/A |
类名:Animator 方法 or 属性:static createAnimator(options: AnimatorOptions): AnimatorResult; 废弃版本:9 代替接口:ohos.animator.create |
@ohos.animator.d.ts |
废弃版本有变化 | 类名:curves 方法 or 属性:function init(curve?: Curve): string; 废弃版本:N/A |
类名:curves 方法 or 属性:function init(curve?: Curve): string; 废弃版本:9 代替接口:initCurve |
@ohos.curves.d.ts |
废弃版本有变化 | 类名:curves 方法 or 属性:function steps(count: number, end: boolean): string; 废弃版本:N/A |
类名:curves 方法 or 属性:function steps(count: number, end: boolean): string; 废弃版本:9 代替接口:stepsCurve |
@ohos.curves.d.ts |
废弃版本有变化 | 类名:curves 方法 or 属性:function cubicBezier(x1: number, y1: number, x2: number, y2: number): string; 废弃版本:N/A |
类名:curves 方法 or 属性:function cubicBezier(x1: number, y1: number, x2: number, y2: number): string; 废弃版本:9 代替接口:cubicBezierCurve |
@ohos.curves.d.ts |
废弃版本有变化 | 类名:curves 方法 or 属性:function spring(velocity: number, mass: number, stiffness: number, damping: number): string; 废弃版本:N/A |
类名:curves 方法 or 属性:function spring(velocity: number, mass: number, stiffness: number, damping: number): string; 废弃版本:9 代替接口:springCurve |
@ohos.curves.d.ts |
废弃版本有变化 | 类名:prompt 废弃版本:N/A |
类名:prompt 废弃版本:9 代替接口:ohos.promptAction |
@ohos.prompt.d.ts |
废弃版本有变化 | 类名:router 方法 or 属性:function push(options: RouterOptions):void; 废弃版本:N/A |
类名:router 方法 or 属性:function push(options: RouterOptions):void; 废弃版本:9 代替接口:ohos.router.router |
@ohos.router.d.ts |
废弃版本有变化 | 类名:router 方法 or 属性:function replace(options: RouterOptions):void; 废弃版本:N/A |
类名:router 方法 or 属性:function replace(options: RouterOptions):void; 废弃版本:9 代替接口:ohos.router.router |
@ohos.router.d.ts |
废弃版本有变化 | 类名:router 方法 or 属性:function enableAlertBeforeBackPage(options: EnableAlertOptions):void; 废弃版本:N/A |
类名:router 方法 or 属性:function enableAlertBeforeBackPage(options: EnableAlertOptions):void; 废弃版本:9 代替接口:ohos.router.router |
@ohos.router.d.ts |
废弃版本有变化 | 类名:router 方法 or 属性:function disableAlertBeforeBackPage():void; 废弃版本:N/A |
类名:router 方法 or 属性:function disableAlertBeforeBackPage():void; 废弃版本:9 代替接口:ohos.router.router |
@ohos.router.d.ts |
废弃版本有变化 | 类名:CommonMethod 方法 or 属性:touchable(value: boolean): T; 废弃版本:N/A |
类名:CommonMethod 方法 or 属性:touchable(value: boolean): T; 废弃版本:9 代替接口:hitTestBehavior |
common.d.ts |
废弃版本有变化 | 类名:Edge 方法 or 属性:Center 废弃版本:N/A |
类名:Edge 方法 or 属性:Center 废弃版本:9 代替接口:N/A |
enums.d.ts |
废弃版本有变化 | 类名:Edge 方法 or 属性:Baseline 废弃版本:N/A |
类名:Edge 方法 or 属性:Baseline 废弃版本:9 代替接口:N/A |
enums.d.ts |
废弃版本有变化 | 类名:Edge 方法 or 属性:Middle 废弃版本:N/A |
类名:Edge 方法 or 属性:Middle 废弃版本:9 代替接口:N/A |
enums.d.ts |
废弃版本有变化 | 类名:GridItemAttribute 方法 or 属性:forceRebuild(value: boolean): GridItemAttribute; 废弃版本:N/A |
类名:GridItemAttribute 方法 or 属性:forceRebuild(value: boolean): GridItemAttribute; 废弃版本:9 代替接口:N/A |
gridItem.d.ts |
废弃版本有变化 | 类名:global 方法 or 属性:declare const GridContainer: GridContainerInterface 废弃版本:N/A |
类名:global 方法 or 属性:declare const GridContainer: GridContainerInterface 废弃版本:9 代替接口:grid_col/ |
grid_container.d.ts |
废弃版本有变化 | 类名:global 方法 or 属性:declare const GridContainerInstance: GridContainerAttribute; 废弃版本:N/A |
类名:global 方法 or 属性:declare const GridContainerInstance: GridContainerAttribute; 废弃版本:9 代替接口:grid_col/ |
grid_container.d.ts |
废弃版本有变化 | 类名:ImageAnimatorAttribute 方法 or 属性:preDecode(value: number): ImageAnimatorAttribute; 废弃版本:N/A |
类名:ImageAnimatorAttribute 方法 or 属性:preDecode(value: number): ImageAnimatorAttribute; 废弃版本:9 代替接口:N/A |
image_animator.d.ts |
废弃版本有变化 | 类名:ListAttribute 方法 or 属性:editMode(value: boolean): ListAttribute; 废弃版本:N/A |
类名:ListAttribute 方法 or 属性:editMode(value: boolean): ListAttribute; 废弃版本:9 代替接口:N/A |
list.d.ts |
废弃版本有变化 | 类名:ListAttribute 方法 or 属性:onItemDelete(event: (index: number) => boolean): ListAttribute; 废弃版本:N/A |
类名:ListAttribute 方法 or 属性:onItemDelete(event: (index: number) => boolean): ListAttribute; 废弃版本:9 代替接口:N/A |
list.d.ts |
废弃版本有变化 | 类名:EditMode 废弃版本:N/A |
类名:EditMode 废弃版本:9 代替接口:N/A |
list_item.d.ts |
废弃版本有变化 | 类名:ListItemAttribute 方法 or 属性:editable(value: boolean | EditMode): ListItemAttribute; 废弃版本:N/A |
类名:ListItemAttribute 方法 or 属性:editable(value: boolean | EditMode): ListItemAttribute; 废弃版本:9 代替接口:N/A |
list_item.d.ts |
废弃版本有变化 | 类名:NavigationAttribute 方法 or 属性:subTitle(value: string): NavigationAttribute; 废弃版本:N/A |
类名:NavigationAttribute 方法 or 属性:subTitle(value: string): NavigationAttribute; 废弃版本:9 代替接口:title |
navigation.d.ts |
废弃版本有变化 | 类名:global 方法 or 属性:declare const RectInStance: RectAttribute; 废弃版本:N/A |
类名:global 方法 or 属性:declare const RectInStance: RectAttribute; 废弃版本:9 代替接口:N/A |
rect.d.ts |
废弃版本有变化 | 类名:ScrollDirection 方法 or 属性:Free 废弃版本:N/A |
类名:ScrollDirection 方法 or 属性:Free 废弃版本:9 代替接口:N/A |
scroll.d.ts |
废弃版本有变化 | 类名:Scroller 方法 or 属性:scrollPage(value: { next: boolean; direction?: Axis }); 废弃版本:N/A |
类名:Scroller 方法 or 属性:scrollPage(value: { next: boolean; direction?: Axis }); 废弃版本:9 代替接口:N/A |
scroll.d.ts |
废弃版本有变化 | 类名:ScrollAttribute 方法 or 属性:onScrollEnd(event: () => void): ScrollAttribute; 废弃版本:N/A |
类名:ScrollAttribute 方法 or 属性:onScrollEnd(event: () => void): ScrollAttribute; 废弃版本:9 代替接口:scroll/Scroll |
scroll.d.ts |
废弃版本有变化 | 类名:SliderAttribute 方法 or 属性:minLabel(value: string): SliderAttribute; 废弃版本:N/A |
类名:SliderAttribute 方法 or 属性:minLabel(value: string): SliderAttribute; 废弃版本:9 代替接口:min |
slider.d.ts |
废弃版本有变化 | 类名:SliderAttribute 方法 or 属性:maxLabel(value: string): SliderAttribute; 废弃版本:N/A |
类名:SliderAttribute 方法 or 属性:maxLabel(value: string): SliderAttribute; 废弃版本:9 代替接口:max |
slider.d.ts |
废弃版本有变化 | 类名:ConsoleMessage 方法 or 属性:constructor(message: string, sourceId: string, lineNumber: number, messageLevel: MessageLevel); 废弃版本:N/A |
类名:ConsoleMessage 方法 or 属性:constructor(message: string, sourceId: string, lineNumber: number, messageLevel: MessageLevel); 废弃版本:9 代替接口:ohos.web.ConsoleMessage |
web.d.ts |
废弃版本有变化 | 类名:WebCookie 方法 or 属性:setCookie(); 废弃版本:N/A |
类名:WebCookie 方法 or 属性:setCookie(); 废弃版本:9 代替接口:ohos.web.webview.webview.WebCookieManager |
web.d.ts |
废弃版本有变化 | 类名:WebCookie 方法 or 属性:saveCookie(); 废弃版本:N/A |
类名:WebCookie 方法 or 属性:saveCookie(); 废弃版本:9 代替接口:ohos.web.webview.webview.WebCookieManager |
web.d.ts |
废弃版本有变化 | 类名:WebController 废弃版本:N/A |
类名:WebController 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:constructor(); 废弃版本:N/A |
类名:WebController 方法 or 属性:constructor(); 废弃版本:9 代替接口:N/A |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:onInactive(): void; 废弃版本:N/A |
类名:WebController 方法 or 属性:onInactive(): void; 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:onActive(): void; 废弃版本:N/A |
类名:WebController 方法 or 属性:onActive(): void; 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:zoom(factor: number): void; 废弃版本:N/A |
类名:WebController 方法 or 属性:zoom(factor: number): void; 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:clearHistory(): void; 废弃版本:N/A |
类名:WebController 方法 or 属性:clearHistory(): void; 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:runJavaScript(options: { script: string, callback?: (result: string) => void }); 废弃版本:N/A |
类名:WebController 方法 or 属性:runJavaScript(options: { script: string, callback?: (result: string) => void }); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:loadData(options: { data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string }); 废弃版本:N/A |
类名:WebController 方法 or 属性:loadData(options: { data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string }); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:loadUrl(options: { url: string | Resource, headers?: Array<Header> }); 废弃版本:N/A |
类名:WebController 方法 or 属性:loadUrl(options: { url: string | Resource, headers?: Array<Header> }); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:refresh(); 废弃版本:N/A |
类名:WebController 方法 or 属性:refresh(); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:stop(); 废弃版本:N/A |
类名:WebController 方法 or 属性:stop(); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:registerJavaScriptProxy(options: { object: object, name: string, methodList: Array<string> }); 废弃版本:N/A |
类名:WebController 方法 or 属性:registerJavaScriptProxy(options: { object: object, name: string, methodList: Array<string> }); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:deleteJavaScriptRegister(name: string); 废弃版本:N/A |
类名:WebController 方法 or 属性:deleteJavaScriptRegister(name: string); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:getHitTest(): HitTestType; 废弃版本:N/A |
类名:WebController 方法 or 属性:getHitTest(): HitTestType; 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:requestFocus(); 废弃版本:N/A |
类名:WebController 方法 or 属性:requestFocus(); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:accessBackward(): boolean; 废弃版本:N/A |
类名:WebController 方法 or 属性:accessBackward(): boolean; 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:accessForward(): boolean; 废弃版本:N/A |
类名:WebController 方法 or 属性:accessForward(): boolean; 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:accessStep(step: number): boolean; 废弃版本:N/A |
类名:WebController 方法 or 属性:accessStep(step: number): boolean; 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:backward(); 废弃版本:N/A |
类名:WebController 方法 or 属性:backward(); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebController 方法 or 属性:forward(); 废弃版本:N/A |
类名:WebController 方法 or 属性:forward(); 废弃版本:9 代替接口:ohos.web.webview.webview.WebviewController |
web.d.ts |
废弃版本有变化 | 类名:WebAttribute 方法 or 属性:textZoomAtio(textZoomAtio: number): WebAttribute; 废弃版本:N/A |
类名:WebAttribute 方法 or 属性:textZoomAtio(textZoomAtio: number): WebAttribute; 废弃版本:9 代替接口:ohos.web.WebAttribute |
web.d.ts |
废弃版本有变化 | 类名:WebAttribute 方法 or 属性:onSslErrorReceive(callback: (event?: { handler: Function, error: object }) => void): WebAttribute; 废弃版本:N/A |
类名:WebAttribute 方法 or 属性:onSslErrorReceive(callback: (event?: { handler: Function, error: object }) => void): WebAttribute; 废弃版本:9 代替接口:ohos.web.WebAttribute |
web.d.ts |
废弃版本有变化 | 类名:WebAttribute 方法 or 属性:onRenderExited(callback: (event?: { detail: object }) => boolean): WebAttribute; 废弃版本:N/A |
类名:WebAttribute 方法 or 属性:onRenderExited(callback: (event?: { detail: object }) => boolean): WebAttribute; 废弃版本:9 代替接口:ohos.web.WebAttribute |
web.d.ts |
废弃版本有变化 | 类名:WebAttribute 方法 or 属性:onFileSelectorShow(callback: (event?: { callback: Function, fileSelector: object }) => void): WebAttribute; 废弃版本:N/A |
类名:WebAttribute 方法 or 属性:onFileSelectorShow(callback: (event?: { callback: Function, fileSelector: object }) => void): WebAttribute; 废弃版本:9 代替接口:ohos.web.WebAttribute |
web.d.ts |
起始版本有变化 | 类名:console 起始版本:7 |
类名:console 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名:console 方法 or 属性:static debug(message: string, ...arguments: any[]): void; 起始版本:7 |
类名:console 方法 or 属性:static debug(message: string, ...arguments: any[]): void; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名:console 方法 or 属性:static log(message: string, ...arguments: any[]): void; 起始版本:7 |
类名:console 方法 or 属性:static log(message: string, ...arguments: any[]): void; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名:console 方法 or 属性:static info(message: string, ...arguments: any[]): void; 起始版本:7 |
类名:console 方法 or 属性:static info(message: string, ...arguments: any[]): void; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名:console 方法 or 属性:static warn(message: string, ...arguments: any[]): void; 起始版本:7 |
类名:console 方法 or 属性:static warn(message: string, ...arguments: any[]): void; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名:console 方法 or 属性:static error(message: string, ...arguments: any[]): void; 起始版本:7 |
类名:console 方法 or 属性:static error(message: string, ...arguments: any[]): void; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名: 方法 or 属性: function getInspectorByKey(id: string): string; 起始版本:8 |
类名: 方法 or 属性: function getInspectorByKey(id: string): string; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名: 方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean; 起始版本:8 |
类名: 方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名: 方法 or 属性: function sendTouchEvent(event: TouchObject): boolean; 起始版本:8 |
类名: 方法 or 属性: function sendTouchEvent(event: TouchObject): boolean; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名: 方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean; 起始版本:8 |
类名: 方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名: 方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean; 起始版本:8 |
类名: 方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean; 起始版本:9 |
global.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const AlphabetIndexer: AlphabetIndexerInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const AlphabetIndexer: AlphabetIndexerInterface; 起始版本:7 |
alphabet_indexer.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const AlphabetIndexerInstance: AlphabetIndexerAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const AlphabetIndexerInstance: AlphabetIndexerAttribute; 起始版本:7 |
alphabet_indexer.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Animator: AnimatorInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Animator: AnimatorInterface; 起始版本:7 |
animator.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const AnimatorInstance: AnimatorAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const AnimatorInstance: AnimatorAttribute; 起始版本:7 |
animator.d.ts |
起始版本有变化 | 类名:BadgePosition 起始版本:7 |
类名:BadgePosition 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgePosition 方法 or 属性:RightTop 起始版本:7 |
类名:BadgePosition 方法 or 属性:RightTop 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgePosition 方法 or 属性:Right 起始版本:7 |
类名:BadgePosition 方法 or 属性:Right 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgePosition 方法 or 属性:Left 起始版本:7 |
类名:BadgePosition 方法 or 属性:Left 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeStyle 起始版本:7 |
类名:BadgeStyle 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeStyle 方法 or 属性:color?: ResourceColor; 起始版本:7 |
类名:BadgeStyle 方法 or 属性:color?: ResourceColor; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeStyle 方法 or 属性:fontSize?: number | string; 起始版本:7 |
类名:BadgeStyle 方法 or 属性:fontSize?: number | string; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeStyle 方法 or 属性:badgeSize?: number | string; 起始版本:7 |
类名:BadgeStyle 方法 or 属性:badgeSize?: number | string; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeStyle 方法 or 属性:badgeColor?: ResourceColor; 起始版本:7 |
类名:BadgeStyle 方法 or 属性:badgeColor?: ResourceColor; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeParam 起始版本:7 |
类名:BadgeParam 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeParam 方法 or 属性:position?: BadgePosition; 起始版本:7 |
类名:BadgeParam 方法 or 属性:position?: BadgePosition; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeParam 方法 or 属性:style: BadgeStyle; 起始版本:7 |
类名:BadgeParam 方法 or 属性:style: BadgeStyle; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeParamWithNumber 起始版本:7 |
类名:BadgeParamWithNumber 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeParamWithNumber 方法 or 属性:count: number; 起始版本:7 |
类名:BadgeParamWithNumber 方法 or 属性:count: number; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeParamWithNumber 方法 or 属性:maxCount?: number; 起始版本:7 |
类名:BadgeParamWithNumber 方法 or 属性:maxCount?: number; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeParamWithString 起始版本:7 |
类名:BadgeParamWithString 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeParamWithString 方法 or 属性:value: string; 起始版本:7 |
类名:BadgeParamWithString 方法 or 属性:value: string; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeInterface 起始版本:7 |
类名:BadgeInterface 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeInterface 方法 or 属性:(value: BadgeParamWithNumber): BadgeAttribute; 起始版本:7 |
类名:BadgeInterface 方法 or 属性:(value: BadgeParamWithNumber): BadgeAttribute; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeInterface 方法 or 属性:(value: BadgeParamWithString): BadgeAttribute; 起始版本:7 |
类名:BadgeInterface 方法 or 属性:(value: BadgeParamWithString): BadgeAttribute; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BadgeAttribute 起始版本:7 |
类名:BadgeAttribute 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Badge: BadgeInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Badge: BadgeInterface; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const BadgeInstance: BadgeAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const BadgeInstance: BadgeAttribute; 起始版本:9 |
badge.d.ts |
起始版本有变化 | 类名:BlankInterface 起始版本:7 |
类名:BlankInterface 起始版本:9 |
blank.d.ts |
起始版本有变化 | 类名:BlankInterface 方法 or 属性:(min?: number | string): BlankAttribute; 起始版本:7 |
类名:BlankInterface 方法 or 属性:(min?: number | string): BlankAttribute; 起始版本:9 |
blank.d.ts |
起始版本有变化 | 类名:BlankAttribute 起始版本:7 |
类名:BlankAttribute 起始版本:9 |
blank.d.ts |
起始版本有变化 | 类名:BlankAttribute 方法 or 属性:color(value: ResourceColor): BlankAttribute; 起始版本:7 |
类名:BlankAttribute 方法 or 属性:color(value: ResourceColor): BlankAttribute; 起始版本:9 |
blank.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Blank: BlankInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Blank: BlankInterface; 起始版本:9 |
blank.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const BlankInstance: BlankAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const BlankInstance: BlankAttribute; 起始版本:9 |
blank.d.ts |
起始版本有变化 | 类名:ButtonType 起始版本:7 |
类名:ButtonType 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonType 方法 or 属性:Capsule 起始版本:7 |
类名:ButtonType 方法 or 属性:Capsule 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonType 方法 or 属性:Circle 起始版本:7 |
类名:ButtonType 方法 or 属性:Circle 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonType 方法 or 属性:Normal 起始版本:7 |
类名:ButtonType 方法 or 属性:Normal 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonOptions 起始版本:7 |
类名:ButtonOptions 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonOptions 方法 or 属性:type?: ButtonType; 起始版本:7 |
类名:ButtonOptions 方法 or 属性:type?: ButtonType; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonOptions 方法 or 属性:stateEffect?: boolean; 起始版本:7 |
类名:ButtonOptions 方法 or 属性:stateEffect?: boolean; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonInterface 起始版本:7 |
类名:ButtonInterface 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonInterface 方法 or 属性:(): ButtonAttribute; 起始版本:7 |
类名:ButtonInterface 方法 or 属性:(): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonInterface 方法 or 属性:(options: ButtonOptions): ButtonAttribute; 起始版本:7 |
类名:ButtonInterface 方法 or 属性:(options: ButtonOptions): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonInterface 方法 or 属性:(label: ResourceStr, options?: ButtonOptions): ButtonAttribute; 起始版本:7 |
类名:ButtonInterface 方法 or 属性:(label: ResourceStr, options?: ButtonOptions): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonAttribute 起始版本:7 |
类名:ButtonAttribute 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonAttribute 方法 or 属性:type(value: ButtonType): ButtonAttribute; 起始版本:7 |
类名:ButtonAttribute 方法 or 属性:type(value: ButtonType): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonAttribute 方法 or 属性:stateEffect(value: boolean): ButtonAttribute; 起始版本:7 |
类名:ButtonAttribute 方法 or 属性:stateEffect(value: boolean): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonAttribute 方法 or 属性:fontColor(value: ResourceColor): ButtonAttribute; 起始版本:7 |
类名:ButtonAttribute 方法 or 属性:fontColor(value: ResourceColor): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonAttribute 方法 or 属性:fontSize(value: Length): ButtonAttribute; 起始版本:7 |
类名:ButtonAttribute 方法 or 属性:fontSize(value: Length): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonAttribute 方法 or 属性:fontWeight(value: number | FontWeight | string): ButtonAttribute; 起始版本:7 |
类名:ButtonAttribute 方法 or 属性:fontWeight(value: number | FontWeight | string): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonAttribute 方法 or 属性:fontStyle(value: FontStyle): ButtonAttribute; 起始版本:8 |
类名:ButtonAttribute 方法 or 属性:fontStyle(value: FontStyle): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:ButtonAttribute 方法 or 属性:fontFamily(value: string | Resource): ButtonAttribute; 起始版本:8 |
类名:ButtonAttribute 方法 or 属性:fontFamily(value: string | Resource): ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Button: ButtonInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Button: ButtonInterface; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ButtonInstance: ButtonAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ButtonInstance: ButtonAttribute; 起始版本:9 |
button.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Calendar: CalendarInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Calendar: CalendarInterface; 起始版本:7 |
calendar.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const CalendarInstance: CalendarAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const CalendarInstance: CalendarAttribute; 起始版本:7 |
calendar.d.ts |
起始版本有变化 | 类名:CanvasGradient 起始版本:8 |
类名:CanvasGradient 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasGradient 方法 or 属性:addColorStop(offset: number, color: string): void; 起始版本:8 |
类名:CanvasGradient 方法 or 属性:addColorStop(offset: number, color: string): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 起始版本:8 |
类名:CanvasPath 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:closePath(): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:closePath(): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:ellipse( x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: number, endAngle: number, counterclockwise?: boolean, ): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:ellipse( x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: number, endAngle: number, counterclockwise?: boolean, ): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:lineTo(x: number, y: number): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:lineTo(x: number, y: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:moveTo(x: number, y: number): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:moveTo(x: number, y: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasPath 方法 or 属性:rect(x: number, y: number, w: number, h: number): void; 起始版本:8 |
类名:CanvasPath 方法 or 属性:rect(x: number, y: number, w: number, h: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:Path2D 起始版本:8 |
类名:Path2D 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:Path2D 方法 or 属性:addPath(path: Path2D, transform?: Matrix2D): void; 起始版本:8 |
类名:Path2D 方法 or 属性:addPath(path: Path2D, transform?: Matrix2D): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:Path2D 方法 or 属性:constructor(); 起始版本:8 |
类名:Path2D 方法 or 属性:constructor(); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:Path2D 方法 or 属性:constructor(path: Path2D); 起始版本:8 |
类名:Path2D 方法 or 属性:constructor(path: Path2D); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:Path2D 方法 or 属性:constructor(d: string); 起始版本:8 |
类名:Path2D 方法 or 属性:constructor(d: string); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 起始版本:8 |
类名:TextMetrics 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly actualBoundingBoxAscent: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly actualBoundingBoxAscent: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly actualBoundingBoxDescent: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly actualBoundingBoxDescent: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly actualBoundingBoxLeft: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly actualBoundingBoxLeft: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly actualBoundingBoxRight: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly actualBoundingBoxRight: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly alphabeticBaseline: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly alphabeticBaseline: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly emHeightAscent: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly emHeightAscent: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly emHeightDescent: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly emHeightDescent: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly fontBoundingBoxAscent: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly fontBoundingBoxAscent: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly fontBoundingBoxDescent: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly fontBoundingBoxDescent: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly hangingBaseline: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly hangingBaseline: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly ideographicBaseline: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly ideographicBaseline: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly width: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly width: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:TextMetrics 方法 or 属性:readonly height: number; 起始版本:8 |
类名:TextMetrics 方法 or 属性:readonly height: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageBitmap 起始版本:8 |
类名:ImageBitmap 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageBitmap 方法 or 属性:readonly height: number; 起始版本:8 |
类名:ImageBitmap 方法 or 属性:readonly height: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageBitmap 方法 or 属性:readonly width: number; 起始版本:8 |
类名:ImageBitmap 方法 or 属性:readonly width: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageBitmap 方法 or 属性:close(): void; 起始版本:8 |
类名:ImageBitmap 方法 or 属性:close(): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageBitmap 方法 or 属性:constructor(src: string); 起始版本:8 |
类名:ImageBitmap 方法 or 属性:constructor(src: string); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageData 起始版本:8 |
类名:ImageData 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageData 方法 or 属性:readonly data: Uint8ClampedArray; 起始版本:8 |
类名:ImageData 方法 or 属性:readonly data: Uint8ClampedArray; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageData 方法 or 属性:readonly height: number; 起始版本:8 |
类名:ImageData 方法 or 属性:readonly height: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageData 方法 or 属性:readonly width: number; 起始版本:8 |
类名:ImageData 方法 or 属性:readonly width: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:ImageData 方法 or 属性:constructor(width: number, height: number, data?: Uint8ClampedArray); 起始版本:8 |
类名:ImageData 方法 or 属性:constructor(width: number, height: number, data?: Uint8ClampedArray); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:RenderingContextSettings 起始版本:8 |
类名:RenderingContextSettings 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:RenderingContextSettings 方法 or 属性:antialias?: boolean; 起始版本:8 |
类名:RenderingContextSettings 方法 or 属性:antialias?: boolean; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:RenderingContextSettings 方法 or 属性:constructor(antialias?: boolean); 起始版本:8 |
类名:RenderingContextSettings 方法 or 属性:constructor(antialias?: boolean); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 起始版本:8 |
类名:CanvasRenderer 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:globalAlpha: number; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:globalAlpha: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:globalCompositeOperation: string; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:globalCompositeOperation: string; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number, dw: number, dh: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number, dw: number, dh: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:drawImage( image: ImageBitmap | PixelMap, sx: number, sy: number, sw: number, sh: number, dx: number, dy: number, dw: number, dh: number, ): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:drawImage( image: ImageBitmap | PixelMap, sx: number, sy: number, sw: number, sh: number, dx: number, dy: number, dw: number, dh: number, ): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:beginPath(): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:beginPath(): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:clip(fillRule?: CanvasFillRule): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:clip(fillRule?: CanvasFillRule): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:clip(path: Path2D, fillRule?: CanvasFillRule): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:clip(path: Path2D, fillRule?: CanvasFillRule): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:fill(fillRule?: CanvasFillRule): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:fill(fillRule?: CanvasFillRule): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:fill(path: Path2D, fillRule?: CanvasFillRule): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:fill(path: Path2D, fillRule?: CanvasFillRule): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:stroke(): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:stroke(): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:stroke(path: Path2D): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:stroke(path: Path2D): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:fillStyle: string | CanvasGradient | CanvasPattern; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:fillStyle: string | CanvasGradient | CanvasPattern; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:strokeStyle: string | CanvasGradient | CanvasPattern; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:strokeStyle: string | CanvasGradient | CanvasPattern; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:createPattern(image: ImageBitmap, repetition: string | null): CanvasPattern | null; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:createPattern(image: ImageBitmap, repetition: string | null): CanvasPattern | null; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:createImageData(sw: number, sh: number): ImageData; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:createImageData(sw: number, sh: number): ImageData; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:createImageData(imagedata: ImageData): ImageData; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:createImageData(imagedata: ImageData): ImageData; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:getImageData(sx: number, sy: number, sw: number, sh: number): ImageData; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:getImageData(sx: number, sy: number, sw: number, sh: number): ImageData; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:putImageData(imagedata: ImageData, dx: number, dy: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:putImageData(imagedata: ImageData, dx: number, dy: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:putImageData( imagedata: ImageData, dx: number, dy: number, dirtyX: number, dirtyY: number, dirtyWidth: number, dirtyHeight: number, ): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:putImageData( imagedata: ImageData, dx: number, dy: number, dirtyX: number, dirtyY: number, dirtyWidth: number, dirtyHeight: number, ): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:imageSmoothingEnabled: boolean; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:imageSmoothingEnabled: boolean; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:lineCap: CanvasLineCap; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:lineCap: CanvasLineCap; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:lineDashOffset: number; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:lineDashOffset: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:lineJoin: CanvasLineJoin; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:lineJoin: CanvasLineJoin; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:lineWidth: number; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:lineWidth: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:miterLimit: number; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:miterLimit: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:getLineDash(): number[]; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:getLineDash(): number[]; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:setLineDash(segments: number[]): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:setLineDash(segments: number[]): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:clearRect(x: number, y: number, w: number, h: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:clearRect(x: number, y: number, w: number, h: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:fillRect(x: number, y: number, w: number, h: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:fillRect(x: number, y: number, w: number, h: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:strokeRect(x: number, y: number, w: number, h: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:strokeRect(x: number, y: number, w: number, h: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:shadowBlur: number; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:shadowBlur: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:shadowColor: string; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:shadowColor: string; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:shadowOffsetX: number; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:shadowOffsetX: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:shadowOffsetY: number; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:shadowOffsetY: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:restore(): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:restore(): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:save(): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:save(): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:fillText(text: string, x: number, y: number, maxWidth?: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:fillText(text: string, x: number, y: number, maxWidth?: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:measureText(text: string): TextMetrics; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:measureText(text: string): TextMetrics; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:strokeText(text: string, x: number, y: number, maxWidth?: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:strokeText(text: string, x: number, y: number, maxWidth?: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:font: string; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:font: string; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:textAlign: CanvasTextAlign; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:textAlign: CanvasTextAlign; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:textBaseline: CanvasTextBaseline; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:textBaseline: CanvasTextBaseline; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:getTransform(): Matrix2D; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:getTransform(): Matrix2D; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:resetTransform(): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:resetTransform(): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:rotate(angle: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:rotate(angle: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:scale(x: number, y: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:scale(x: number, y: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:setTransform(transform?: Matrix2D): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:setTransform(transform?: Matrix2D): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:transform(a: number, b: number, c: number, d: number, e: number, f: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:transform(a: number, b: number, c: number, d: number, e: number, f: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:translate(x: number, y: number): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:translate(x: number, y: number): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderer 方法 or 属性:transferFromImageBitmap(bitmap: ImageBitmap): void; 起始版本:8 |
类名:CanvasRenderer 方法 or 属性:transferFromImageBitmap(bitmap: ImageBitmap): void; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderingContext2D 起始版本:8 |
类名:CanvasRenderingContext2D 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderingContext2D 方法 or 属性:readonly height: number; 起始版本:8 |
类名:CanvasRenderingContext2D 方法 or 属性:readonly height: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderingContext2D 方法 or 属性:readonly width: number; 起始版本:8 |
类名:CanvasRenderingContext2D 方法 or 属性:readonly width: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderingContext2D 方法 or 属性:toDataURL(type?: string, quality?: any): string; 起始版本:8 |
类名:CanvasRenderingContext2D 方法 or 属性:toDataURL(type?: string, quality?: any): string; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasRenderingContext2D 方法 or 属性:constructor(settings?: RenderingContextSettings); 起始版本:8 |
类名:CanvasRenderingContext2D 方法 or 属性:constructor(settings?: RenderingContextSettings); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvasRenderingContext2D 起始版本:8 |
类名:OffscreenCanvasRenderingContext2D 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvasRenderingContext2D 方法 or 属性:toDataURL(type?: string, quality?: any): string; 起始版本:8 |
类名:OffscreenCanvasRenderingContext2D 方法 or 属性:toDataURL(type?: string, quality?: any): string; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvasRenderingContext2D 方法 or 属性:transferToImageBitmap(): ImageBitmap; 起始版本:8 |
类名:OffscreenCanvasRenderingContext2D 方法 or 属性:transferToImageBitmap(): ImageBitmap; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvasRenderingContext2D 方法 or 属性:constructor(width: number, height: number, settings?: RenderingContextSettings); 起始版本:8 |
类名:OffscreenCanvasRenderingContext2D 方法 or 属性:constructor(width: number, height: number, settings?: RenderingContextSettings); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvas 起始版本:8 |
类名:OffscreenCanvas 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvas 方法 or 属性:height: number; 起始版本:8 |
类名:OffscreenCanvas 方法 or 属性:height: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvas 方法 or 属性:width: number; 起始版本:8 |
类名:OffscreenCanvas 方法 or 属性:width: number; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvas 方法 or 属性:transferToImageBitmap(): ImageBitmap; 起始版本:8 |
类名:OffscreenCanvas 方法 or 属性:transferToImageBitmap(): ImageBitmap; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:OffscreenCanvas 方法 or 属性:constructor(width: number, height: number); 起始版本:8 |
类名:OffscreenCanvas 方法 or 属性:constructor(width: number, height: number); 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasInterface 起始版本:8 |
类名:CanvasInterface 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasInterface 方法 or 属性:(context?: CanvasRenderingContext2D): CanvasAttribute; 起始版本:8 |
类名:CanvasInterface 方法 or 属性:(context?: CanvasRenderingContext2D): CanvasAttribute; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CanvasAttribute 方法 or 属性:onReady(event: () => void): CanvasAttribute; 起始版本:8 |
类名:CanvasAttribute 方法 or 属性:onReady(event: () => void): CanvasAttribute; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Canvas: CanvasInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Canvas: CanvasInterface; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const CanvasInstance: CanvasAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const CanvasInstance: CanvasAttribute; 起始版本:9 |
canvas.d.ts |
起始版本有变化 | 类名:CheckboxOptions 起始版本:8 |
类名:CheckboxOptions 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:CheckboxOptions 方法 or 属性:name?: string; 起始版本:8 |
类名:CheckboxOptions 方法 or 属性:name?: string; 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:CheckboxOptions 方法 or 属性:group?: string; 起始版本:8 |
类名:CheckboxOptions 方法 or 属性:group?: string; 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:CheckboxInterface 起始版本:8 |
类名:CheckboxInterface 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:CheckboxInterface 方法 or 属性:(options?: CheckboxOptions): CheckboxAttribute; 起始版本:8 |
类名:CheckboxInterface 方法 or 属性:(options?: CheckboxOptions): CheckboxAttribute; 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:CheckboxAttribute 起始版本:8 |
类名:CheckboxAttribute 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:CheckboxAttribute 方法 or 属性:select(value: boolean): CheckboxAttribute; 起始版本:8 |
类名:CheckboxAttribute 方法 or 属性:select(value: boolean): CheckboxAttribute; 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:CheckboxAttribute 方法 or 属性:selectedColor(value: ResourceColor): CheckboxAttribute; 起始版本:8 |
类名:CheckboxAttribute 方法 or 属性:selectedColor(value: ResourceColor): CheckboxAttribute; 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:CheckboxAttribute 方法 or 属性:onChange(callback: (value: boolean) => void): CheckboxAttribute; 起始版本:8 |
类名:CheckboxAttribute 方法 or 属性:onChange(callback: (value: boolean) => void): CheckboxAttribute; 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Checkbox: CheckboxInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Checkbox: CheckboxInterface; 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const CheckboxInstance: CheckboxAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const CheckboxInstance: CheckboxAttribute; 起始版本:9 |
checkbox.d.ts |
起始版本有变化 | 类名:SelectStatus 起始版本:8 |
类名:SelectStatus 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:SelectStatus 方法 or 属性:All 起始版本:8 |
类名:SelectStatus 方法 or 属性:All 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:SelectStatus 方法 or 属性:Part 起始版本:8 |
类名:SelectStatus 方法 or 属性:Part 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:SelectStatus 方法 or 属性:None 起始版本:8 |
类名:SelectStatus 方法 or 属性:None 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupOptions 起始版本:8 |
类名:CheckboxGroupOptions 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupOptions 方法 or 属性:group?: string; 起始版本:8 |
类名:CheckboxGroupOptions 方法 or 属性:group?: string; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupResult 起始版本:8 |
类名:CheckboxGroupResult 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupResult 方法 or 属性:name: Array<string>; 起始版本:8 |
类名:CheckboxGroupResult 方法 or 属性:name: Array<string>; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupResult 方法 or 属性:status: SelectStatus; 起始版本:8 |
类名:CheckboxGroupResult 方法 or 属性:status: SelectStatus; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupInterface 起始版本:8 |
类名:CheckboxGroupInterface 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupInterface 方法 or 属性:(options?: CheckboxGroupOptions): CheckboxGroupAttribute; 起始版本:8 |
类名:CheckboxGroupInterface 方法 or 属性:(options?: CheckboxGroupOptions): CheckboxGroupAttribute; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupAttribute 起始版本:8 |
类名:CheckboxGroupAttribute 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupAttribute 方法 or 属性:selectAll(value: boolean): CheckboxGroupAttribute; 起始版本:8 |
类名:CheckboxGroupAttribute 方法 or 属性:selectAll(value: boolean): CheckboxGroupAttribute; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupAttribute 方法 or 属性:selectedColor(value: ResourceColor): CheckboxGroupAttribute; 起始版本:8 |
类名:CheckboxGroupAttribute 方法 or 属性:selectedColor(value: ResourceColor): CheckboxGroupAttribute; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CheckboxGroupAttribute 方法 or 属性:onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute; 起始版本:8 |
类名:CheckboxGroupAttribute 方法 or 属性:onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const CheckboxGroup: CheckboxGroupInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const CheckboxGroup: CheckboxGroupInterface; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const CheckboxGroupInstance: CheckboxGroupAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const CheckboxGroupInstance: CheckboxGroupAttribute; 起始版本:9 |
checkboxgroup.d.ts |
起始版本有变化 | 类名:CircleOptions 起始版本:7 |
类名:CircleOptions 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:CircleOptions 方法 or 属性:width?: string | number; 起始版本:7 |
类名:CircleOptions 方法 or 属性:width?: string | number; 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:CircleOptions 方法 or 属性:height?: string | number; 起始版本:7 |
类名:CircleOptions 方法 or 属性:height?: string | number; 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:CircleInterface 起始版本:7 |
类名:CircleInterface 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:CircleInterface 方法 or 属性:new (value?: CircleOptions): CircleAttribute; 起始版本:7 |
类名:CircleInterface 方法 or 属性:new (value?: CircleOptions): CircleAttribute; 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:CircleInterface 方法 or 属性:(value?: CircleOptions): CircleAttribute; 起始版本:7 |
类名:CircleInterface 方法 or 属性:(value?: CircleOptions): CircleAttribute; 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:CircleAttribute 起始版本:7 |
类名:CircleAttribute 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Circle: CircleInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Circle: CircleInterface; 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const CircleInstance: CircleAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const CircleInstance: CircleAttribute; 起始版本:9 |
circle.d.ts |
起始版本有变化 | 类名:ColumnInterface 起始版本:7 |
类名:ColumnInterface 起始版本:9 |
column.d.ts |
起始版本有变化 | 类名:ColumnInterface 方法 or 属性:(value?: { space?: string | number }): ColumnAttribute; 起始版本:7 |
类名:ColumnInterface 方法 or 属性:(value?: { space?: string | number }): ColumnAttribute; 起始版本:9 |
column.d.ts |
起始版本有变化 | 类名:ColumnAttribute 起始版本:7 |
类名:ColumnAttribute 起始版本:9 |
column.d.ts |
起始版本有变化 | 类名:ColumnAttribute 方法 or 属性:alignItems(value: HorizontalAlign): ColumnAttribute; 起始版本:7 |
类名:ColumnAttribute 方法 or 属性:alignItems(value: HorizontalAlign): ColumnAttribute; 起始版本:9 |
column.d.ts |
起始版本有变化 | 类名:ColumnAttribute 方法 or 属性:justifyContent(value: FlexAlign): ColumnAttribute; 起始版本:8 |
类名:ColumnAttribute 方法 or 属性:justifyContent(value: FlexAlign): ColumnAttribute; 起始版本:9 |
column.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Column: ColumnInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Column: ColumnInterface; 起始版本:9 |
column.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ColumnInstance: ColumnAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ColumnInstance: ColumnAttribute; 起始版本:9 |
column.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ColumnSplitInstance: ColumnSplitAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ColumnSplitInstance: ColumnSplitAttribute; 起始版本:7 |
column_split.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ColumnSplit: ColumnSplitInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const ColumnSplit: ColumnSplitInterface; 起始版本:7 |
column_split.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Component: ClassDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const Component: ClassDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Observed: ClassDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const Observed: ClassDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator); 起始版本:7 |
类名:global 方法 or 属性:declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator); 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const BuilderParam: PropertyDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const BuilderParam: PropertyDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const State: PropertyDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const State: PropertyDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Prop: PropertyDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const Prop: PropertyDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Link: PropertyDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const Link: PropertyDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ObjectLink: PropertyDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const ObjectLink: PropertyDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Provide: PropertyDecorator & ((value: string) => PropertyDecorator); 起始版本:7 |
类名:global 方法 or 属性:declare const Provide: PropertyDecorator & ((value: string) => PropertyDecorator); 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Consume: PropertyDecorator & ((value: string) => PropertyDecorator); 起始版本:7 |
类名:global 方法 or 属性:declare const Consume: PropertyDecorator & ((value: string) => PropertyDecorator); 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Watch: (value: string) => PropertyDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const Watch: (value: string) => PropertyDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Builder: MethodDecorator; 起始版本:7 |
类名:global 方法 or 属性:declare const Builder: MethodDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Styles: MethodDecorator; 起始版本:8 |
类名:global 方法 or 属性:declare const Styles: MethodDecorator; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Extend: MethodDecorator & ((value: any) => MethodDecorator); 起始版本:7 |
类名:global 方法 or 属性:declare const Extend: MethodDecorator & ((value: any) => MethodDecorator); 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:Configuration 起始版本:7 |
类名:Configuration 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:Configuration 方法 or 属性:readonly colorMode: string; 起始版本:7 |
类名:Configuration 方法 or 属性:readonly colorMode: string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:Configuration 方法 or 属性:readonly fontScale: number; 起始版本:7 |
类名:Configuration 方法 or 属性:readonly fontScale: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:Rectangle 起始版本:8 |
类名:Rectangle 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:Rectangle 方法 or 属性:x?: Length; 起始版本:8 |
类名:Rectangle 方法 or 属性:x?: Length; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:Rectangle 方法 or 属性:y?: Length; 起始版本:8 |
类名:Rectangle 方法 or 属性:y?: Length; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:Rectangle 方法 or 属性:width?: Length; 起始版本:8 |
类名:Rectangle 方法 or 属性:width?: Length; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:Rectangle 方法 or 属性:height?: Length; 起始版本:8 |
类名:Rectangle 方法 or 属性:height?: Length; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function $r(value: string, ...params: any[]): Resource; 起始版本:7 |
类名: 方法 or 属性:function $r(value: string, ...params: any[]): Resource; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function $rawfile(value: string): Resource; 起始版本:7 |
类名: 方法 or 属性:function $rawfile(value: string): Resource; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:AnimateParam 起始版本:7 |
类名:AnimateParam 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:AnimateParam 方法 or 属性:duration?: number; 起始版本:7 |
类名:AnimateParam 方法 or 属性:duration?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:AnimateParam 方法 or 属性:playMode?: PlayMode; 起始版本:7 |
类名:AnimateParam 方法 or 属性:playMode?: PlayMode; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:AnimateParam 方法 or 属性:onFinish?: () => void; 起始版本:7 |
类名:AnimateParam 方法 or 属性:onFinish?: () => void; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TranslateOptions 起始版本:7 |
类名:TranslateOptions 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TranslateOptions 方法 or 属性:x?: number | string; 起始版本:7 |
类名:TranslateOptions 方法 or 属性:x?: number | string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TranslateOptions 方法 or 属性:y?: number | string; 起始版本:7 |
类名:TranslateOptions 方法 or 属性:y?: number | string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TranslateOptions 方法 or 属性:z?: number | string; 起始版本:7 |
类名:TranslateOptions 方法 or 属性:z?: number | string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ScaleOptions 起始版本:7 |
类名:ScaleOptions 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ScaleOptions 方法 or 属性:x?: number; 起始版本:7 |
类名:ScaleOptions 方法 or 属性:x?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ScaleOptions 方法 or 属性:y?: number; 起始版本:7 |
类名:ScaleOptions 方法 or 属性:y?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ScaleOptions 方法 or 属性:z?: number; 起始版本:7 |
类名:ScaleOptions 方法 or 属性:z?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ScaleOptions 方法 or 属性:centerX?: number | string; 起始版本:7 |
类名:ScaleOptions 方法 or 属性:centerX?: number | string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ScaleOptions 方法 or 属性:centerY?: number | string; 起始版本:7 |
类名:ScaleOptions 方法 or 属性:centerY?: number | string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:RotateOptions 方法 or 属性:x?: number; 起始版本:7 |
类名:RotateOptions 方法 or 属性:x?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:RotateOptions 方法 or 属性:y?: number; 起始版本:7 |
类名:RotateOptions 方法 or 属性:y?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:RotateOptions 方法 or 属性:z?: number; 起始版本:7 |
类名:RotateOptions 方法 or 属性:z?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:RotateOptions 方法 or 属性:centerX?: number | string; 起始版本:7 |
类名:RotateOptions 方法 or 属性:centerX?: number | string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:RotateOptions 方法 or 属性:centerY?: number | string; 起始版本:7 |
类名:RotateOptions 方法 or 属性:centerY?: number | string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:RotateOptions 方法 or 属性:angle: number | string; 起始版本:7 |
类名:RotateOptions 方法 or 属性:angle: number | string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TransitionOptions 起始版本:7 |
类名:TransitionOptions 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TransitionOptions 方法 or 属性:type?: TransitionType; 起始版本:7 |
类名:TransitionOptions 方法 or 属性:type?: TransitionType; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TransitionOptions 方法 or 属性:opacity?: number; 起始版本:7 |
类名:TransitionOptions 方法 or 属性:opacity?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TransitionOptions 方法 or 属性:translate?: TranslateOptions; 起始版本:7 |
类名:TransitionOptions 方法 or 属性:translate?: TranslateOptions; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TransitionOptions 方法 or 属性:scale?: ScaleOptions; 起始版本:7 |
类名:TransitionOptions 方法 or 属性:scale?: ScaleOptions; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:TransitionOptions 方法 or 属性:rotate?: RotateOptions; 起始版本:7 |
类名:TransitionOptions 方法 or 属性:rotate?: RotateOptions; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 起始版本:8 |
类名:PreviewParams 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:title?: string; 起始版本:8 |
类名:PreviewParams 方法 or 属性:title?: string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:width?: number; 起始版本:8 |
类名:PreviewParams 方法 or 属性:width?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:height?: number; 起始版本:8 |
类名:PreviewParams 方法 or 属性:height?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:locale?: string; 起始版本:8 |
类名:PreviewParams 方法 or 属性:locale?: string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:colorMode?: string; 起始版本:8 |
类名:PreviewParams 方法 or 属性:colorMode?: string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:deviceType?: string; 起始版本:8 |
类名:PreviewParams 方法 or 属性:deviceType?: string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:dpi?: number; 起始版本:8 |
类名:PreviewParams 方法 or 属性:dpi?: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:orientation?: string; 起始版本:8 |
类名:PreviewParams 方法 or 属性:orientation?: string; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:PreviewParams 方法 or 属性:roundScreen?: boolean; 起始版本:8 |
类名:PreviewParams 方法 or 属性:roundScreen?: boolean; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function animateTo(value: AnimateParam, event: () => void): void; 起始版本:7 |
类名: 方法 or 属性:function animateTo(value: AnimateParam, event: () => void): void; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function vp2px(value: number): number; 起始版本:7 |
类名: 方法 or 属性:function vp2px(value: number): number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function px2vp(value: number): number; 起始版本:7 |
类名: 方法 or 属性:function px2vp(value: number): number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function fp2px(value: number): number; 起始版本:7 |
类名: 方法 or 属性:function fp2px(value: number): number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function px2fp(value: number): number; 起始版本:7 |
类名: 方法 or 属性:function px2fp(value: number): number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function lpx2px(value: number): number; 起始版本:7 |
类名: 方法 or 属性:function lpx2px(value: number): number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名: 方法 or 属性:function px2lpx(value: number): number; 起始版本:7 |
类名: 方法 or 属性:function px2lpx(value: number): number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:EventTarget 起始版本:8 |
类名:EventTarget 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:EventTarget 方法 or 属性:area: Area; 起始版本:8 |
类名:EventTarget 方法 or 属性:area: Area; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:BaseEvent 起始版本:8 |
类名:BaseEvent 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:BaseEvent 方法 or 属性:target: EventTarget; 起始版本:8 |
类名:BaseEvent 方法 or 属性:target: EventTarget; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:BaseEvent 方法 or 属性:timestamp: number; 起始版本:8 |
类名:BaseEvent 方法 or 属性:timestamp: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:BaseEvent 方法 or 属性:source: SourceType; 起始版本:8 |
类名:BaseEvent 方法 or 属性:source: SourceType; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ClickEvent 起始版本:7 |
类名:ClickEvent 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ClickEvent 方法 or 属性:screenX: number; 起始版本:7 |
类名:ClickEvent 方法 or 属性:screenX: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ClickEvent 方法 or 属性:screenY: number; 起始版本:7 |
类名:ClickEvent 方法 or 属性:screenY: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ClickEvent 方法 or 属性:x: number; 起始版本:7 |
类名:ClickEvent 方法 or 属性:x: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:ClickEvent 方法 or 属性:y: number; 起始版本:7 |
类名:ClickEvent 方法 or 属性:y: number; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:StateStyles 起始版本:8 |
类名:StateStyles 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:StateStyles 方法 or 属性:normal?: any; 起始版本:8 |
类名:StateStyles 方法 or 属性:normal?: any; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:StateStyles 方法 or 属性:pressed?: any; 起始版本:8 |
类名:StateStyles 方法 or 属性:pressed?: any; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:StateStyles 方法 or 属性:disabled?: any; 起始版本:8 |
类名:StateStyles 方法 or 属性:disabled?: any; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:StateStyles 方法 or 属性:focused?: any; 起始版本:8 |
类名:StateStyles 方法 or 属性:focused?: any; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:StateStyles 方法 or 属性:clicked?: any; 起始版本:8 |
类名:StateStyles 方法 or 属性:clicked?: any; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 起始版本:7 |
类名:CommonMethod 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:constructor(); 起始版本:7 |
类名:CommonMethod 方法 or 属性:constructor(); 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:width(value: Length): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:width(value: Length): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:height(value: Length): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:height(value: Length): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:responseRegion(value: Array<Rectangle> | Rectangle): T; 起始版本:8 |
类名:CommonMethod 方法 or 属性:responseRegion(value: Array<Rectangle> | Rectangle): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:size(value: SizeOptions): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:size(value: SizeOptions): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:constraintSize(value: ConstraintSizeOptions): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:constraintSize(value: ConstraintSizeOptions): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:layoutWeight(value: number | string): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:layoutWeight(value: number | string): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:padding(value: Padding | Length): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:padding(value: Padding | Length): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:margin(value: Margin | Length): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:margin(value: Margin | Length): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:backgroundColor(value: ResourceColor): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:backgroundColor(value: ResourceColor): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:backgroundImageSize(value: SizeOptions | ImageSize): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:backgroundImageSize(value: SizeOptions | ImageSize): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:backgroundImagePosition(value: Position | Alignment): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:backgroundImagePosition(value: Position | Alignment): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:opacity(value: number | Resource): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:opacity(value: number | Resource): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:border(value: BorderOptions): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:border(value: BorderOptions): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:borderStyle(value: BorderStyle): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:borderStyle(value: BorderStyle): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:borderWidth(value: Length): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:borderWidth(value: Length): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:borderColor(value: ResourceColor): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:borderColor(value: ResourceColor): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:borderRadius(value: Length): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:borderRadius(value: Length): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:onClick(event: (event?: ClickEvent) => void): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:onClick(event: (event?: ClickEvent) => void): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:animation(value: AnimateParam): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:animation(value: AnimateParam): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:transition(value: TransitionOptions): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:transition(value: TransitionOptions): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:blur(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:blur(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:brightness(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:brightness(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:contrast(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:contrast(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:grayscale(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:grayscale(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:colorBlend(value: Color | string | Resource): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:colorBlend(value: Color | string | Resource): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:saturate(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:saturate(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:sepia(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:sepia(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:invert(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:invert(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:hueRotate(value: number | string): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:hueRotate(value: number | string): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:backdropBlur(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:backdropBlur(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:translate(value: TranslateOptions): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:translate(value: TranslateOptions): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:scale(value: ScaleOptions): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:scale(value: ScaleOptions): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:rotate(value: RotateOptions): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:rotate(value: RotateOptions): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:onAppear(event: () => void): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:onAppear(event: () => void): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:onDisAppear(event: () => void): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:onDisAppear(event: () => void): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:visibility(value: Visibility): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:visibility(value: Visibility): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:flexGrow(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:flexGrow(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:flexShrink(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:flexShrink(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:flexBasis(value: number | string): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:flexBasis(value: number | string): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:alignSelf(value: ItemAlign): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:alignSelf(value: ItemAlign): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:displayPriority(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:displayPriority(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:zIndex(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:zIndex(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:direction(value: Direction): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:direction(value: Direction): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:align(value: Alignment): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:align(value: Alignment): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:position(value: Position): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:position(value: Position): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:markAnchor(value: Position): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:markAnchor(value: Position): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:offset(value: Position): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:offset(value: Position): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:enabled(value: boolean): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:enabled(value: boolean): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:aspectRatio(value: number): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:aspectRatio(value: number): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:linearGradient(value: { angle?: number | string; direction?: GradientDirection; colors: Array<any>; repeating?: boolean; }): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:linearGradient(value: { angle?: number | string; direction?: GradientDirection; colors: Array<any>; repeating?: boolean; }): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:sweepGradient(value: { center: Array<any>; start?: number | string; end?: number | string; rotation?: number | string; colors: Array<any>; repeating?: boolean; }): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:sweepGradient(value: { center: Array<any>; start?: number | string; end?: number | string; rotation?: number | string; colors: Array<any>; repeating?: boolean; }): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:radialGradient(value: { center: Array<any>; radius: number | string; colors: Array<any>; repeating?: boolean }): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:radialGradient(value: { center: Array<any>; radius: number | string; colors: Array<any>; repeating?: boolean }): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:shadow(value: { radius: number | Resource; color?: Color | string | Resource; offsetX?: number | Resource; offsetY?: number | Resource; }): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:shadow(value: { radius: number | Resource; color?: Color | string | Resource; offsetX?: number | Resource; offsetY?: number | Resource; }): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:clip(value: boolean | CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:clip(value: boolean | CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:mask(value: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T; 起始版本:7 |
类名:CommonMethod 方法 or 属性:mask(value: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:id(value: string): T; 起始版本:8 |
类名:CommonMethod 方法 or 属性:id(value: string): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonMethod 方法 or 属性:stateStyles(value: StateStyles): T; 起始版本:8 |
类名:CommonMethod 方法 or 属性:stateStyles(value: StateStyles): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonAttribute 起始版本:7 |
类名:CommonAttribute 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonInterface 起始版本:7 |
类名:CommonInterface 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const CommonInstance: CommonAttribute; 起始版本:7 |
类名:global 方法 or 属性:declare const CommonInstance: CommonAttribute; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Common: CommonInterface; 起始版本:7 |
类名:global 方法 or 属性:declare const Common: CommonInterface; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 起始版本:7 |
类名:CommonShapeMethod 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:constructor(); 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:constructor(); 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:stroke(value: ResourceColor): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:stroke(value: ResourceColor): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:fill(value: ResourceColor): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:fill(value: ResourceColor): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:strokeDashOffset(value: number | string): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:strokeDashOffset(value: number | string): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:strokeLineCap(value: LineCapStyle): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:strokeLineCap(value: LineCapStyle): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:strokeLineJoin(value: LineJoinStyle): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:strokeLineJoin(value: LineJoinStyle): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:strokeMiterLimit(value: number | string): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:strokeMiterLimit(value: number | string): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:strokeOpacity(value: number | string | Resource): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:strokeOpacity(value: number | string | Resource): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:fillOpacity(value: number | string | Resource): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:fillOpacity(value: number | string | Resource): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:strokeWidth(value: Length): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:strokeWidth(value: Length): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:antiAlias(value: boolean): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:antiAlias(value: boolean): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CommonShapeMethod 方法 or 属性:strokeDashArray(value: Array<any>): T; 起始版本:7 |
类名:CommonShapeMethod 方法 or 属性:strokeDashArray(value: Array<any>): T; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CustomComponent 起始版本:7 |
类名:CustomComponent 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CustomComponent 方法 or 属性:build(): void; 起始版本:7 |
类名:CustomComponent 方法 or 属性:build(): void; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CustomComponent 方法 or 属性:aboutToAppear?(): void; 起始版本:7 |
类名:CustomComponent 方法 or 属性:aboutToAppear?(): void; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CustomComponent 方法 or 属性:aboutToDisappear?(): void; 起始版本:7 |
类名:CustomComponent 方法 or 属性:aboutToDisappear?(): void; 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:View 起始版本:7 |
类名:View 起始版本:9 |
common.d.ts |
起始版本有变化 | 类名:CounterInterface 起始版本:7 |
类名:CounterInterface 起始版本:9 |
counter.d.ts |
起始版本有变化 | 类名:CounterInterface 方法 or 属性:(): CounterAttribute; 起始版本:7 |
类名:CounterInterface 方法 or 属性:(): CounterAttribute; 起始版本:9 |
counter.d.ts |
起始版本有变化 | 类名:CounterAttribute 起始版本:7 |
类名:CounterAttribute 起始版本:9 |
counter.d.ts |
起始版本有变化 | 类名:CounterAttribute 方法 or 属性:onInc(event: () => void): CounterAttribute; 起始版本:7 |
类名:CounterAttribute 方法 or 属性:onInc(event: () => void): CounterAttribute; 起始版本:9 |
counter.d.ts |
起始版本有变化 | 类名:CounterAttribute 方法 or 属性:onDec(event: () => void): CounterAttribute; 起始版本:7 |
类名:CounterAttribute 方法 or 属性:onDec(event: () => void): CounterAttribute; 起始版本:9 |
counter.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const CounterInstance: CounterAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const CounterInstance: CounterAttribute; 起始版本:9 |
counter.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Counter: CounterInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Counter: CounterInterface; 起始版本:9 |
counter.d.ts |
起始版本有变化 | 类名:DataPanelType 起始版本:8 |
类名:DataPanelType 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelType 方法 or 属性:Line 起始版本:8 |
类名:DataPanelType 方法 or 属性:Line 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelType 方法 or 属性:Circle 起始版本:8 |
类名:DataPanelType 方法 or 属性:Circle 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelOptions 起始版本:7 |
类名:DataPanelOptions 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelOptions 方法 or 属性:values: number[]; 起始版本:7 |
类名:DataPanelOptions 方法 or 属性:values: number[]; 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelOptions 方法 or 属性:max?: number; 起始版本:7 |
类名:DataPanelOptions 方法 or 属性:max?: number; 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelOptions 方法 or 属性:type?: DataPanelType; 起始版本:8 |
类名:DataPanelOptions 方法 or 属性:type?: DataPanelType; 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelInterface 起始版本:7 |
类名:DataPanelInterface 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelInterface 方法 or 属性:(options: DataPanelOptions): DataPanelAttribute; 起始版本:7 |
类名:DataPanelInterface 方法 or 属性:(options: DataPanelOptions): DataPanelAttribute; 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelAttribute 起始版本:7 |
类名:DataPanelAttribute 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:DataPanelAttribute 方法 or 属性:closeEffect(value: boolean): DataPanelAttribute; 起始版本:7 |
类名:DataPanelAttribute 方法 or 属性:closeEffect(value: boolean): DataPanelAttribute; 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const DataPanel: DataPanelInterface 起始版本:N/A |
类名:global 方法 or 属性:declare const DataPanel: DataPanelInterface 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const DataPanelInstance: DataPanelAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const DataPanelInstance: DataPanelAttribute; 起始版本:9 |
data_panel.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const DatePicker: DatePickerInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const DatePicker: DatePickerInterface; 起始版本:8 |
date_picker.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const DatePickerInstance: DatePickerAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const DatePickerInstance: DatePickerAttribute; 起始版本:8 |
date_picker.d.ts |
起始版本有变化 | 类名:DividerInterface 起始版本:7 |
类名:DividerInterface 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:DividerInterface 方法 or 属性:(): DividerAttribute; 起始版本:7 |
类名:DividerInterface 方法 or 属性:(): DividerAttribute; 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:DividerAttribute 起始版本:7 |
类名:DividerAttribute 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:DividerAttribute 方法 or 属性:vertical(value: boolean): DividerAttribute; 起始版本:7 |
类名:DividerAttribute 方法 or 属性:vertical(value: boolean): DividerAttribute; 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:DividerAttribute 方法 or 属性:color(value: ResourceColor): DividerAttribute; 起始版本:7 |
类名:DividerAttribute 方法 or 属性:color(value: ResourceColor): DividerAttribute; 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:DividerAttribute 方法 or 属性:strokeWidth(value: number | string): DividerAttribute; 起始版本:7 |
类名:DividerAttribute 方法 or 属性:strokeWidth(value: number | string): DividerAttribute; 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:DividerAttribute 方法 or 属性:lineCap(value: LineCapStyle): DividerAttribute; 起始版本:7 |
类名:DividerAttribute 方法 or 属性:lineCap(value: LineCapStyle): DividerAttribute; 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Divider: DividerInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Divider: DividerInterface; 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const DividerInstance: DividerAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const DividerInstance: DividerAttribute; 起始版本:9 |
divider.d.ts |
起始版本有变化 | 类名:EllipseInterface 起始版本:7 |
类名:EllipseInterface 起始版本:9 |
ellipse.d.ts |
起始版本有变化 | 类名:EllipseInterface 方法 or 属性:new (value?: { width?: string | number; height?: string | number }): EllipseAttribute; 起始版本:7 |
类名:EllipseInterface 方法 or 属性:new (value?: { width?: string | number; height?: string | number }): EllipseAttribute; 起始版本:9 |
ellipse.d.ts |
起始版本有变化 | 类名:EllipseInterface 方法 or 属性:(value?: { width?: string | number; height?: string | number }): EllipseAttribute; 起始版本:7 |
类名:EllipseInterface 方法 or 属性:(value?: { width?: string | number; height?: string | number }): EllipseAttribute; 起始版本:9 |
ellipse.d.ts |
起始版本有变化 | 类名:EllipseAttribute 起始版本:7 |
类名:EllipseAttribute 起始版本:9 |
ellipse.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Ellipse: EllipseInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Ellipse: EllipseInterface; 起始版本:9 |
ellipse.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const EllipseInstance: EllipseAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const EllipseInstance: EllipseAttribute; 起始版本:9 |
ellipse.d.ts |
起始版本有变化 | 类名:Color 起始版本:7 |
类名:Color 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:White 起始版本:7 |
类名:Color 方法 or 属性:White 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Black 起始版本:7 |
类名:Color 方法 or 属性:Black 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Blue 起始版本:7 |
类名:Color 方法 or 属性:Blue 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Brown 起始版本:7 |
类名:Color 方法 or 属性:Brown 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Gray 起始版本:7 |
类名:Color 方法 or 属性:Gray 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Green 起始版本:7 |
类名:Color 方法 or 属性:Green 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Grey 起始版本:7 |
类名:Color 方法 or 属性:Grey 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Orange 起始版本:7 |
类名:Color 方法 or 属性:Orange 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Pink 起始版本:7 |
类名:Color 方法 or 属性:Pink 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Red 起始版本:7 |
类名:Color 方法 or 属性:Red 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Color 方法 or 属性:Yellow 起始版本:7 |
类名:Color 方法 or 属性:Yellow 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageFit 起始版本:7 |
类名:ImageFit 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageFit 方法 or 属性:Contain 起始版本:7 |
类名:ImageFit 方法 or 属性:Contain 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageFit 方法 or 属性:Cover 起始版本:7 |
类名:ImageFit 方法 or 属性:Cover 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageFit 方法 or 属性:Auto 起始版本:7 |
类名:ImageFit 方法 or 属性:Auto 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageFit 方法 or 属性:Fill 起始版本:7 |
类名:ImageFit 方法 or 属性:Fill 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageFit 方法 or 属性:ScaleDown 起始版本:7 |
类名:ImageFit 方法 or 属性:ScaleDown 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageFit 方法 or 属性:None 起始版本:7 |
类名:ImageFit 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:BorderStyle 起始版本:7 |
类名:BorderStyle 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:BorderStyle 方法 or 属性:Dotted 起始版本:7 |
类名:BorderStyle 方法 or 属性:Dotted 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:BorderStyle 方法 or 属性:Dashed 起始版本:7 |
类名:BorderStyle 方法 or 属性:Dashed 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:BorderStyle 方法 or 属性:Solid 起始版本:7 |
类名:BorderStyle 方法 or 属性:Solid 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:LineJoinStyle 起始版本:7 |
类名:LineJoinStyle 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:LineJoinStyle 方法 or 属性:Miter 起始版本:7 |
类名:LineJoinStyle 方法 or 属性:Miter 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:LineJoinStyle 方法 or 属性:Round 起始版本:7 |
类名:LineJoinStyle 方法 or 属性:Round 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:LineJoinStyle 方法 or 属性:Bevel 起始版本:7 |
类名:LineJoinStyle 方法 or 属性:Bevel 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TouchType 起始版本:7 |
类名:TouchType 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TouchType 方法 or 属性:Down 起始版本:7 |
类名:TouchType 方法 or 属性:Down 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TouchType 方法 or 属性:Up 起始版本:7 |
类名:TouchType 方法 or 属性:Up 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TouchType 方法 or 属性:Move 起始版本:7 |
类名:TouchType 方法 or 属性:Move 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TouchType 方法 or 属性:Cancel 起始版本:7 |
类名:TouchType 方法 or 属性:Cancel 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseButton 起始版本:8 |
类名:MouseButton 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseButton 方法 or 属性:Left 起始版本:8 |
类名:MouseButton 方法 or 属性:Left 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseButton 方法 or 属性:Right 起始版本:8 |
类名:MouseButton 方法 or 属性:Right 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseButton 方法 or 属性:Middle 起始版本:8 |
类名:MouseButton 方法 or 属性:Middle 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseButton 方法 or 属性:Back 起始版本:8 |
类名:MouseButton 方法 or 属性:Back 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseButton 方法 or 属性:Forward 起始版本:8 |
类名:MouseButton 方法 or 属性:Forward 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseButton 方法 or 属性:None 起始版本:8 |
类名:MouseButton 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseAction 起始版本:8 |
类名:MouseAction 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseAction 方法 or 属性:Press 起始版本:8 |
类名:MouseAction 方法 or 属性:Press 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseAction 方法 or 属性:Release 起始版本:8 |
类名:MouseAction 方法 or 属性:Release 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseAction 方法 or 属性:Move 起始版本:8 |
类名:MouseAction 方法 or 属性:Move 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:MouseAction 方法 or 属性:Hover 起始版本:8 |
类名:MouseAction 方法 or 属性:Hover 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:AnimationStatus 起始版本:7 |
类名:AnimationStatus 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:AnimationStatus 方法 or 属性:Initial 起始版本:7 |
类名:AnimationStatus 方法 or 属性:Initial 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:AnimationStatus 方法 or 属性:Running 起始版本:7 |
类名:AnimationStatus 方法 or 属性:Running 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:AnimationStatus 方法 or 属性:Paused 起始版本:7 |
类名:AnimationStatus 方法 or 属性:Paused 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:AnimationStatus 方法 or 属性:Stopped 起始版本:7 |
类名:AnimationStatus 方法 or 属性:Stopped 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 起始版本:7 |
类名:Curve 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:Linear 起始版本:7 |
类名:Curve 方法 or 属性:Linear 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:Ease 起始版本:7 |
类名:Curve 方法 or 属性:Ease 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:EaseIn 起始版本:7 |
类名:Curve 方法 or 属性:EaseIn 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:EaseOut 起始版本:7 |
类名:Curve 方法 or 属性:EaseOut 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:EaseInOut 起始版本:7 |
类名:Curve 方法 or 属性:EaseInOut 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:FastOutSlowIn 起始版本:7 |
类名:Curve 方法 or 属性:FastOutSlowIn 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:LinearOutSlowIn 起始版本:7 |
类名:Curve 方法 or 属性:LinearOutSlowIn 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:FastOutLinearIn 起始版本:7 |
类名:Curve 方法 or 属性:FastOutLinearIn 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:ExtremeDeceleration 起始版本:7 |
类名:Curve 方法 or 属性:ExtremeDeceleration 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:Sharp 起始版本:7 |
类名:Curve 方法 or 属性:Sharp 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:Rhythm 起始版本:7 |
类名:Curve 方法 or 属性:Rhythm 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:Smooth 起始版本:7 |
类名:Curve 方法 or 属性:Smooth 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Curve 方法 or 属性:Friction 起始版本:7 |
类名:Curve 方法 or 属性:Friction 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FillMode 起始版本:7 |
类名:FillMode 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FillMode 方法 or 属性:None 起始版本:7 |
类名:FillMode 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FillMode 方法 or 属性:Forwards 起始版本:7 |
类名:FillMode 方法 or 属性:Forwards 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FillMode 方法 or 属性:Backwards 起始版本:7 |
类名:FillMode 方法 or 属性:Backwards 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FillMode 方法 or 属性:Both 起始版本:7 |
类名:FillMode 方法 or 属性:Both 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:PlayMode 起始版本:7 |
类名:PlayMode 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:PlayMode 方法 or 属性:Normal 起始版本:7 |
类名:PlayMode 方法 or 属性:Normal 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:PlayMode 方法 or 属性:Reverse 起始版本:7 |
类名:PlayMode 方法 or 属性:Reverse 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:PlayMode 方法 or 属性:Alternate 起始版本:7 |
类名:PlayMode 方法 or 属性:Alternate 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:PlayMode 方法 or 属性:AlternateReverse 起始版本:7 |
类名:PlayMode 方法 or 属性:AlternateReverse 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:KeyType 起始版本:7 |
类名:KeyType 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:KeyType 方法 or 属性:Down 起始版本:7 |
类名:KeyType 方法 or 属性:Down 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:KeyType 方法 or 属性:Up 起始版本:7 |
类名:KeyType 方法 or 属性:Up 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:KeySource 起始版本:7 |
类名:KeySource 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:KeySource 方法 or 属性:Unknown 起始版本:7 |
类名:KeySource 方法 or 属性:Unknown 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:KeySource 方法 or 属性:Keyboard 起始版本:7 |
类名:KeySource 方法 or 属性:Keyboard 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Edge 起始版本:7 |
类名:Edge 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Edge 方法 or 属性:Top 起始版本:7 |
类名:Edge 方法 or 属性:Top 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Edge 方法 or 属性:Bottom 起始版本:7 |
类名:Edge 方法 or 属性:Bottom 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Edge 方法 or 属性:Start 起始版本:7 |
类名:Edge 方法 or 属性:Start 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Edge 方法 or 属性:End 起始版本:7 |
类名:Edge 方法 or 属性:End 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Week 起始版本:7 |
类名:Week 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Week 方法 or 属性:Mon 起始版本:7 |
类名:Week 方法 or 属性:Mon 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Week 方法 or 属性:Tue 起始版本:7 |
类名:Week 方法 or 属性:Tue 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Week 方法 or 属性:Wed 起始版本:7 |
类名:Week 方法 or 属性:Wed 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Week 方法 or 属性:Thur 起始版本:7 |
类名:Week 方法 or 属性:Thur 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Week 方法 or 属性:Fri 起始版本:7 |
类名:Week 方法 or 属性:Fri 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Week 方法 or 属性:Sat 起始版本:7 |
类名:Week 方法 or 属性:Sat 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Week 方法 or 属性:Sun 起始版本:7 |
类名:Week 方法 or 属性:Sun 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Direction 起始版本:7 |
类名:Direction 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Direction 方法 or 属性:Ltr 起始版本:7 |
类名:Direction 方法 or 属性:Ltr 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Direction 方法 or 属性:Rtl 起始版本:7 |
类名:Direction 方法 or 属性:Rtl 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Direction 方法 or 属性:Auto 起始版本:7 |
类名:Direction 方法 or 属性:Auto 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:BarState 起始版本:7 |
类名:BarState 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:BarState 方法 or 属性:Off 起始版本:7 |
类名:BarState 方法 or 属性:Off 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:BarState 方法 or 属性:Auto 起始版本:7 |
类名:BarState 方法 or 属性:Auto 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:BarState 方法 or 属性:On 起始版本:7 |
类名:BarState 方法 or 属性:On 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:EdgeEffect 起始版本:7 |
类名:EdgeEffect 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:EdgeEffect 方法 or 属性:Spring 起始版本:7 |
类名:EdgeEffect 方法 or 属性:Spring 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:EdgeEffect 方法 or 属性:Fade 起始版本:7 |
类名:EdgeEffect 方法 or 属性:Fade 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:EdgeEffect 方法 or 属性:None 起始版本:7 |
类名:EdgeEffect 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 起始版本:7 |
类名:Alignment 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:TopStart 起始版本:7 |
类名:Alignment 方法 or 属性:TopStart 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:Top 起始版本:7 |
类名:Alignment 方法 or 属性:Top 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:TopEnd 起始版本:7 |
类名:Alignment 方法 or 属性:TopEnd 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:Start 起始版本:7 |
类名:Alignment 方法 or 属性:Start 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:Center 起始版本:7 |
类名:Alignment 方法 or 属性:Center 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:End 起始版本:7 |
类名:Alignment 方法 or 属性:End 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:BottomStart 起始版本:7 |
类名:Alignment 方法 or 属性:BottomStart 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:Bottom 起始版本:7 |
类名:Alignment 方法 or 属性:Bottom 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Alignment 方法 or 属性:BottomEnd 起始版本:7 |
类名:Alignment 方法 or 属性:BottomEnd 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TransitionType 起始版本:7 |
类名:TransitionType 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TransitionType 方法 or 属性:All 起始版本:7 |
类名:TransitionType 方法 or 属性:All 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TransitionType 方法 or 属性:Insert 起始版本:7 |
类名:TransitionType 方法 or 属性:Insert 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TransitionType 方法 or 属性:Delete 起始版本:7 |
类名:TransitionType 方法 or 属性:Delete 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:RelateType 起始版本:7 |
类名:RelateType 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:RelateType 方法 or 属性:FILL 起始版本:7 |
类名:RelateType 方法 or 属性:FILL 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:RelateType 方法 or 属性:FIT 起始版本:7 |
类名:RelateType 方法 or 属性:FIT 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Visibility 起始版本:7 |
类名:Visibility 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Visibility 方法 or 属性:Visible 起始版本:7 |
类名:Visibility 方法 or 属性:Visible 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Visibility 方法 or 属性:Hidden 起始版本:7 |
类名:Visibility 方法 or 属性:Hidden 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Visibility 方法 or 属性:None 起始版本:7 |
类名:Visibility 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:LineCapStyle 起始版本:7 |
类名:LineCapStyle 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:LineCapStyle 方法 or 属性:Butt 起始版本:7 |
类名:LineCapStyle 方法 or 属性:Butt 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:LineCapStyle 方法 or 属性:Round 起始版本:7 |
类名:LineCapStyle 方法 or 属性:Round 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:LineCapStyle 方法 or 属性:Square 起始版本:7 |
类名:LineCapStyle 方法 or 属性:Square 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Axis 起始版本:7 |
类名:Axis 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Axis 方法 or 属性:Vertical 起始版本:7 |
类名:Axis 方法 or 属性:Vertical 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Axis 方法 or 属性:Horizontal 起始版本:7 |
类名:Axis 方法 or 属性:Horizontal 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HorizontalAlign 起始版本:7 |
类名:HorizontalAlign 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HorizontalAlign 方法 or 属性:Start 起始版本:7 |
类名:HorizontalAlign 方法 or 属性:Start 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HorizontalAlign 方法 or 属性:Center 起始版本:7 |
类名:HorizontalAlign 方法 or 属性:Center 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HorizontalAlign 方法 or 属性:End 起始版本:7 |
类名:HorizontalAlign 方法 or 属性:End 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexAlign 起始版本:7 |
类名:FlexAlign 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexAlign 方法 or 属性:Start 起始版本:7 |
类名:FlexAlign 方法 or 属性:Start 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexAlign 方法 or 属性:Center 起始版本:7 |
类名:FlexAlign 方法 or 属性:Center 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexAlign 方法 or 属性:End 起始版本:7 |
类名:FlexAlign 方法 or 属性:End 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexAlign 方法 or 属性:SpaceBetween 起始版本:7 |
类名:FlexAlign 方法 or 属性:SpaceBetween 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexAlign 方法 or 属性:SpaceAround 起始版本:7 |
类名:FlexAlign 方法 or 属性:SpaceAround 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexAlign 方法 or 属性:SpaceEvenly 起始版本:7 |
类名:FlexAlign 方法 or 属性:SpaceEvenly 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ItemAlign 起始版本:7 |
类名:ItemAlign 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ItemAlign 方法 or 属性:Auto 起始版本:7 |
类名:ItemAlign 方法 or 属性:Auto 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ItemAlign 方法 or 属性:Start 起始版本:7 |
类名:ItemAlign 方法 or 属性:Start 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ItemAlign 方法 or 属性:Center 起始版本:7 |
类名:ItemAlign 方法 or 属性:Center 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ItemAlign 方法 or 属性:End 起始版本:7 |
类名:ItemAlign 方法 or 属性:End 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ItemAlign 方法 or 属性:Baseline 起始版本:7 |
类名:ItemAlign 方法 or 属性:Baseline 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ItemAlign 方法 or 属性:Stretch 起始版本:7 |
类名:ItemAlign 方法 or 属性:Stretch 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexDirection 起始版本:7 |
类名:FlexDirection 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexDirection 方法 or 属性:Row 起始版本:7 |
类名:FlexDirection 方法 or 属性:Row 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexDirection 方法 or 属性:Column 起始版本:7 |
类名:FlexDirection 方法 or 属性:Column 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexDirection 方法 or 属性:RowReverse 起始版本:7 |
类名:FlexDirection 方法 or 属性:RowReverse 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexDirection 方法 or 属性:ColumnReverse 起始版本:7 |
类名:FlexDirection 方法 or 属性:ColumnReverse 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexWrap 起始版本:7 |
类名:FlexWrap 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexWrap 方法 or 属性:NoWrap 起始版本:7 |
类名:FlexWrap 方法 or 属性:NoWrap 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexWrap 方法 or 属性:Wrap 起始版本:7 |
类名:FlexWrap 方法 or 属性:Wrap 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexWrap 方法 or 属性:WrapReverse 起始版本:7 |
类名:FlexWrap 方法 or 属性:WrapReverse 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:VerticalAlign 起始版本:7 |
类名:VerticalAlign 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:VerticalAlign 方法 or 属性:Top 起始版本:7 |
类名:VerticalAlign 方法 or 属性:Top 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:VerticalAlign 方法 or 属性:Center 起始版本:7 |
类名:VerticalAlign 方法 or 属性:Center 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:VerticalAlign 方法 or 属性:Bottom 起始版本:7 |
类名:VerticalAlign 方法 or 属性:Bottom 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageRepeat 起始版本:7 |
类名:ImageRepeat 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageRepeat 方法 or 属性:NoRepeat 起始版本:7 |
类名:ImageRepeat 方法 or 属性:NoRepeat 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageRepeat 方法 or 属性:X 起始版本:7 |
类名:ImageRepeat 方法 or 属性:X 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageRepeat 方法 or 属性:Y 起始版本:7 |
类名:ImageRepeat 方法 or 属性:Y 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageRepeat 方法 or 属性:XY 起始版本:7 |
类名:ImageRepeat 方法 or 属性:XY 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageSize 起始版本:7 |
类名:ImageSize 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageSize 方法 or 属性:Auto 起始版本:7 |
类名:ImageSize 方法 or 属性:Auto 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageSize 方法 or 属性:Cover 起始版本:7 |
类名:ImageSize 方法 or 属性:Cover 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ImageSize 方法 or 属性:Contain 起始版本:7 |
类名:ImageSize 方法 or 属性:Contain 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 起始版本:7 |
类名:GradientDirection 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:Left 起始版本:7 |
类名:GradientDirection 方法 or 属性:Left 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:Top 起始版本:7 |
类名:GradientDirection 方法 or 属性:Top 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:Right 起始版本:7 |
类名:GradientDirection 方法 or 属性:Right 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:Bottom 起始版本:7 |
类名:GradientDirection 方法 or 属性:Bottom 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:LeftTop 起始版本:7 |
类名:GradientDirection 方法 or 属性:LeftTop 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:LeftBottom 起始版本:7 |
类名:GradientDirection 方法 or 属性:LeftBottom 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:RightTop 起始版本:7 |
类名:GradientDirection 方法 or 属性:RightTop 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:RightBottom 起始版本:7 |
类名:GradientDirection 方法 or 属性:RightBottom 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:GradientDirection 方法 or 属性:None 起始版本:7 |
类名:GradientDirection 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:SharedTransitionEffectType 起始版本:7 |
类名:SharedTransitionEffectType 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:SharedTransitionEffectType 方法 or 属性:Static 起始版本:7 |
类名:SharedTransitionEffectType 方法 or 属性:Static 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:SharedTransitionEffectType 方法 or 属性:Exchange 起始版本:7 |
类名:SharedTransitionEffectType 方法 or 属性:Exchange 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontStyle 起始版本:7 |
类名:FontStyle 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontStyle 方法 or 属性:Normal 起始版本:7 |
类名:FontStyle 方法 or 属性:Normal 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontStyle 方法 or 属性:Italic 起始版本:7 |
类名:FontStyle 方法 or 属性:Italic 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontWeight 起始版本:7 |
类名:FontWeight 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontWeight 方法 or 属性:Lighter 起始版本:7 |
类名:FontWeight 方法 or 属性:Lighter 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontWeight 方法 or 属性:Normal 起始版本:7 |
类名:FontWeight 方法 or 属性:Normal 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontWeight 方法 or 属性:Regular 起始版本:7 |
类名:FontWeight 方法 or 属性:Regular 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontWeight 方法 or 属性:Medium 起始版本:7 |
类名:FontWeight 方法 or 属性:Medium 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontWeight 方法 or 属性:Bold 起始版本:7 |
类名:FontWeight 方法 or 属性:Bold 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FontWeight 方法 or 属性:Bolder 起始版本:7 |
类名:FontWeight 方法 or 属性:Bolder 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextAlign 起始版本:7 |
类名:TextAlign 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextAlign 方法 or 属性:Center 起始版本:7 |
类名:TextAlign 方法 or 属性:Center 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextAlign 方法 or 属性:Start 起始版本:7 |
类名:TextAlign 方法 or 属性:Start 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextAlign 方法 or 属性:End 起始版本:7 |
类名:TextAlign 方法 or 属性:End 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextOverflow 起始版本:7 |
类名:TextOverflow 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextOverflow 方法 or 属性:Clip 起始版本:7 |
类名:TextOverflow 方法 or 属性:Clip 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextOverflow 方法 or 属性:Ellipsis 起始版本:7 |
类名:TextOverflow 方法 or 属性:Ellipsis 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextOverflow 方法 or 属性:None 起始版本:7 |
类名:TextOverflow 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextDecorationType 起始版本:7 |
类名:TextDecorationType 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextDecorationType 方法 or 属性:None 起始版本:7 |
类名:TextDecorationType 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextDecorationType 方法 or 属性:Underline 起始版本:7 |
类名:TextDecorationType 方法 or 属性:Underline 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextDecorationType 方法 or 属性:Overline 起始版本:7 |
类名:TextDecorationType 方法 or 属性:Overline 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextDecorationType 方法 or 属性:LineThrough 起始版本:7 |
类名:TextDecorationType 方法 or 属性:LineThrough 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextCase 起始版本:7 |
类名:TextCase 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextCase 方法 or 属性:Normal 起始版本:7 |
类名:TextCase 方法 or 属性:Normal 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextCase 方法 or 属性:LowerCase 起始版本:7 |
类名:TextCase 方法 or 属性:LowerCase 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:TextCase 方法 or 属性:UpperCase 起始版本:7 |
类名:TextCase 方法 or 属性:UpperCase 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ResponseType 起始版本:8 |
类名:ResponseType 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ResponseType 方法 or 属性:RightClick 起始版本:8 |
类名:ResponseType 方法 or 属性:RightClick 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:ResponseType 方法 or 属性:LongPress 起始版本:8 |
类名:ResponseType 方法 or 属性:LongPress 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HoverEffect 起始版本:8 |
类名:HoverEffect 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HoverEffect 方法 or 属性:Auto 起始版本:8 |
类名:HoverEffect 方法 or 属性:Auto 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HoverEffect 方法 or 属性:Scale 起始版本:8 |
类名:HoverEffect 方法 or 属性:Scale 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HoverEffect 方法 or 属性:Highlight 起始版本:8 |
类名:HoverEffect 方法 or 属性:Highlight 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:HoverEffect 方法 or 属性:None 起始版本:8 |
类名:HoverEffect 方法 or 属性:None 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 起始版本:8 |
类名:Placement 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 方法 or 属性:Left 起始版本:8 |
类名:Placement 方法 or 属性:Left 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 方法 or 属性:Right 起始版本:8 |
类名:Placement 方法 or 属性:Right 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 方法 or 属性:Top 起始版本:8 |
类名:Placement 方法 or 属性:Top 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 方法 or 属性:Bottom 起始版本:8 |
类名:Placement 方法 or 属性:Bottom 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 方法 or 属性:TopLeft 起始版本:8 |
类名:Placement 方法 or 属性:TopLeft 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 方法 or 属性:TopRight 起始版本:8 |
类名:Placement 方法 or 属性:TopRight 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 方法 or 属性:BottomLeft 起始版本:8 |
类名:Placement 方法 or 属性:BottomLeft 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:Placement 方法 or 属性:BottomRight 起始版本:8 |
类名:Placement 方法 or 属性:BottomRight 起始版本:9 |
enums.d.ts |
起始版本有变化 | 类名:FlexOptions 起始版本:7 |
类名:FlexOptions 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:FlexOptions 方法 or 属性:direction?: FlexDirection; 起始版本:7 |
类名:FlexOptions 方法 or 属性:direction?: FlexDirection; 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:FlexOptions 方法 or 属性:wrap?: FlexWrap; 起始版本:7 |
类名:FlexOptions 方法 or 属性:wrap?: FlexWrap; 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:FlexOptions 方法 or 属性:justifyContent?: FlexAlign; 起始版本:7 |
类名:FlexOptions 方法 or 属性:justifyContent?: FlexAlign; 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:FlexOptions 方法 or 属性:alignItems?: ItemAlign; 起始版本:7 |
类名:FlexOptions 方法 or 属性:alignItems?: ItemAlign; 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:FlexOptions 方法 or 属性:alignContent?: FlexAlign; 起始版本:7 |
类名:FlexOptions 方法 or 属性:alignContent?: FlexAlign; 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:FlexInterface 起始版本:7 |
类名:FlexInterface 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:FlexInterface 方法 or 属性:(value?: FlexOptions): FlexAttribute; 起始版本:7 |
类名:FlexInterface 方法 or 属性:(value?: FlexOptions): FlexAttribute; 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:FlexAttribute 起始版本:7 |
类名:FlexAttribute 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Flex: FlexInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Flex: FlexInterface; 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const FlexInstance: FlexAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const FlexInstance: FlexAttribute; 起始版本:9 |
flex.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const FormComponent: FormComponentInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const FormComponent: FormComponentInterface; 起始版本:7 |
form_component.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const FormComponentInstance: FormComponentAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const FormComponentInstance: FormComponentAttribute; 起始版本:7 |
form_component.d.ts |
起始版本有变化 | 类名:ForEachInterface 起始版本:7 |
类名:ForEachInterface 起始版本:9 |
for_each.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ForEach: ForEachInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const ForEach: ForEachInterface; 起始版本:9 |
for_each.d.ts |
起始版本有变化 | 类名:GaugeInterface 起始版本:8 |
类名:GaugeInterface 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:GaugeInterface 方法 or 属性:(options: { value: number; min?: number; max?: number }): GaugeAttribute; 起始版本:8 |
类名:GaugeInterface 方法 or 属性:(options: { value: number; min?: number; max?: number }): GaugeAttribute; 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:GaugeAttribute 起始版本:8 |
类名:GaugeAttribute 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:GaugeAttribute 方法 or 属性:value(value: number): GaugeAttribute; 起始版本:8 |
类名:GaugeAttribute 方法 or 属性:value(value: number): GaugeAttribute; 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:GaugeAttribute 方法 or 属性:startAngle(angle: number): GaugeAttribute; 起始版本:8 |
类名:GaugeAttribute 方法 or 属性:startAngle(angle: number): GaugeAttribute; 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:GaugeAttribute 方法 or 属性:endAngle(angle: number): GaugeAttribute; 起始版本:8 |
类名:GaugeAttribute 方法 or 属性:endAngle(angle: number): GaugeAttribute; 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:GaugeAttribute 方法 or 属性:colors(colors: Array<any>): GaugeAttribute; 起始版本:8 |
类名:GaugeAttribute 方法 or 属性:colors(colors: Array<any>): GaugeAttribute; 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:GaugeAttribute 方法 or 属性:strokeWidth(length: Length): GaugeAttribute; 起始版本:8 |
类名:GaugeAttribute 方法 or 属性:strokeWidth(length: Length): GaugeAttribute; 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Gauge: GaugeInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Gauge: GaugeInterface; 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const GaugeInstance: GaugeAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const GaugeInstance: GaugeAttribute; 起始版本:9 |
gauge.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TapGesture: TapGestureInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const TapGesture: TapGestureInterface; 起始版本:7 |
gesture.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const LongPressGesture: LongPressGestureInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const LongPressGesture: LongPressGestureInterface; 起始版本:7 |
gesture.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const PanGesture: PanGestureInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const PanGesture: PanGestureInterface; 起始版本:7 |
gesture.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const SwipeGesture: SwipeGestureInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const SwipeGesture: SwipeGestureInterface; 起始版本:7 |
gesture.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const PinchGesture: PinchGestureInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const PinchGesture: PinchGestureInterface; 起始版本:7 |
gesture.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RotationGesture: RotationGestureInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const RotationGesture: RotationGestureInterface; 起始版本:7 |
gesture.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const GestureGroup: GestureGroupInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const GestureGroup: GestureGroupInterface; 起始版本:7 |
gesture.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Grid: GridInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Grid: GridInterface; 起始版本:7 |
grid.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const GridInstance: GridAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const GridInstance: GridAttribute; 起始版本:7 |
grid.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const GridItem: GridItemInterface 起始版本:N/A |
类名:global 方法 or 属性:declare const GridItem: GridItemInterface 起始版本:7 |
gridItem.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const GridItemInstance: GridItemAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const GridItemInstance: GridItemAttribute; 起始版本:7 |
gridItem.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const GridContainer: GridContainerInterface 起始版本:N/A |
类名:global 方法 or 属性:declare const GridContainer: GridContainerInterface 起始版本:7 |
grid_container.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const GridContainerInstance: GridContainerAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const GridContainerInstance: GridContainerAttribute; 起始版本:7 |
grid_container.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Hyperlink: HyperlinkInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Hyperlink: HyperlinkInterface; 起始版本:7 |
hyperlink.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const HyperlinkInterface: HyperlinkAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const HyperlinkInterface: HyperlinkAttribute; 起始版本:7 |
hyperlink.d.ts |
起始版本有变化 | 类名:ImageRenderMode 起始版本:7 |
类名:ImageRenderMode 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageRenderMode 方法 or 属性:Original 起始版本:7 |
类名:ImageRenderMode 方法 or 属性:Original 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageRenderMode 方法 or 属性:Template 起始版本:7 |
类名:ImageRenderMode 方法 or 属性:Template 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageInterpolation 起始版本:7 |
类名:ImageInterpolation 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageInterpolation 方法 or 属性:None 起始版本:7 |
类名:ImageInterpolation 方法 or 属性:None 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageInterpolation 方法 or 属性:Low 起始版本:7 |
类名:ImageInterpolation 方法 or 属性:Low 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageInterpolation 方法 or 属性:Medium 起始版本:7 |
类名:ImageInterpolation 方法 or 属性:Medium 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageInterpolation 方法 or 属性:High 起始版本:7 |
类名:ImageInterpolation 方法 or 属性:High 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageInterface 起始版本:7 |
类名:ImageInterface 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageInterface 方法 or 属性:(src: string | PixelMap | Resource): ImageAttribute; 起始版本:7 |
类名:ImageInterface 方法 or 属性:(src: string | PixelMap | Resource): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 起始版本:7 |
类名:ImageAttribute 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:alt(value: string | Resource): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:alt(value: string | Resource): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:matchTextDirection(value: boolean): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:matchTextDirection(value: boolean): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:fitOriginalSize(value: boolean): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:fitOriginalSize(value: boolean): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:fillColor(value: ResourceColor): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:fillColor(value: ResourceColor): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:objectFit(value: ImageFit): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:objectFit(value: ImageFit): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:objectRepeat(value: ImageRepeat): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:objectRepeat(value: ImageRepeat): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:autoResize(value: boolean): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:autoResize(value: boolean): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:renderMode(value: ImageRenderMode): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:renderMode(value: ImageRenderMode): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:interpolation(value: ImageInterpolation): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:interpolation(value: ImageInterpolation): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:sourceSize(value: { width: number; height: number }): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:sourceSize(value: { width: number; height: number }): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:syncLoad(value: boolean): ImageAttribute; 起始版本:8 |
类名:ImageAttribute 方法 or 属性:syncLoad(value: boolean): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:onComplete( callback: (event?: { width: number; height: number; componentWidth: number; componentHeight: number; loadingStatus: number; }) => void, ): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:onComplete( callback: (event?: { width: number; height: number; componentWidth: number; componentHeight: number; loadingStatus: number; }) => void, ): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:onError(callback: (event?: { componentWidth: number; componentHeight: number }) => void): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:onError(callback: (event?: { componentWidth: number; componentHeight: number }) => void): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:ImageAttribute 方法 or 属性:onFinish(event: () => void): ImageAttribute; 起始版本:7 |
类名:ImageAttribute 方法 or 属性:onFinish(event: () => void): ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Image: ImageInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Image: ImageInterface; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ImageInstance: ImageAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ImageInstance: ImageAttribute; 起始版本:9 |
image.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ImageAnimator: ImageAnimatorInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const ImageAnimator: ImageAnimatorInterface; 起始版本:7 |
image_animator.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ImageAnimatorInstance: ImageAnimatorAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ImageAnimatorInstance: ImageAnimatorAttribute; 起始版本:7 |
image_animator.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const LazyForEach: LazyForEachInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const LazyForEach: LazyForEachInterface; 起始版本:7 |
lazy_for_each.d.ts |
起始版本有变化 | 类名:LineInterface 起始版本:7 |
类名:LineInterface 起始版本:9 |
line.d.ts |
起始版本有变化 | 类名:LineInterface 方法 or 属性:new (value?: { width?: string | number; height?: string | number }): LineAttribute; 起始版本:7 |
类名:LineInterface 方法 or 属性:new (value?: { width?: string | number; height?: string | number }): LineAttribute; 起始版本:9 |
line.d.ts |
起始版本有变化 | 类名:LineInterface 方法 or 属性:(value?: { width?: string | number; height?: string | number }): LineAttribute; 起始版本:7 |
类名:LineInterface 方法 or 属性:(value?: { width?: string | number; height?: string | number }): LineAttribute; 起始版本:9 |
line.d.ts |
起始版本有变化 | 类名:LineAttribute 起始版本:7 |
类名:LineAttribute 起始版本:9 |
line.d.ts |
起始版本有变化 | 类名:LineAttribute 方法 or 属性:startPoint(value: Array<any>): LineAttribute; 起始版本:7 |
类名:LineAttribute 方法 or 属性:startPoint(value: Array<any>): LineAttribute; 起始版本:9 |
line.d.ts |
起始版本有变化 | 类名:LineAttribute 方法 or 属性:endPoint(value: Array<any>): LineAttribute; 起始版本:7 |
类名:LineAttribute 方法 or 属性:endPoint(value: Array<any>): LineAttribute; 起始版本:9 |
line.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Line: LineInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Line: LineInterface; 起始版本:9 |
line.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const LineInstance: LineAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const LineInstance: LineAttribute; 起始版本:9 |
line.d.ts |
起始版本有变化 | 类名:ScrollState 起始版本:7 |
类名:ScrollState 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ScrollState 方法 or 属性:Idle 起始版本:7 |
类名:ScrollState 方法 or 属性:Idle 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ScrollState 方法 or 属性:Scroll 起始版本:7 |
类名:ScrollState 方法 or 属性:Scroll 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ScrollState 方法 or 属性:Fling 起始版本:7 |
类名:ScrollState 方法 or 属性:Fling 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListInterface 起始版本:7 |
类名:ListInterface 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListInterface 方法 or 属性:(value?: { initialIndex?: number; space?: number | string; scroller?: Scroller }): ListAttribute; 起始版本:7 |
类名:ListInterface 方法 or 属性:(value?: { initialIndex?: number; space?: number | string; scroller?: Scroller }): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 起始版本:7 |
类名:ListAttribute 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:listDirection(value: Axis): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:listDirection(value: Axis): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:scrollBar(value: BarState): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:scrollBar(value: BarState): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:edgeEffect(value: EdgeEffect): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:edgeEffect(value: EdgeEffect): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:divider( value: { strokeWidth: Length; color?: ResourceColor; startMargin?: Length; endMargin?: Length; } | null, ): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:divider( value: { strokeWidth: Length; color?: ResourceColor; startMargin?: Length; endMargin?: Length; } | null, ): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:multiSelectable(value: boolean): ListAttribute; 起始版本:8 |
类名:ListAttribute 方法 or 属性:multiSelectable(value: boolean): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:cachedCount(value: number): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:cachedCount(value: number): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:chainAnimation(value: boolean): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:chainAnimation(value: boolean): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:onScrollIndex(event: (start: number, end: number) => void): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:onScrollIndex(event: (start: number, end: number) => void): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:onReachStart(event: () => void): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:onReachStart(event: () => void): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:onReachEnd(event: () => void): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:onReachEnd(event: () => void): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListAttribute 方法 or 属性:onScrollStop(event: () => void): ListAttribute; 起始版本:7 |
类名:ListAttribute 方法 or 属性:onScrollStop(event: () => void): ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const List: ListInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const List: ListInterface; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ListInstance: ListAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ListInstance: ListAttribute; 起始版本:9 |
list.d.ts |
起始版本有变化 | 类名:ListItemInterface 起始版本:7 |
类名:ListItemInterface 起始版本:9 |
list_item.d.ts |
起始版本有变化 | 类名:ListItemInterface 方法 or 属性:(value?: string): ListItemAttribute; 起始版本:7 |
类名:ListItemInterface 方法 or 属性:(value?: string): ListItemAttribute; 起始版本:9 |
list_item.d.ts |
起始版本有变化 | 类名:ListItemAttribute 起始版本:7 |
类名:ListItemAttribute 起始版本:9 |
list_item.d.ts |
起始版本有变化 | 类名:ListItemAttribute 方法 or 属性:onSelect(event: (isSelected: boolean) => void): ListItemAttribute; 起始版本:8 |
类名:ListItemAttribute 方法 or 属性:onSelect(event: (isSelected: boolean) => void): ListItemAttribute; 起始版本:9 |
list_item.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ListItemInstance: ListItemAttribute; 起始版本:7 |
类名:global 方法 or 属性:declare const ListItemInstance: ListItemAttribute; 起始版本:9 |
list_item.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ListItem: ListItemInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const ListItem: ListItemInterface; 起始版本:9 |
list_item.d.ts |
起始版本有变化 | 类名:LoadingProgressStyle 起始版本:8 |
类名:LoadingProgressStyle 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:LoadingProgressStyle 方法 or 属性:Default 起始版本:8 |
类名:LoadingProgressStyle 方法 or 属性:Default 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:LoadingProgressStyle 方法 or 属性:Circular 起始版本:8 |
类名:LoadingProgressStyle 方法 or 属性:Circular 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:LoadingProgressStyle 方法 or 属性:Orbital 起始版本:8 |
类名:LoadingProgressStyle 方法 or 属性:Orbital 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:LoadingProgressInterface 起始版本:8 |
类名:LoadingProgressInterface 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:LoadingProgressInterface 方法 or 属性:(): LoadingProgressAttribute; 起始版本:8 |
类名:LoadingProgressInterface 方法 or 属性:(): LoadingProgressAttribute; 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:LoadingProgressAttribute 起始版本:8 |
类名:LoadingProgressAttribute 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:LoadingProgressAttribute 方法 or 属性:color(value: ResourceColor): LoadingProgressAttribute; 起始版本:8 |
类名:LoadingProgressAttribute 方法 or 属性:color(value: ResourceColor): LoadingProgressAttribute; 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const LoadingProgress: LoadingProgressInterface; 起始版本:8 |
类名:global 方法 or 属性:declare const LoadingProgress: LoadingProgressInterface; 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const LoadingProgressInstance: LoadingProgressAttribute; 起始版本:8 |
类名:global 方法 or 属性:declare const LoadingProgressInstance: LoadingProgressAttribute; 起始版本:9 |
loading_progress.d.ts |
起始版本有变化 | 类名:MarqueeInterface 起始版本:8 |
类名:MarqueeInterface 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeInterface 方法 or 属性:(value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute; 起始版本:8 |
类名:MarqueeInterface 方法 or 属性:(value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 起始版本:8 |
类名:MarqueeAttribute 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 方法 or 属性:fontColor(value: ResourceColor): MarqueeAttribute; 起始版本:8 |
类名:MarqueeAttribute 方法 or 属性:fontColor(value: ResourceColor): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 方法 or 属性:fontSize(value: Length): MarqueeAttribute; 起始版本:8 |
类名:MarqueeAttribute 方法 or 属性:fontSize(value: Length): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 方法 or 属性:allowScale(value: boolean): MarqueeAttribute; 起始版本:8 |
类名:MarqueeAttribute 方法 or 属性:allowScale(value: boolean): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 方法 or 属性:fontWeight(value: number | FontWeight | string): MarqueeAttribute; 起始版本:8 |
类名:MarqueeAttribute 方法 or 属性:fontWeight(value: number | FontWeight | string): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 方法 or 属性:fontFamily(value: string | Resource): MarqueeAttribute; 起始版本:8 |
类名:MarqueeAttribute 方法 or 属性:fontFamily(value: string | Resource): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 方法 or 属性:onStart(event: () => void): MarqueeAttribute; 起始版本:8 |
类名:MarqueeAttribute 方法 or 属性:onStart(event: () => void): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 方法 or 属性:onBounce(event: () => void): MarqueeAttribute; 起始版本:8 |
类名:MarqueeAttribute 方法 or 属性:onBounce(event: () => void): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:MarqueeAttribute 方法 or 属性:onFinish(event: () => void): MarqueeAttribute; 起始版本:8 |
类名:MarqueeAttribute 方法 or 属性:onFinish(event: () => void): MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Marquee: MarqueeInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Marquee: MarqueeInterface; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const MarqueeInstance: MarqueeAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const MarqueeInstance: MarqueeAttribute; 起始版本:9 |
marquee.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Navigation: NavigationInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Navigation: NavigationInterface; 起始版本:8 |
navigation.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const NavigationInstance: NavigationAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const NavigationInstance: NavigationAttribute; 起始版本:8 |
navigation.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Navigator: NavigatorInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Navigator: NavigatorInterface; 起始版本:7 |
navigator.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const NavigatorInstance: NavigatorAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const NavigatorInstance: NavigatorAttribute; 起始版本:7 |
navigator.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const PageTransitionEnter: PageTransitionEnterInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const PageTransitionEnter: PageTransitionEnterInterface; 起始版本:7 |
page_transition.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const PageTransitionExit: PageTransitionExitInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const PageTransitionExit: PageTransitionExitInterface; 起始版本:7 |
page_transition.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Panel: PanelInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Panel: PanelInterface; 起始版本:7 |
panel.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const PanelInstance: PanelAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const PanelInstance: PanelAttribute; 起始版本:7 |
panel.d.ts |
起始版本有变化 | 类名:PathInterface 起始版本:7 |
类名:PathInterface 起始版本:9 |
path.d.ts |
起始版本有变化 | 类名:PathInterface 方法 or 属性:new (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute; 起始版本:7 |
类名:PathInterface 方法 or 属性:new (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute; 起始版本:9 |
path.d.ts |
起始版本有变化 | 类名:PathInterface 方法 or 属性:(value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute; 起始版本:7 |
类名:PathInterface 方法 or 属性:(value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute; 起始版本:9 |
path.d.ts |
起始版本有变化 | 类名:PathAttribute 起始版本:7 |
类名:PathAttribute 起始版本:9 |
path.d.ts |
起始版本有变化 | 类名:PathAttribute 方法 or 属性:commands(value: string): PathAttribute; 起始版本:7 |
类名:PathAttribute 方法 or 属性:commands(value: string): PathAttribute; 起始版本:9 |
path.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Path: PathInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Path: PathInterface; 起始版本:9 |
path.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const PathInstance: PathAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const PathInstance: PathAttribute; 起始版本:9 |
path.d.ts |
起始版本有变化 | 类名:PolygonInterface 起始版本:7 |
类名:PolygonInterface 起始版本:9 |
polygon.d.ts |
起始版本有变化 | 类名:PolygonInterface 方法 or 属性:new (value?: { width?: string | number; height?: string | number }): PolygonAttribute; 起始版本:7 |
类名:PolygonInterface 方法 or 属性:new (value?: { width?: string | number; height?: string | number }): PolygonAttribute; 起始版本:9 |
polygon.d.ts |
起始版本有变化 | 类名:PolygonInterface 方法 or 属性:(value?: { width?: string | number; height?: string | number }): PolygonAttribute; 起始版本:7 |
类名:PolygonInterface 方法 or 属性:(value?: { width?: string | number; height?: string | number }): PolygonAttribute; 起始版本:9 |
polygon.d.ts |
起始版本有变化 | 类名:PolygonAttribute 方法 or 属性:points(value: Array<any>): PolygonAttribute; 起始版本:7 |
类名:PolygonAttribute 方法 or 属性:points(value: Array<any>): PolygonAttribute; 起始版本:9 |
polygon.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Polygon: PolygonInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Polygon: PolygonInterface; 起始版本:9 |
polygon.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const PolygonInstance: PolygonAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const PolygonInstance: PolygonAttribute; 起始版本:9 |
polygon.d.ts |
起始版本有变化 | 类名:PolylineInterface 起始版本:7 |
类名:PolylineInterface 起始版本:9 |
polyline.d.ts |
起始版本有变化 | 类名:PolylineInterface 方法 or 属性:new (value?: { width?: string | number; height?: string | number }): PolylineAttribute; 起始版本:7 |
类名:PolylineInterface 方法 or 属性:new (value?: { width?: string | number; height?: string | number }): PolylineAttribute; 起始版本:9 |
polyline.d.ts |
起始版本有变化 | 类名:PolylineInterface 方法 or 属性:(value?: { width?: string | number; height?: string | number }): PolylineAttribute; 起始版本:7 |
类名:PolylineInterface 方法 or 属性:(value?: { width?: string | number; height?: string | number }): PolylineAttribute; 起始版本:9 |
polyline.d.ts |
起始版本有变化 | 类名:PolylineAttribute 起始版本:7 |
类名:PolylineAttribute 起始版本:9 |
polyline.d.ts |
起始版本有变化 | 类名:PolylineAttribute 方法 or 属性:points(value: Array<any>): PolylineAttribute; 起始版本:7 |
类名:PolylineAttribute 方法 or 属性:points(value: Array<any>): PolylineAttribute; 起始版本:9 |
polyline.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Polyline: PolylineInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Polyline: PolylineInterface; 起始版本:9 |
polyline.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const PolylineInstance: PolylineAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const PolylineInstance: PolylineAttribute; 起始版本:9 |
polyline.d.ts |
起始版本有变化 | 类名:ProgressOptions 起始版本:7 |
类名:ProgressOptions 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressOptions 方法 or 属性:value: number; 起始版本:7 |
类名:ProgressOptions 方法 or 属性:value: number; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressOptions 方法 or 属性:total?: number; 起始版本:7 |
类名:ProgressOptions 方法 or 属性:total?: number; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressOptions 方法 or 属性:type?: ProgressType 起始版本:8 |
类名:ProgressOptions 方法 or 属性:type?: ProgressType 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressType 起始版本:8 |
类名:ProgressType 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressType 方法 or 属性:Linear 起始版本:8 |
类名:ProgressType 方法 or 属性:Linear 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressType 方法 or 属性:Ring 起始版本:8 |
类名:ProgressType 方法 or 属性:Ring 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressType 方法 or 属性:Eclipse 起始版本:8 |
类名:ProgressType 方法 or 属性:Eclipse 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressType 方法 or 属性:ScaleRing 起始版本:8 |
类名:ProgressType 方法 or 属性:ScaleRing 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressType 方法 or 属性:Capsule 起始版本:8 |
类名:ProgressType 方法 or 属性:Capsule 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyleOptions 起始版本:8 |
类名:ProgressStyleOptions 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyleOptions 方法 or 属性:strokeWidth?: Length; 起始版本:8 |
类名:ProgressStyleOptions 方法 or 属性:strokeWidth?: Length; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyleOptions 方法 or 属性:scaleCount?: number; 起始版本:8 |
类名:ProgressStyleOptions 方法 or 属性:scaleCount?: number; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyleOptions 方法 or 属性:scaleWidth?: Length; 起始版本:8 |
类名:ProgressStyleOptions 方法 or 属性:scaleWidth?: Length; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyle 起始版本:7 |
类名:ProgressStyle 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyle 方法 or 属性:Linear 起始版本:7 |
类名:ProgressStyle 方法 or 属性:Linear 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyle 方法 or 属性:Ring 起始版本:8 |
类名:ProgressStyle 方法 or 属性:Ring 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyle 方法 or 属性:Eclipse 起始版本:7 |
类名:ProgressStyle 方法 or 属性:Eclipse 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyle 方法 or 属性:ScaleRing 起始版本:8 |
类名:ProgressStyle 方法 or 属性:ScaleRing 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressStyle 方法 or 属性:Capsule 起始版本:8 |
类名:ProgressStyle 方法 or 属性:Capsule 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressInterface 起始版本:7 |
类名:ProgressInterface 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressInterface 方法 or 属性:(options: ProgressOptions): ProgressAttribute; 起始版本:7 |
类名:ProgressInterface 方法 or 属性:(options: ProgressOptions): ProgressAttribute; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressAttribute 起始版本:7 |
类名:ProgressAttribute 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressAttribute 方法 or 属性:value(value: number): ProgressAttribute; 起始版本:7 |
类名:ProgressAttribute 方法 or 属性:value(value: number): ProgressAttribute; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressAttribute 方法 or 属性:color(value: ResourceColor): ProgressAttribute; 起始版本:7 |
类名:ProgressAttribute 方法 or 属性:color(value: ResourceColor): ProgressAttribute; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:ProgressAttribute 方法 or 属性:style(value: ProgressStyleOptions): ProgressAttribute; 起始版本:8 |
类名:ProgressAttribute 方法 or 属性:style(value: ProgressStyleOptions): ProgressAttribute; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Progress: ProgressInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Progress: ProgressInterface; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ProgressInstance: ProgressAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ProgressInstance: ProgressAttribute; 起始版本:9 |
progress.d.ts |
起始版本有变化 | 类名:QRCodeInterface 起始版本:7 |
类名:QRCodeInterface 起始版本:9 |
qrcode.d.ts |
起始版本有变化 | 类名:QRCodeInterface 方法 or 属性:(value: string): QRCodeAttribute; 起始版本:7 |
类名:QRCodeInterface 方法 or 属性:(value: string): QRCodeAttribute; 起始版本:9 |
qrcode.d.ts |
起始版本有变化 | 类名:QRCodeAttribute 起始版本:7 |
类名:QRCodeAttribute 起始版本:9 |
qrcode.d.ts |
起始版本有变化 | 类名:QRCodeAttribute 方法 or 属性:color(value: ResourceColor): QRCodeAttribute; 起始版本:7 |
类名:QRCodeAttribute 方法 or 属性:color(value: ResourceColor): QRCodeAttribute; 起始版本:9 |
qrcode.d.ts |
起始版本有变化 | 类名:QRCodeAttribute 方法 or 属性:backgroundColor(value: ResourceColor): QRCodeAttribute; 起始版本:7 |
类名:QRCodeAttribute 方法 or 属性:backgroundColor(value: ResourceColor): QRCodeAttribute; 起始版本:9 |
qrcode.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const QRCode: QRCodeInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const QRCode: QRCodeInterface; 起始版本:9 |
qrcode.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const QRCodeInstance: QRCodeAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const QRCodeInstance: QRCodeAttribute; 起始版本:9 |
qrcode.d.ts |
起始版本有变化 | 类名:RadioOptions 起始版本:8 |
类名:RadioOptions 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:RadioOptions 方法 or 属性:group: string; 起始版本:8 |
类名:RadioOptions 方法 or 属性:group: string; 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:RadioOptions 方法 or 属性:value: string; 起始版本:8 |
类名:RadioOptions 方法 or 属性:value: string; 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:RadioInterface 起始版本:8 |
类名:RadioInterface 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:RadioInterface 方法 or 属性:(options: RadioOptions): RadioAttribute; 起始版本:8 |
类名:RadioInterface 方法 or 属性:(options: RadioOptions): RadioAttribute; 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:RadioAttribute 起始版本:8 |
类名:RadioAttribute 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:RadioAttribute 方法 or 属性:checked(value: boolean): RadioAttribute; 起始版本:8 |
类名:RadioAttribute 方法 or 属性:checked(value: boolean): RadioAttribute; 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:RadioAttribute 方法 or 属性:onChange(callback: (isChecked: boolean) => void): RadioAttribute; 起始版本:8 |
类名:RadioAttribute 方法 or 属性:onChange(callback: (isChecked: boolean) => void): RadioAttribute; 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Radio: RadioInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Radio: RadioInterface; 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RadioInstance: RadioAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const RadioInstance: RadioAttribute; 起始版本:9 |
radio.d.ts |
起始版本有变化 | 类名:RatingInterface 起始版本:7 |
类名:RatingInterface 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:RatingInterface 方法 or 属性:(options?: { rating: number; indicator?: boolean }): RatingAttribute; 起始版本:7 |
类名:RatingInterface 方法 or 属性:(options?: { rating: number; indicator?: boolean }): RatingAttribute; 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:RatingAttribute 起始版本:7 |
类名:RatingAttribute 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:RatingAttribute 方法 or 属性:stars(value: number): RatingAttribute; 起始版本:7 |
类名:RatingAttribute 方法 or 属性:stars(value: number): RatingAttribute; 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:RatingAttribute 方法 or 属性:stepSize(value: number): RatingAttribute; 起始版本:7 |
类名:RatingAttribute 方法 or 属性:stepSize(value: number): RatingAttribute; 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:RatingAttribute 方法 or 属性:starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute; 起始版本:7 |
类名:RatingAttribute 方法 or 属性:starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute; 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:RatingAttribute 方法 or 属性:onChange(callback: (value: number) => void): RatingAttribute; 起始版本:7 |
类名:RatingAttribute 方法 or 属性:onChange(callback: (value: number) => void): RatingAttribute; 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Rating: RatingInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Rating: RatingInterface; 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RatingInstance: RatingAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const RatingInstance: RatingAttribute; 起始版本:9 |
rating.d.ts |
起始版本有变化 | 类名:RectInterface 起始版本:7 |
类名:RectInterface 起始版本:9 |
rect.d.ts |
起始版本有变化 | 类名:RectInterface 方法 or 属性:new ( value?: { width?: number | string; height?: number | string; radius?: number | string | Array<any>; } | { width?: number | string; height?: number | string; radiusWidth?: number | string; radiusHeight?: number | string; }, ): RectAttribute; 起始版本:7 |
类名:RectInterface 方法 or 属性:new ( value?: { width?: number | string; height?: number | string; radius?: number | string | Array<any>; } | { width?: number | string; height?: number | string; radiusWidth?: number | string; radiusHeight?: number | string; }, ): RectAttribute; 起始版本:9 |
rect.d.ts |
起始版本有变化 | 类名:RectInterface 方法 or 属性:( value?: { width?: number | string; height?: number | string; radius?: number | string | Array<any>; } | { width?: number | string; height?: number | string; radiusWidth?: number | string; radiusHeight?: number | string; }, ): RectAttribute; 起始版本:7 |
类名:RectInterface 方法 or 属性:( value?: { width?: number | string; height?: number | string; radius?: number | string | Array<any>; } | { width?: number | string; height?: number | string; radiusWidth?: number | string; radiusHeight?: number | string; }, ): RectAttribute; 起始版本:9 |
rect.d.ts |
起始版本有变化 | 类名:RectAttribute 起始版本:7 |
类名:RectAttribute 起始版本:9 |
rect.d.ts |
起始版本有变化 | 类名:RectAttribute 方法 or 属性:radiusWidth(value: number | string): RectAttribute; 起始版本:7 |
类名:RectAttribute 方法 or 属性:radiusWidth(value: number | string): RectAttribute; 起始版本:9 |
rect.d.ts |
起始版本有变化 | 类名:RectAttribute 方法 or 属性:radiusHeight(value: number | string): RectAttribute; 起始版本:7 |
类名:RectAttribute 方法 or 属性:radiusHeight(value: number | string): RectAttribute; 起始版本:9 |
rect.d.ts |
起始版本有变化 | 类名:RectAttribute 方法 or 属性:radius(value: number | string | Array<any>): RectAttribute; 起始版本:7 |
类名:RectAttribute 方法 or 属性:radius(value: number | string | Array<any>): RectAttribute; 起始版本:9 |
rect.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Rect: RectInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Rect: RectInterface; 起始版本:9 |
rect.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Refresh: RefreshInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Refresh: RefreshInterface; 起始版本:8 |
refresh.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RefreshInstance: RefreshAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const RefreshInstance: RefreshAttribute; 起始版本:8 |
refresh.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RichText: RichTextInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const RichText: RichTextInterface; 起始版本:8 |
rich_text.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RichTextInstance: RichTextAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const RichTextInstance: RichTextAttribute; 起始版本:8 |
rich_text.d.ts |
起始版本有变化 | 类名:RowInterface 起始版本:7 |
类名:RowInterface 起始版本:9 |
row.d.ts |
起始版本有变化 | 类名:RowInterface 方法 or 属性:(value?: { space?: string | number }): RowAttribute; 起始版本:7 |
类名:RowInterface 方法 or 属性:(value?: { space?: string | number }): RowAttribute; 起始版本:9 |
row.d.ts |
起始版本有变化 | 类名:RowAttribute 起始版本:7 |
类名:RowAttribute 起始版本:9 |
row.d.ts |
起始版本有变化 | 类名:RowAttribute 方法 or 属性:alignItems(value: VerticalAlign): RowAttribute; 起始版本:7 |
类名:RowAttribute 方法 or 属性:alignItems(value: VerticalAlign): RowAttribute; 起始版本:9 |
row.d.ts |
起始版本有变化 | 类名:RowAttribute 方法 or 属性:justifyContent(value: FlexAlign): RowAttribute; 起始版本:8 |
类名:RowAttribute 方法 or 属性:justifyContent(value: FlexAlign): RowAttribute; 起始版本:9 |
row.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Row: RowInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Row: RowInterface; 起始版本:9 |
row.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RowInstance: RowAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const RowInstance: RowAttribute; 起始版本:9 |
row.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RowSplit: RowSplitInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const RowSplit: RowSplitInterface; 起始版本:7 |
row_split.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const RowSplitInstance: RowSplitAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const RowSplitInstance: RowSplitAttribute; 起始版本:7 |
row_split.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Scroll: ScrollInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Scroll: ScrollInterface; 起始版本:7 |
scroll.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ScrollInstance: ScrollAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ScrollInstance: ScrollAttribute; 起始版本:7 |
scroll.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ScrollBar: ScrollBarInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const ScrollBar: ScrollBarInterface; 起始版本:8 |
scroll_bar.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ScrollBarInstance: ScrollBarAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ScrollBarInstance: ScrollBarAttribute; 起始版本:8 |
scroll_bar.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Search: SearchInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Search: SearchInterface; 起始版本:8 |
search.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const SearchInstance: SearchAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const SearchInstance: SearchAttribute; 起始版本:8 |
search.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Select: SelectInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Select: SelectInterface; 起始版本:8 |
select.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const SelectInstance: SelectAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const SelectInstance: SelectAttribute; 起始版本:8 |
select.d.ts |
起始版本有变化 | 类名:ShapeInterface 起始版本:7 |
类名:ShapeInterface 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 起始版本:7 |
类名:ShapeAttribute 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:viewPort(value: { x?: number | string; y?: number | string; width?: number | string; height?: number | string }): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:viewPort(value: { x?: number | string; y?: number | string; width?: number | string; height?: number | string }): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:stroke(value: ResourceColor): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:stroke(value: ResourceColor): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:fill(value: ResourceColor): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:fill(value: ResourceColor): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:strokeDashOffset(value: number | string): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:strokeDashOffset(value: number | string): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:strokeDashArray(value: Array<any>): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:strokeDashArray(value: Array<any>): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:strokeLineCap(value: LineCapStyle): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:strokeLineCap(value: LineCapStyle): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:strokeLineJoin(value: LineJoinStyle): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:strokeLineJoin(value: LineJoinStyle): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:strokeMiterLimit(value: number | string): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:strokeMiterLimit(value: number | string): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:strokeOpacity(value: number | string | Resource): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:strokeOpacity(value: number | string | Resource): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:fillOpacity(value: number | string | Resource): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:fillOpacity(value: number | string | Resource): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:strokeWidth(value: number | string): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:strokeWidth(value: number | string): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:antiAlias(value: boolean): ShapeAttribute; 起始版本:7 |
类名:ShapeAttribute 方法 or 属性:antiAlias(value: boolean): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:ShapeAttribute 方法 or 属性:mesh(value: Array<any>, column: number, row: number): ShapeAttribute; 起始版本:8 |
类名:ShapeAttribute 方法 or 属性:mesh(value: Array<any>, column: number, row: number): ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Shape: ShapeInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Shape: ShapeInterface; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ShapeInstance: ShapeAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ShapeInstance: ShapeAttribute; 起始版本:9 |
shape.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const SideBarContainer: SideBarContainerInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const SideBarContainer: SideBarContainerInterface; 起始版本:8 |
sidebar.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const SideBarContainerInstance: SideBarContainerAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const SideBarContainerInstance: SideBarContainerAttribute; 起始版本:8 |
sidebar.d.ts |
起始版本有变化 | 类名:SliderStyle 起始版本:7 |
类名:SliderStyle 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderStyle 方法 or 属性:OutSet 起始版本:7 |
类名:SliderStyle 方法 or 属性:OutSet 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderStyle 方法 or 属性:InSet 起始版本:7 |
类名:SliderStyle 方法 or 属性:InSet 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderChangeMode 起始版本:7 |
类名:SliderChangeMode 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderChangeMode 方法 or 属性:Begin 起始版本:7 |
类名:SliderChangeMode 方法 or 属性:Begin 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderChangeMode 方法 or 属性:Moving 起始版本:7 |
类名:SliderChangeMode 方法 or 属性:Moving 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderChangeMode 方法 or 属性:End 起始版本:7 |
类名:SliderChangeMode 方法 or 属性:End 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderChangeMode 方法 or 属性:Click 起始版本:8 |
类名:SliderChangeMode 方法 or 属性:Click 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderOptions 起始版本:7 |
类名:SliderOptions 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderOptions 方法 or 属性:value?: number; 起始版本:7 |
类名:SliderOptions 方法 or 属性:value?: number; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderOptions 方法 or 属性:min?: number; 起始版本:7 |
类名:SliderOptions 方法 or 属性:min?: number; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderOptions 方法 or 属性:max?: number; 起始版本:7 |
类名:SliderOptions 方法 or 属性:max?: number; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderOptions 方法 or 属性:step?: number; 起始版本:7 |
类名:SliderOptions 方法 or 属性:step?: number; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderOptions 方法 or 属性:style?: SliderStyle; 起始版本:7 |
类名:SliderOptions 方法 or 属性:style?: SliderStyle; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderOptions 方法 or 属性:direction?: Axis; 起始版本:8 |
类名:SliderOptions 方法 or 属性:direction?: Axis; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderOptions 方法 or 属性:reverse?: boolean; 起始版本:8 |
类名:SliderOptions 方法 or 属性:reverse?: boolean; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderInterface 起始版本:7 |
类名:SliderInterface 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderInterface 方法 or 属性:(options?: SliderOptions): SliderAttribute; 起始版本:7 |
类名:SliderInterface 方法 or 属性:(options?: SliderOptions): SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderAttribute 起始版本:7 |
类名:SliderAttribute 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderAttribute 方法 or 属性:blockColor(value: ResourceColor): SliderAttribute; 起始版本:7 |
类名:SliderAttribute 方法 or 属性:blockColor(value: ResourceColor): SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderAttribute 方法 or 属性:trackColor(value: ResourceColor): SliderAttribute; 起始版本:7 |
类名:SliderAttribute 方法 or 属性:trackColor(value: ResourceColor): SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderAttribute 方法 or 属性:selectedColor(value: ResourceColor): SliderAttribute; 起始版本:7 |
类名:SliderAttribute 方法 or 属性:selectedColor(value: ResourceColor): SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderAttribute 方法 or 属性:showSteps(value: boolean): SliderAttribute; 起始版本:7 |
类名:SliderAttribute 方法 or 属性:showSteps(value: boolean): SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderAttribute 方法 or 属性:showTips(value: boolean): SliderAttribute; 起始版本:7 |
类名:SliderAttribute 方法 or 属性:showTips(value: boolean): SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderAttribute 方法 or 属性:trackThickness(value: Length): SliderAttribute; 起始版本:8 |
类名:SliderAttribute 方法 or 属性:trackThickness(value: Length): SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SliderAttribute 方法 or 属性:onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute; 起始版本:7 |
类名:SliderAttribute 方法 or 属性:onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Slider: SliderInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Slider: SliderInterface; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const SliderInstance: SliderAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const SliderInstance: SliderAttribute; 起始版本:9 |
slider.d.ts |
起始版本有变化 | 类名:SpanInterface 起始版本:7 |
类名:SpanInterface 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanInterface 方法 or 属性:(value: string | Resource): SpanAttribute; 起始版本:7 |
类名:SpanInterface 方法 or 属性:(value: string | Resource): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 起始版本:7 |
类名:SpanAttribute 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 方法 or 属性:fontColor(value: ResourceColor): SpanAttribute; 起始版本:7 |
类名:SpanAttribute 方法 or 属性:fontColor(value: ResourceColor): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 方法 or 属性:fontSize(value: number | string | Resource): SpanAttribute; 起始版本:7 |
类名:SpanAttribute 方法 or 属性:fontSize(value: number | string | Resource): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 方法 or 属性:fontStyle(value: FontStyle): SpanAttribute; 起始版本:7 |
类名:SpanAttribute 方法 or 属性:fontStyle(value: FontStyle): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 方法 or 属性:fontWeight(value: number | FontWeight | string): SpanAttribute; 起始版本:7 |
类名:SpanAttribute 方法 or 属性:fontWeight(value: number | FontWeight | string): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 方法 or 属性:fontFamily(value: string | Resource): SpanAttribute; 起始版本:7 |
类名:SpanAttribute 方法 or 属性:fontFamily(value: string | Resource): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 方法 or 属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute; 起始版本:7 |
类名:SpanAttribute 方法 or 属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 方法 or 属性:letterSpacing(value: number | string): SpanAttribute; 起始版本:7 |
类名:SpanAttribute 方法 or 属性:letterSpacing(value: number | string): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:SpanAttribute 方法 or 属性:textCase(value: TextCase): SpanAttribute; 起始版本:N/A |
类名:SpanAttribute 方法 or 属性:textCase(value: TextCase): SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Span: SpanInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Span: SpanInterface; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const SpanInstance: SpanAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const SpanInstance: SpanAttribute; 起始版本:9 |
span.d.ts |
起始版本有变化 | 类名:StackInterface 起始版本:7 |
类名:StackInterface 起始版本:9 |
stack.d.ts |
起始版本有变化 | 类名:StackInterface 方法 or 属性:(value?: { alignContent?: Alignment }): StackAttribute; 起始版本:7 |
类名:StackInterface 方法 or 属性:(value?: { alignContent?: Alignment }): StackAttribute; 起始版本:9 |
stack.d.ts |
起始版本有变化 | 类名:StackAttribute 起始版本:7 |
类名:StackAttribute 起始版本:9 |
stack.d.ts |
起始版本有变化 | 类名:StackAttribute 方法 or 属性:alignContent(value: Alignment): StackAttribute; 起始版本:7 |
类名:StackAttribute 方法 or 属性:alignContent(value: Alignment): StackAttribute; 起始版本:9 |
stack.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Stack: StackInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Stack: StackInterface; 起始版本:9 |
stack.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const StackInstance: StackAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const StackInstance: StackAttribute; 起始版本:9 |
stack.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Stepper: StepperInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Stepper: StepperInterface; 起始版本:8 |
stepper.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const StepperInstance: StepperAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const StepperInstance: StepperAttribute; 起始版本:8 |
stepper.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const StepperItemInstance: StepperItemAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const StepperItemInstance: StepperItemAttribute; 起始版本:8 |
stepper_item.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const StepperItem: StepperItemInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const StepperItem: StepperItemInterface; 起始版本:8 |
stepper_item.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Swiper: SwiperInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Swiper: SwiperInterface; 起始版本:7 |
swiper.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const SwiperInstance: SwiperAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const SwiperInstance: SwiperAttribute; 起始版本:7 |
swiper.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Tabs: TabsInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Tabs: TabsInterface; 起始版本:7 |
tabs.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TabsInstance: TabsAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TabsInstance: TabsAttribute; 起始版本:7 |
tabs.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TabContent: TabContentInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const TabContent: TabContentInterface; 起始版本:7 |
tab_content.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TabContentInstance: TabContentAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TabContentInstance: TabContentAttribute; 起始版本:7 |
tab_content.d.ts |
起始版本有变化 | 类名:TextInterface 起始版本:7 |
类名:TextInterface 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextInterface 方法 or 属性:(content?: string | Resource): TextAttribute; 起始版本:7 |
类名:TextInterface 方法 or 属性:(content?: string | Resource): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 起始版本:7 |
类名:TextAttribute 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:fontColor(value: ResourceColor): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:fontColor(value: ResourceColor): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:fontSize(value: number | string | Resource): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:fontSize(value: number | string | Resource): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:minFontSize(value: number | string | Resource): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:minFontSize(value: number | string | Resource): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:maxFontSize(value: number | string | Resource): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:maxFontSize(value: number | string | Resource): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:fontStyle(value: FontStyle): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:fontStyle(value: FontStyle): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:fontWeight(value: number | FontWeight | string): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:fontWeight(value: number | FontWeight | string): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:textAlign(value: TextAlign): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:textAlign(value: TextAlign): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:lineHeight(value: number | string | Resource): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:lineHeight(value: number | string | Resource): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:textOverflow(value: { overflow: TextOverflow }): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:textOverflow(value: { overflow: TextOverflow }): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:fontFamily(value: string | Resource): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:fontFamily(value: string | Resource): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:maxLines(value: number): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:maxLines(value: number): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:letterSpacing(value: number | string): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:letterSpacing(value: number | string): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:textCase(value: TextCase): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:textCase(value: TextCase): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:TextAttribute 方法 or 属性:baselineOffset(value: number | string): TextAttribute; 起始版本:7 |
类名:TextAttribute 方法 or 属性:baselineOffset(value: number | string): TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextInstance: TextAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextInstance: TextAttribute; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Text: TextInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Text: TextInterface; 起始版本:9 |
text.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextArea: TextAreaInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextArea: TextAreaInterface; 起始版本:7 |
text_area.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextAreaInstance: TextAreaAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextAreaInstance: TextAreaAttribute; 起始版本:7 |
text_area.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextClock: TextClockInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextClock: TextClockInterface; 起始版本:8 |
text_clock.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextClockInstance: TextClockAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextClockInstance: TextClockAttribute; 起始版本:8 |
text_clock.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextInput: TextInputInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextInput: TextInputInterface; 起始版本:7 |
text_input.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextInputInstance: TextInputAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextInputInstance: TextInputAttribute; 起始版本:7 |
text_input.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextPicker: TextPickerInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextPicker: TextPickerInterface; 起始版本:8 |
text_picker.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextPickerInstance: TextPickerAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextPickerInstance: TextPickerAttribute; 起始版本:8 |
text_picker.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextTimer: TextTimerInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextTimer: TextTimerInterface; 起始版本:8 |
text_timer.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TextTimerInstance: TextTimerAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TextTimerInstance: TextTimerAttribute; 起始版本:8 |
text_timer.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TimePicker: TimePickerInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const TimePicker: TimePickerInterface; 起始版本:8 |
time_picker.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const TimePickerInstance: TimePickerAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const TimePickerInstance: TimePickerAttribute; 起始版本:8 |
time_picker.d.ts |
起始版本有变化 | 类名:ToggleType 起始版本:8 |
类名:ToggleType 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleType 方法 or 属性:Checkbox 起始版本:8 |
类名:ToggleType 方法 or 属性:Checkbox 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleType 方法 or 属性:Switch 起始版本:8 |
类名:ToggleType 方法 or 属性:Switch 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleType 方法 or 属性:Button 起始版本:8 |
类名:ToggleType 方法 or 属性:Button 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleInterface 起始版本:8 |
类名:ToggleInterface 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleInterface 方法 or 属性:(options: { type: ToggleType; isOn?: boolean }): ToggleAttribute; 起始版本:8 |
类名:ToggleInterface 方法 or 属性:(options: { type: ToggleType; isOn?: boolean }): ToggleAttribute; 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleAttribute 起始版本:8 |
类名:ToggleAttribute 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleAttribute 方法 or 属性:onChange(callback: (isOn: boolean) => void): ToggleAttribute; 起始版本:8 |
类名:ToggleAttribute 方法 or 属性:onChange(callback: (isOn: boolean) => void): ToggleAttribute; 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleAttribute 方法 or 属性:selectedColor(value: ResourceColor): ToggleAttribute; 起始版本:8 |
类名:ToggleAttribute 方法 or 属性:selectedColor(value: ResourceColor): ToggleAttribute; 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:ToggleAttribute 方法 or 属性:switchPointColor(color: ResourceColor): ToggleAttribute; 起始版本:8 |
类名:ToggleAttribute 方法 or 属性:switchPointColor(color: ResourceColor): ToggleAttribute; 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Toggle: ToggleInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Toggle: ToggleInterface; 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const ToggleInstance: ToggleAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const ToggleInstance: ToggleAttribute; 起始版本:9 |
toggle.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Video: VideoInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Video: VideoInterface; 起始版本:7 |
video.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const VideoInstance: VideoAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const VideoInstance: VideoAttribute; 起始版本:7 |
video.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const Web: WebInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const Web: WebInterface; 起始版本:8 |
web.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const WebInstance: WebAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const WebInstance: WebAttribute; 起始版本:8 |
web.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const XComponent: XComponentInterface; 起始版本:N/A |
类名:global 方法 or 属性:declare const XComponent: XComponentInterface; 起始版本:8 |
xcomponent.d.ts |
起始版本有变化 | 类名:global 方法 or 属性:declare const XComponentInstance: XComponentAttribute; 起始版本:N/A |
类名:global 方法 or 属性:declare const XComponentInstance: XComponentAttribute; 起始版本:8 |
xcomponent.d.ts |
SysCap有变化 | 类名:console 方法 or 属性:static debug(message: string, ...arguments: any[]): void; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名:console 方法 or 属性:static debug(message: string, ...arguments: any[]): void; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名:console 方法 or 属性:static log(message: string, ...arguments: any[]): void; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名:console 方法 or 属性:static log(message: string, ...arguments: any[]): void; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名:console 方法 or 属性:static info(message: string, ...arguments: any[]): void; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名:console 方法 or 属性:static info(message: string, ...arguments: any[]): void; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名:console 方法 or 属性:static warn(message: string, ...arguments: any[]): void; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名:console 方法 or 属性:static warn(message: string, ...arguments: any[]): void; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名:console 方法 or 属性:static error(message: string, ...arguments: any[]): void; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名:console 方法 or 属性:static error(message: string, ...arguments: any[]): void; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名: 方法 or 属性: function getInspectorByKey(id: string): string; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名: 方法 or 属性: function getInspectorByKey(id: string): string; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名: 方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名: 方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名: 方法 or 属性: function sendTouchEvent(event: TouchObject): boolean; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名: 方法 or 属性: function sendTouchEvent(event: TouchObject): boolean; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名: 方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名: 方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名: 方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名: 方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean; SysCap:N/A |
global.d.ts |
SysCap有变化 | 类名:RouterOptions SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名:RouterOptions SysCap:SystemCapability.ArkUI.ArkUI.Lite |
@ohos.router.d.ts |
SysCap有变化 | 类名:router 方法 or 属性:function replace(options: RouterOptions):void; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名:router 方法 or 属性:function replace(options: RouterOptions):void; SysCap:SystemCapability.ArkUI.ArkUI.Lite |
@ohos.router.d.ts |
SysCap有变化 | 类名:TabContentInterface SysCap:N/A |
类名:TabContentInterface SysCap:SystemCapability.ArkUI.ArkUI.Full |
tab_content.d.ts |
SysCap有变化 | 类名:TabContentInterface 方法 or 属性:(): TabContentAttribute; SysCap:N/A |
类名:TabContentInterface 方法 or 属性:(): TabContentAttribute; SysCap:SystemCapability.ArkUI.ArkUI.Full |
tab_content.d.ts |
SysCap有变化 | 类名:TabContentAttribute SysCap:N/A |
类名:TabContentAttribute SysCap:SystemCapability.ArkUI.ArkUI.Full |
tab_content.d.ts |
SysCap有变化 | 类名:TabContentAttribute 方法 or 属性:tabBar(value: string | Resource | CustomBuilder | { icon?: string | Resource; text?: string | Resource }): TabContentAttribute; SysCap:N/A |
类名:TabContentAttribute 方法 or 属性:tabBar(value: string | Resource | CustomBuilder | { icon?: string | Resource; text?: string | Resource }): TabContentAttribute; SysCap:SystemCapability.ArkUI.ArkUI.Full |
tab_content.d.ts |
SysCap有变化 | 类名:global 方法 or 属性:declare const TabContent: TabContentInterface; SysCap:N/A |
类名:global 方法 or 属性:declare const TabContent: TabContentInterface; SysCap:SystemCapability.ArkUI.ArkUI.Full |
tab_content.d.ts |
SysCap有变化 | 类名:global 方法 or 属性:declare const TabContentInstance: TabContentAttribute; SysCap:N/A |
类名:global 方法 or 属性:declare const TabContentInstance: TabContentAttribute; SysCap:SystemCapability.ArkUI.ArkUI.Full |
tab_content.d.ts |
SysCap有变化 | 类名: 方法 or 属性: function createLocalParticleAbility(name?: string): any; SysCap:SystemCapability.ArkUI.ArkUI.Full |
类名: 方法 or 属性: function createLocalParticleAbility(name?: string): any; SysCap:N/A |
global.d.ts |
函数有变化 | 类名: 方法 or 属性: function getInspectorTree(): string; |
类名: 方法 or 属性: function getInspectorTree(): Object; |
global.d.ts |
函数有变化 | 类名:FormComponentInterface 方法 or 属性:(value: { id: number; name: string; bundle: string; ability: string; module: string; dimension?: FormDimension; temporary?: boolean; }): FormComponentAttribute; |
类名:FormComponentInterface 方法 or 属性:(value: { id: number; name: string; bundle: string; ability: string; module: string; dimension?: FormDimension; temporary?: boolean; want?: import('../api/@ohos.app.ability.Want').default; }): FormComponentAttribute; |
form_component.d.ts |
函数有变化 | 类名:ImageAnimatorAttribute 方法 or 属性:images( value: Array<{ src: string; width?: number | string; height?: number | string; top?: number | string; left?: number | string; duration?: number; }>, ): ImageAnimatorAttribute; |
类名:ImageAnimatorAttribute 方法 or 属性:images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute; |
image_animator.d.ts |
函数有变化 | 类名:NavigationAttribute 方法 or 属性:title(value: string | CustomBuilder): NavigationAttribute; |
类名:NavigationAttribute 方法 or 属性:title(value: string | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute; |
navigation.d.ts |
函数有变化 | 类名:WebAttribute 方法 or 属性:javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array<string>, controller: WebController }): WebAttribute; |
类名:WebAttribute 方法 or 属性:javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array<string>, controller: WebController | WebviewController }): WebAttribute; |
web.d.ts |
函数有变化 | 类名:WebAttribute 方法 or 属性:onRefreshAccessedHistory(callback: (event?: { url: string, refreshed: boolean }) => void): WebAttribute; |
类名:WebAttribute 方法 or 属性:onRefreshAccessedHistory(callback: (event?: { url: string, isRefreshed: boolean }) => void): WebAttribute; |
web.d.ts |
函数有变化 | 类名:XComponentController 方法 or 属性:getXComponentSurfaceId(); |
类名:XComponentController 方法 or 属性:getXComponentSurfaceId(): string; |
xcomponent.d.ts |
函数有变化 | 类名:XComponentController 方法 or 属性:getXComponentContext(); |
类名:XComponentController 方法 or 属性:getXComponentContext(): Object; |
xcomponent.d.ts |
函数有变化 | 类名:XComponentController 方法 or 属性:setXComponentSurfaceSize(value: { surfaceWidth: number; surfaceHeight: number; }); |
类名:XComponentController 方法 or 属性:setXComponentSurfaceSize(value: { surfaceWidth: number; surfaceHeight: number; }): void; |
xcomponent.d.ts |