操作 旧版本 新版本 d.ts文件
新增 NA 类名:NamedRouterOptions;
方法or属性:params?: Object;
@ohos.router.d.ts
新增 NA 类名:NamedRouterOptions;
方法or属性:name: string;
@ohos.router.d.ts
新增 NA 类名:componentSnapshot;
方法or属性:function get(id: string, callback: AsyncCallback<image.PixelMap>): void;
@ohos.arkui.componentSnapshot.d.ts
新增 NA 类名:componentSnapshot;
方法or属性:function get(id: string): Promise<image.PixelMap>;
@ohos.arkui.componentSnapshot.d.ts
新增 NA 类名:componentSnapshot;
方法or属性:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback<image.PixelMap>): void;
@ohos.arkui.componentSnapshot.d.ts
新增 NA 类名:componentSnapshot;
方法or属性:function createFromBuilder(builder: CustomBuilder): Promise<image.PixelMap>;
@ohos.arkui.componentSnapshot.d.ts
新增 NA 类名:componentUtils;
方法or属性:type Matrix4Result = [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:componentUtils;
方法or属性:function getRectangleById(id: string): ComponentInfo;
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ComponentInfo;
方法or属性:size: Size
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ComponentInfo;
方法or属性:localOffset: Offset
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ComponentInfo;
方法or属性:windowOffset: Offset
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ComponentInfo;
方法or属性:screenOffset: Offset
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ComponentInfo;
方法or属性:translate: TranslateResult
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ComponentInfo;
方法or属性:scale: ScaleResult
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ComponentInfo;
方法or属性:rotate: RotateResult
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ComponentInfo;
方法or属性:transform: Matrix4Result
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:Size;
方法or属性:width: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:Size;
方法or属性:height: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:Offset;
方法or属性:x: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:TranslateResult;
方法or属性:x: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ScaleResult;
方法or属性:x: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:RotateResult;
方法or属性:x: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:Offset;
方法or属性:y: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:TranslateResult;
方法or属性:y: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ScaleResult;
方法or属性:y: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:RotateResult;
方法or属性:y: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:TranslateResult;
方法or属性:z: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ScaleResult;
方法or属性:z: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:RotateResult;
方法or属性:z: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ScaleResult;
方法or属性:centerX: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:RotateResult;
方法or属性:centerX: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:ScaleResult;
方法or属性:centerY: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:RotateResult;
方法or属性:centerY: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:RotateResult;
方法or属性:angle: number
@ohos.arkui.componentUtils.d.ts
新增 NA 类名:dragController;
方法or属性:function executeDrag(custom: CustomBuilder | DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback<{
event: DragEvent, extraParams: string
}>): void;
@ohos.arkui.dragController.d.ts
新增 NA 类名:dragController;
方法or属性:function executeDrag(custom: CustomBuilder | DragItemInfo, dragInfo: DragInfo): Promise<{
event: DragEvent, extraParams: string
}>;
@ohos.arkui.dragController.d.ts
新增 NA 类名:DragInfo;
方法or属性:pointerId: number;
@ohos.arkui.dragController.d.ts
新增 NA 类名:DragInfo;
方法or属性:data?: unifiedDataChannel.UnifiedData;
@ohos.arkui.dragController.d.ts
新增 NA 类名:DragInfo;
方法or属性:extraParams?: string;
@ohos.arkui.dragController.d.ts
新增 NA 类名:DrawableDescriptor;
方法or属性:constructor();
@ohos.arkui.drawableDescriptor.d.ts
新增 NA 类名:DrawableDescriptor;
方法or属性:getPixelMap(): image.PixelMap;
@ohos.arkui.drawableDescriptor.d.ts
新增 NA 类名:LayeredDrawableDescriptor;
方法or属性:getForeground(): DrawableDescriptor;
@ohos.arkui.drawableDescriptor.d.ts
新增 NA 类名:LayeredDrawableDescriptor;
方法or属性:getBackground(): DrawableDescriptor;
@ohos.arkui.drawableDescriptor.d.ts
新增 NA 类名:LayeredDrawableDescriptor;
方法or属性:getMask(): DrawableDescriptor;
@ohos.arkui.drawableDescriptor.d.ts
新增 NA 类名:LayeredDrawableDescriptor;
方法or属性:static getMaskClipPath(): string;
@ohos.arkui.drawableDescriptor.d.ts
新增 NA 类名:inspector;
方法or属性:function createComponentObserver(id: string): ComponentObserver;
@ohos.arkui.inspector.d.ts
新增 NA 类名:ComponentObserver;
方法or属性:on(type: 'layout', callback: () => void): void;
@ohos.arkui.inspector.d.ts
新增 NA 类名:ComponentObserver;
方法or属性:on(type: 'draw', callback: () => void): void;
@ohos.arkui.inspector.d.ts
新增 NA 类名:ComponentObserver;
方法or属性:off(type: 'layout', callback?: () => void): void;
@ohos.arkui.inspector.d.ts
新增 NA 类名:ComponentObserver;
方法or属性:off(type: 'draw', callback?: () => void): void;
@ohos.arkui.inspector.d.ts
新增 NA 类名:performanceMonitor;
方法or属性:function begin(scene: string, startInputType: ActionType, note?: string): void;
@ohos.arkui.performanceMonitor.d.ts
新增 NA 类名:performanceMonitor;
方法or属性:function end(scene: string): void;
@ohos.arkui.performanceMonitor.d.ts
新增 NA 类名:ActionType;
方法or属性:LAST_DOWN = 0
@ohos.arkui.performanceMonitor.d.ts
新增 NA 类名:ActionType;
方法or属性:LAST_UP = 1
@ohos.arkui.performanceMonitor.d.ts
新增 NA 类名:ActionType;
方法or属性:FIRST_MOVE = 2
@ohos.arkui.performanceMonitor.d.ts
新增 NA 类名:Font;
方法or属性:registerFont(options: font.FontOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Font;
方法or属性:getSystemFontList(): Array<string>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Font;
方法or属性:getFontByName(fontName: string): font.FontInfo;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:MediaQuery;
方法or属性:matchMediaSync(condition: string): mediaQuery.MediaQueryListener;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIInspector;
方法or属性:createComponentObserver(id: string): inspector.ComponentObserver;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:pushUrl(options: router.RouterOptions, callback: AsyncCallback<void>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:pushUrl(options: router.RouterOptions): Promise<void>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:pushUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise<void>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:replaceUrl(options: router.RouterOptions, callback: AsyncCallback<void>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:replaceUrl(options: router.RouterOptions): Promise<void>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:replaceUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise<void>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:back(options?: router.RouterOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:clear(): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:getLength(): string;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:getState(): router.RouterState;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:showAlertBeforeBackPage(options: router.EnableAlertOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:hideAlertBeforeBackPage(): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:getParams(): Object;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback<void>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:pushNamedRoute(options: router.NamedRouterOptions): Promise<void>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise<void>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback<void>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:replaceNamedRoute(options: router.NamedRouterOptions): Promise<void>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:Router;
方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise<void>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:PromptAction;
方法or属性:showToast(options: promptAction.ShowToastOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:PromptAction;
方法or属性:showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback<promptAction.ShowDialogSuccessResponse>): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:PromptAction;
方法or属性:showDialog(options: promptAction.ShowDialogOptions): Promise<promptAction.ShowDialogSuccessResponse>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:PromptAction;
方法or属性:showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:PromptAction;
方法or属性:showActionMenu(options: promptAction.ActionMenuOptions): Promise<promptAction.ActionMenuSuccessResponse>;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:ComponentUtils;
方法or属性:getRectangleById(id: string): componentUtils.ComponentInfo;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:getFont(): Font;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:getMediaQuery(): MediaQuery;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:getUIInspector(): UIInspector;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:getRouter(): Router;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:getPromptAction(): PromptAction;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:getComponentUtils(): ComponentUtils;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:createAnimator(options: AnimatorOptions): AnimatorResult;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:animateTo(value: AnimateParam, event: () => void): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:showAlertDialog(options: AlertDialogParamWithConfirm | AlertDialogParamWithButtons | AlertDialogParamWithOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:showActionSheet(value: ActionSheetOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:showDatePickerDialog(options: DatePickerDialogOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:showTimePickerDialog(options: TimePickerDialogOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:showTextPickerDialog(options: TextPickerDialogOptions): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:UIContext;
方法or属性:runScopedTask(callback: () => void): void;
@ohos.arkui.UIContext.d.ts
新增 NA 类名:curves;
方法or属性:function customCurve(interpolate: (fraction: number) => number): ICurve;
@ohos.curves.d.ts
新增 NA 类名:curves;
方法or属性:function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
@ohos.curves.d.ts
新增 NA 类名:font;
方法or属性:function getSystemFontList(): Array<string>;
@ohos.font.d.ts
新增 NA 类名:font;
方法or属性:function getFontByName(fontName: string): FontInfo;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:path: string;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:postScriptName: string;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:fullName: string;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:family: string;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:subfamily: string;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:weight: number;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:width: number;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:italic: boolean;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:monoSpace: boolean;
@ohos.font.d.ts
新增 NA 类名:FontInfo;
方法or属性:symbolic: boolean;
@ohos.font.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:constraintWidth?: number | string | Resource;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:textAlign?: number | TextAlign;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:overflow?: number | TextOverflow;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:maxLines?: number;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:lineHeight?: number | string | Resource;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:baselineOffset?: number | string;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:textCase?: number | TextCase;
@ohos.measure.d.ts
新增 NA 类名:MeasureText;
方法or属性:static measureTextSize(options: MeasureOptions): SizeOptions;
@ohos.measure.d.ts
新增 NA 类名:ShowDialogOptions;
方法or属性:maskRect?: Rectangle;
@ohos.promptAction.d.ts
新增 NA 类名:ShowDialogOptions;
方法or属性:alignment?: DialogAlignment;
@ohos.promptAction.d.ts
新增 NA 类名:ShowDialogOptions;
方法or属性:offset?: Offset;
@ohos.promptAction.d.ts
新增 NA 类名:router;
方法or属性:function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function pushNamedRoute(options: NamedRouterOptions): Promise<void>;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function replaceNamedRoute(options: NamedRouterOptions): Promise<void>;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>;
@ohos.router.d.ts
新增 NA 类名:uiAppearance;
方法or属性:function setDarkMode(mode: DarkMode, callback: AsyncCallback<void>): void;
@ohos.uiAppearance.d.ts
新增 NA 类名:uiAppearance;
方法or属性:function setDarkMode(mode: DarkMode): Promise<void>;
@ohos.uiAppearance.d.ts
新增 NA 类名:uiAppearance;
方法or属性:function getDarkMode(): DarkMode;
@ohos.uiAppearance.d.ts
新增 NA 类名:DarkMode;
方法or属性:ALWAYS_DARK = 0
@ohos.uiAppearance.d.ts
新增 NA 类名:DarkMode;
方法or属性:ALWAYS_LIGHT = 1
@ohos.uiAppearance.d.ts
废弃版本有变化 类名:matrix4;
方法or属性:function copy(): Matrix4Transit;
旧版本信息:
类名:matrix4;
方法or属性:function copy(): Matrix4Transit;
新版本信息:10
代替接口:
@ohos.matrix4.d.ts
废弃版本有变化 类名:matrix4;
方法or属性:function invert(): Matrix4Transit;
旧版本信息:
类名:matrix4;
方法or属性:function invert(): Matrix4Transit;
新版本信息:10
代替接口:
@ohos.matrix4.d.ts
废弃版本有变化 类名:matrix4;
方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;
旧版本信息:
类名:matrix4;
方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;
新版本信息:10
代替接口:
@ohos.matrix4.d.ts
废弃版本有变化 类名:matrix4;
方法or属性:function translate(options: TranslateOption): Matrix4Transit;
旧版本信息:
类名:matrix4;
方法or属性:function translate(options: TranslateOption): Matrix4Transit;
新版本信息:10
代替接口:
@ohos.matrix4.d.ts
废弃版本有变化 类名:matrix4;
方法or属性:function scale(options: ScaleOption): Matrix4Transit;
旧版本信息:
类名:matrix4;
方法or属性:function scale(options: ScaleOption): Matrix4Transit;
新版本信息:10
代替接口:
@ohos.matrix4.d.ts
废弃版本有变化 类名:matrix4;
方法or属性:function rotate(options: RotateOption): Matrix4Transit;
旧版本信息:
类名:matrix4;
方法or属性:function rotate(options: RotateOption): Matrix4Transit;
新版本信息:10
代替接口:
@ohos.matrix4.d.ts
废弃版本有变化 类名:matrix4;
方法or属性:function transformPoint(options: [number, number]): [number, number];
旧版本信息:
类名:matrix4;
方法or属性:function transformPoint(options: [number, number]): [number, number];
新版本信息:10
代替接口:
@ohos.matrix4.d.ts
废弃版本有变化 类名:ShowToastOptions;
方法or属性:export interface ShowToastOptions
旧版本信息:
类名:ShowToastOptions;
方法or属性:export interface ShowToastOptions
新版本信息:8
代替接口: ohos.prompt
@system.prompt.d.ts
废弃版本有变化 类名:ShowToastOptions;
方法or属性:message: string;
旧版本信息:
类名:ShowToastOptions;
方法or属性:message: string;
新版本信息:8
代替接口: ohos.prompt
@system.prompt.d.ts
废弃版本有变化 类名:ShowToastOptions;
方法or属性:duration?: number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:duration?: number;
新版本信息:8
代替接口: ohos.prompt
@system.prompt.d.ts
废弃版本有变化 类名:ShowToastOptions;
方法or属性:bottom?: string | number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:bottom?: string | number;
新版本信息:8
代替接口: ohos.prompt
@system.prompt.d.ts
废弃版本有变化 类名:AbilityComponentInterface;
方法or属性:interface AbilityComponentInterface
旧版本信息:
类名:AbilityComponentInterface;
方法or属性:interface AbilityComponentInterface
新版本信息:10
代替接口: UIExtensionComponentInterface
ability_component.d.ts
废弃版本有变化 类名:AbilityComponentInterface;
方法or属性:(value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;
旧版本信息:
类名:AbilityComponentInterface;
方法or属性:(value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;
新版本信息:10
代替接口: UIExtensionComponentInterface
ability_component.d.ts
废弃版本有变化 类名:AbilityComponentAttribute;
方法or属性:declare class AbilityComponentAttribute
旧版本信息:
类名:AbilityComponentAttribute;
方法or属性:declare class AbilityComponentAttribute
新版本信息:10
代替接口: UIExtensionComponentAttribute
ability_component.d.ts
废弃版本有变化 类名:AbilityComponentAttribute;
方法or属性:onConnect(callback: () => void): AbilityComponentAttribute;
旧版本信息:
类名:AbilityComponentAttribute;
方法or属性:onConnect(callback: () => void): AbilityComponentAttribute;
新版本信息:10
代替接口: UIExtensionComponent#onRemoteReady
ability_component.d.ts
废弃版本有变化 类名:AbilityComponentAttribute;
方法or属性:onDisconnect(callback: () => void): AbilityComponentAttribute;
旧版本信息:
类名:AbilityComponentAttribute;
方法or属性:onDisconnect(callback: () => void): AbilityComponentAttribute;
新版本信息:10
代替接口: UIExtensionComponent#onRelease
ability_component.d.ts
废弃版本有变化 类名:TransitionOptions;
方法or属性:declare interface TransitionOptions
旧版本信息:
类名:TransitionOptions;
方法or属性:declare interface TransitionOptions
新版本信息:10
代替接口: TransitionEffect
common.d.ts
废弃版本有变化 类名:TransitionOptions;
方法or属性:type?: TransitionType;
旧版本信息:
类名:TransitionOptions;
方法or属性:type?: TransitionType;
新版本信息:10
代替接口: TransitionEffect
common.d.ts
废弃版本有变化 类名:TransitionOptions;
方法or属性:opacity?: number;
旧版本信息:
类名:TransitionOptions;
方法or属性:opacity?: number;
新版本信息:10
代替接口: TransitionEffect
common.d.ts
废弃版本有变化 类名:TransitionOptions;
方法or属性:translate?: TranslateOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:translate?: TranslateOptions;
新版本信息:10
代替接口: TransitionEffect
common.d.ts
废弃版本有变化 类名:TransitionOptions;
方法or属性:scale?: ScaleOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:scale?: ScaleOptions;
新版本信息:10
代替接口: TransitionEffect
common.d.ts
废弃版本有变化 类名:TransitionOptions;
方法or属性:rotate?: RotateOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:rotate?: RotateOptions;
新版本信息:10
代替接口: TransitionEffect
common.d.ts
废弃版本有变化 类名:ClickEvent;
方法or属性:screenX: number;
旧版本信息:
类名:ClickEvent;
方法or属性:screenX: number;
新版本信息:10
代替接口: ClickEvent#windowX
common.d.ts
废弃版本有变化 类名:MouseEvent;
方法or属性:screenX: number;
旧版本信息:
类名:MouseEvent;
方法or属性:screenX: number;
新版本信息:10
代替接口: MouseEvent#windowX
common.d.ts
废弃版本有变化 类名:TouchObject;
方法or属性:screenX: number;
旧版本信息:
类名:TouchObject;
方法or属性:screenX: number;
新版本信息:10
代替接口: TouchObject#windowX
common.d.ts
废弃版本有变化 类名:ClickEvent;
方法or属性:screenY: number;
旧版本信息:
类名:ClickEvent;
方法or属性:screenY: number;
新版本信息:10
代替接口: ClickEvent#windowY
common.d.ts
废弃版本有变化 类名:MouseEvent;
方法or属性:screenY: number;
旧版本信息:
类名:MouseEvent;
方法or属性:screenY: number;
新版本信息:10
代替接口: MouseEvent#windowY
common.d.ts
废弃版本有变化 类名:TouchObject;
方法or属性:screenY: number;
旧版本信息:
类名:TouchObject;
方法or属性:screenY: number;
新版本信息:10
代替接口: TouchObject#windowY
common.d.ts
废弃版本有变化 类名:DragEvent;
方法or属性:getX(): number;
旧版本信息:
类名:DragEvent;
方法or属性:getX(): number;
新版本信息:10
代替接口: DragEvent#getWindowX
common.d.ts
废弃版本有变化 类名:DragEvent;
方法or属性:getY(): number;
旧版本信息:
类名:DragEvent;
方法or属性:getY(): number;
新版本信息:10
代替接口: DragEvent#getWindowY
common.d.ts
废弃版本有变化 类名:PopupOptions;
方法or属性:placementOnTop?: boolean;
旧版本信息:
类名:PopupOptions;
方法or属性:placementOnTop?: boolean;
新版本信息:10
代替接口: PopupOptions#placement
common.d.ts
废弃版本有变化 类名:CustomPopupOptions;
方法or属性:maskColor?: Color | string | Resource | number;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:maskColor?: Color | string | Resource | number;
新版本信息:10
代替接口: CustomPopupOptions#mask
common.d.ts
废弃版本有变化 类名:CommonMethod;
方法or属性:useSizeType(value: {
xs?: number | { span: number; offset: number };
sm?: number | { span: number; offset: number };
md?: number | { span: number; offset: number };
lg?: number | { span: number; offset: number };
}): T;
旧版本信息:
类名:CommonMethod;
方法or属性:useSizeType(value: {
xs?: number | { span: number; offset: number };
sm?: number | { span: number; offset: number };
md?: number | { span: number; offset: number };
lg?: number | { span: number; offset: number };
}): T;
新版本信息:9
代替接口: grid_col/[GridColColumnOption]
common.d.ts
废弃版本有变化 类名:CustomComponent;
方法or属性:onLayout?(children: Array<LayoutChild>, constraint: ConstraintSizeOptions): void;
旧版本信息:
类名:CustomComponent;
方法or属性:onLayout?(children: Array<LayoutChild>, constraint: ConstraintSizeOptions): void;
新版本信息:10
代替接口: common[CustomComponent]#onPlaceChildren
common.d.ts
废弃版本有变化 类名:CustomComponent;
方法or属性:onMeasure?(children: Array<LayoutChild>, constraint: ConstraintSizeOptions): void;
旧版本信息:
类名:CustomComponent;
方法or属性:onMeasure?(children: Array<LayoutChild>, constraint: ConstraintSizeOptions): void;
新版本信息:10
代替接口: common[CustomComponent]#onMeasureSize
common.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Link(propName: string): any;
旧版本信息:
类名:AppStorage;
方法or属性:static Link(propName: string): any;
新版本信息:10
代替接口: AppStorage#link
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static SetAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;
旧版本信息:
类名:AppStorage;
方法or属性:static SetAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;
新版本信息:10
代替接口: AppStorage#setAndLink
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Prop(propName: string): any;
旧版本信息:
类名:AppStorage;
方法or属性:static Prop(propName: string): any;
新版本信息:10
代替接口: AppStorage#prop
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static SetAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>;
旧版本信息:
类名:AppStorage;
方法or属性:static SetAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>;
新版本信息:10
代替接口: AppStorage#setAndProp
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Has(propName: string): boolean;
旧版本信息:
类名:AppStorage;
方法or属性:static Has(propName: string): boolean;
新版本信息:10
代替接口: AppStorage#has
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Get<T>(propName: string): T | undefined;
旧版本信息:
类名:AppStorage;
方法or属性:static Get<T>(propName: string): T | undefined;
新版本信息:10
代替接口: AppStorage#get
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Set<T>(propName: string, newValue: T): boolean;
旧版本信息:
类名:AppStorage;
方法or属性:static Set<T>(propName: string, newValue: T): boolean;
新版本信息:10
代替接口: AppStorage#set
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static SetOrCreate<T>(propName: string, newValue: T): void;
旧版本信息:
类名:AppStorage;
方法or属性:static SetOrCreate<T>(propName: string, newValue: T): void;
新版本信息:10
代替接口: AppStorage#setOrCreate
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Delete(propName: string): boolean;
旧版本信息:
类名:AppStorage;
方法or属性:static Delete(propName: string): boolean;
新版本信息:10
代替接口: AppStorage#delete
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Keys(): IterableIterator<string>;
旧版本信息:
类名:AppStorage;
方法or属性:static Keys(): IterableIterator<string>;
新版本信息:10
代替接口: AppStorage#keys
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Clear(): boolean;
旧版本信息:
类名:AppStorage;
方法or属性:static Clear(): boolean;
新版本信息:10
代替接口: AppStorage#clear
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static IsMutable(propName: string): boolean;
旧版本信息:
类名:AppStorage;
方法or属性:static IsMutable(propName: string): boolean;
新版本信息:10
代替接口:
common_ts_ets_api.d.ts
废弃版本有变化 类名:AppStorage;
方法or属性:static Size(): number;
旧版本信息:
类名:AppStorage;
方法or属性:static Size(): number;
新版本信息:10
代替接口: AppStorage#size
common_ts_ets_api.d.ts
废弃版本有变化 类名:Environment;
方法or属性:static EnvProp<S>(key: string, value: S): boolean;
旧版本信息:
类名:Environment;
方法or属性:static EnvProp<S>(key: string, value: S): boolean;
新版本信息:10
代替接口: Environment#envProp
common_ts_ets_api.d.ts
废弃版本有变化 类名:Environment;
方法or属性:static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
旧版本信息:
类名:Environment;
方法or属性:static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
新版本信息:10
代替接口: Environment#envProps
common_ts_ets_api.d.ts
废弃版本有变化 类名:Environment;
方法or属性:static Keys(): Array<string>;
旧版本信息:
类名:Environment;
方法or属性:static Keys(): Array<string>;
新版本信息:10
代替接口: Environment#keys
common_ts_ets_api.d.ts
废弃版本有变化 类名:PersistentStorage;
方法or属性:static Keys(): Array<string>;
旧版本信息:
类名:PersistentStorage;
方法or属性:static Keys(): Array<string>;
新版本信息:10
代替接口: PersistentStorage#keys
common_ts_ets_api.d.ts
废弃版本有变化 类名:PersistentStorage;
方法or属性:static PersistProp<T>(key: string, defaultValue: T): void;
旧版本信息:
类名:PersistentStorage;
方法or属性:static PersistProp<T>(key: string, defaultValue: T): void;
新版本信息:10
代替接口: PersistentStorage#persistProp
common_ts_ets_api.d.ts
废弃版本有变化 类名:PersistentStorage;
方法or属性:static DeleteProp(key: string): void;
旧版本信息:
类名:PersistentStorage;
方法or属性:static DeleteProp(key: string): void;
新版本信息:10
代替接口: PersistentStorage#deleteProp
common_ts_ets_api.d.ts
废弃版本有变化 类名:PersistentStorage;
方法or属性:static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
旧版本信息:
类名:PersistentStorage;
方法or属性:static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
新版本信息:10
代替接口: PersistentStorage#PersistProps
common_ts_ets_api.d.ts
废弃版本有变化 类名:LocalStorage;
方法or属性:static GetShared(): LocalStorage;
旧版本信息:
类名:LocalStorage;
方法or属性:static GetShared(): LocalStorage;
新版本信息:10
代替接口: LocalStorage#getShared
common_ts_ets_api.d.ts
废弃版本有变化 类名:DatePickerAttribute;
方法or属性:onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
旧版本信息:
类名:DatePickerAttribute;
方法or属性:onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
新版本信息:10
代替接口: datePicker/DatePickerAttribute#onDateChange
date_picker.d.ts
废弃版本有变化 类名:DatePickerDialogOptions;
方法or属性:onAccept?: (value: DatePickerResult) => void;
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:onAccept?: (value: DatePickerResult) => void;
新版本信息:10
代替接口: datePicker/DatePickerDialogOptions#onDateAccept
date_picker.d.ts
废弃版本有变化 类名:DatePickerDialogOptions;
方法or属性:onChange?: (value: DatePickerResult) => void;
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:onChange?: (value: DatePickerResult) => void;
新版本信息:10
代替接口: datePicker/DatePickerDialogOptions#onDateChange
date_picker.d.ts
废弃版本有变化 类名:SizeType;
方法or属性:declare enum SizeType
旧版本信息:
类名:SizeType;
方法or属性:declare enum SizeType
新版本信息:9
代替接口: grid_col/[GridColColumnOption]
grid_container.d.ts
废弃版本有变化 类名:SizeType;
方法or属性:Auto
旧版本信息:
类名:SizeType;
方法or属性:Auto
新版本信息:9
代替接口: grid_col/[GridColColumnOption]
grid_container.d.ts
废弃版本有变化 类名:SizeType;
方法or属性:XS
旧版本信息:
类名:SizeType;
方法or属性:XS
新版本信息:9
代替接口: grid_col/[GridColColumnOption]
grid_container.d.ts
废弃版本有变化 类名:SizeType;
方法or属性:SM
旧版本信息:
类名:SizeType;
方法or属性:SM
新版本信息:9
代替接口: grid_col/[GridColColumnOption]
grid_container.d.ts
废弃版本有变化 类名:SizeType;
方法or属性:MD
旧版本信息:
类名:SizeType;
方法or属性:MD
新版本信息:9
代替接口: grid_col/[GridColColumnOption]
grid_container.d.ts
废弃版本有变化 类名:SizeType;
方法or属性:LG
旧版本信息:
类名:SizeType;
方法or属性:LG
新版本信息:9
代替接口: grid_col/[GridColColumnOption]
grid_container.d.ts
废弃版本有变化 类名:GridContainerOptions;
方法or属性:declare interface GridContainerOptions
旧版本信息:
类名:GridContainerOptions;
方法or属性:declare interface GridContainerOptions
新版本信息:9
代替接口: grid_col/[GridColOptions]
grid_container.d.ts
废弃版本有变化 类名:GridContainerOptions;
方法or属性:columns?: number | "auto";
旧版本信息:
类名:GridContainerOptions;
方法or属性:columns?: number | "auto";
新版本信息:9
代替接口: grid_col/[GridColOptions]
grid_container.d.ts
废弃版本有变化 类名:GridContainerOptions;
方法or属性:sizeType?: SizeType;
旧版本信息:
类名:GridContainerOptions;
方法or属性:sizeType?: SizeType;
新版本信息:9
代替接口: grid_col/[GridColOptions]
grid_container.d.ts
废弃版本有变化 类名:GridContainerOptions;
方法or属性:gutter?: number | string;
旧版本信息:
类名:GridContainerOptions;
方法or属性:gutter?: number | string;
新版本信息:9
代替接口: grid_col/[GridColOptions]
grid_container.d.ts
废弃版本有变化 类名:GridContainerOptions;
方法or属性:margin?: number | string;
旧版本信息:
类名:GridContainerOptions;
方法or属性:margin?: number | string;
新版本信息:9
代替接口: grid_col/[GridColOptions]
grid_container.d.ts
废弃版本有变化 类名:GridContainerInterface;
方法or属性:interface GridContainerInterface
旧版本信息:
类名:GridContainerInterface;
方法or属性:interface GridContainerInterface
新版本信息:9
代替接口: grid_col/[GridColInterface]
grid_container.d.ts
废弃版本有变化 类名:GridContainerInterface;
方法or属性:(value?: GridContainerOptions): GridContainerAttribute;
旧版本信息:
类名:GridContainerInterface;
方法or属性:(value?: GridContainerOptions): GridContainerAttribute;
新版本信息:9
代替接口: grid_col/[GridColInterface]
grid_container.d.ts
废弃版本有变化 类名:GridContainerAttribute;
方法or属性:declare class GridContainerAttribute
旧版本信息:
类名:GridContainerAttribute;
方法or属性:declare class GridContainerAttribute
新版本信息:9
代替接口: grid_col/[GridColAttribute]
grid_container.d.ts
废弃版本有变化 类名:Sticky;
方法or属性:declare enum Sticky
旧版本信息:
类名:Sticky;
方法or属性:declare enum Sticky
新版本信息:9
代替接口: list/StickyStyle
list_item.d.ts
废弃版本有变化 类名:Sticky;
方法or属性:None
旧版本信息:
类名:Sticky;
方法or属性:None
新版本信息:9
代替接口: list/StickyStyle
list_item.d.ts
废弃版本有变化 类名:Sticky;
方法or属性:Normal
旧版本信息:
类名:Sticky;
方法or属性:Normal
新版本信息:9
代替接口: list/StickyStyle
list_item.d.ts
废弃版本有变化 类名:Sticky;
方法or属性:Opacity
旧版本信息:
类名:Sticky;
方法or属性:Opacity
新版本信息:9
代替接口: list/StickyStyle
list_item.d.ts
废弃版本有变化 类名:ListItemInterface;
方法or属性:(value?: string): ListItemAttribute;
旧版本信息:
类名:ListItemInterface;
方法or属性:(value?: string): ListItemAttribute;
新版本信息:10
代替接口: listItem/ListItemInterface
list_item.d.ts
废弃版本有变化 类名:ListItemAttribute;
方法or属性:sticky(value: Sticky): ListItemAttribute;
旧版本信息:
类名:ListItemAttribute;
方法or属性:sticky(value: Sticky): ListItemAttribute;
新版本信息:9
代替接口: list/List#sticky
list_item.d.ts
废弃版本有变化 类名:MenuAttribute;
方法or属性:fontSize(value: Length): MenuAttribute;
旧版本信息:
类名:MenuAttribute;
方法or属性:fontSize(value: Length): MenuAttribute;
新版本信息:10
代替接口: font
menu.d.ts
废弃版本有变化 类名:NavigationAttribute;
方法or属性:toolBar(value: object | CustomBuilder): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:toolBar(value: object | CustomBuilder): NavigationAttribute;
新版本信息:10
代替接口: navigation/NavigationAttribute#toolbarConfiguration
navigation.d.ts
废弃版本有变化 类名:SwiperDisplayMode;
方法or属性:Stretch
旧版本信息:
类名:SwiperDisplayMode;
方法or属性:Stretch
新版本信息:10
代替接口: SwiperDisplayMode#STRETCH
swiper.d.ts
废弃版本有变化 类名:SwiperDisplayMode;
方法or属性:AutoLinear
旧版本信息:
类名:SwiperDisplayMode;
方法or属性:AutoLinear
新版本信息:10
代替接口: SwiperDisplayMode#AUTO_LINEAR
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:declare interface IndicatorStyle
旧版本信息:
类名:IndicatorStyle;
方法or属性:declare interface IndicatorStyle
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:left?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:left?: Length;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:top?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:top?: Length;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:right?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:right?: Length;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:bottom?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:bottom?: Length;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:size?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:size?: Length;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:mask?: boolean;
旧版本信息:
类名:IndicatorStyle;
方法or属性:mask?: boolean;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:color?: ResourceColor;
旧版本信息:
类名:IndicatorStyle;
方法or属性:color?: ResourceColor;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:IndicatorStyle;
方法or属性:selectedColor?: ResourceColor;
旧版本信息:
类名:IndicatorStyle;
方法or属性:selectedColor?: ResourceColor;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:SwiperAttribute;
方法or属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
新版本信息:10
代替接口:
swiper.d.ts
废弃版本有变化 类名:TextPickerAttribute;
方法or属性:onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
旧版本信息:
类名:TextPickerAttribute;
方法or属性:onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
新版本信息:10
代替接口:
text_picker.d.ts
废弃版本有变化 类名:TextPickerAttribute;
方法or属性:onCancel(callback: () => void): TextPickerAttribute;
旧版本信息:
类名:TextPickerAttribute;
方法or属性:onCancel(callback: () => void): TextPickerAttribute;
新版本信息:10
代替接口:
text_picker.d.ts
访问级别有变化 类名:BlurStyle;
方法or属性:declare enum BlurStyle
旧版本信息:systemapi
类名:BlurStyle;
方法or属性:declare enum BlurStyle
新版本信息:
common.d.ts
访问级别有变化 类名:SubscribedAbstractProperty;
方法or属性:info(): string;
旧版本信息:systemapi
类名:SubscribedAbstractProperty;
方法or属性:info(): string;
新版本信息:
common_ts_ets_api.d.ts
访问级别有变化 类名:RRect;
方法or属性:left: number;
旧版本信息:
类名:RRect;
方法or属性:left: number;
新版本信息:systemapi
remote_window.d.ts
访问级别有变化 类名:RRect;
方法or属性:top: number;
旧版本信息:
类名:RRect;
方法or属性:top: number;
新版本信息:systemapi
remote_window.d.ts
访问级别有变化 类名:RRect;
方法or属性:width: number;
旧版本信息:
类名:RRect;
方法or属性:width: number;
新版本信息:systemapi
remote_window.d.ts
访问级别有变化 类名:RRect;
方法or属性:height: number;
旧版本信息:
类名:RRect;
方法or属性:height: number;
新版本信息:systemapi
remote_window.d.ts
访问级别有变化 类名:RRect;
方法or属性:radius: number;
旧版本信息:
类名:RRect;
方法or属性:radius: number;
新版本信息:systemapi
remote_window.d.ts
访问级别有变化 类名:WindowAnimationTarget;
方法or属性:readonly bundleName: string;
旧版本信息:
类名:WindowAnimationTarget;
方法or属性:readonly bundleName: string;
新版本信息:systemapi
remote_window.d.ts
访问级别有变化 类名:WindowAnimationTarget;
方法or属性:readonly abilityName: string;
旧版本信息:
类名:WindowAnimationTarget;
方法or属性:readonly abilityName: string;
新版本信息:systemapi
remote_window.d.ts
访问级别有变化 类名:WindowAnimationTarget;
方法or属性:readonly windowBounds: RRect;
旧版本信息:
类名:WindowAnimationTarget;
方法or属性:readonly windowBounds: RRect;
新版本信息:systemapi
remote_window.d.ts
访问级别有变化 类名:WindowAnimationTarget;
方法or属性:readonly missionId: number;
旧版本信息:
类名:WindowAnimationTarget;
方法or属性:readonly missionId: number;
新版本信息:systemapi
remote_window.d.ts
type有变化 类名:Matrix2D;
方法or属性:scaleX?: number;
旧版本信息:
类名:Matrix2D;
方法or属性:scaleX?: number;
新版本信息:?number
canvaspattern.d.ts
type有变化 类名:Matrix2D;
方法or属性:rotateY?: number;
旧版本信息:
类名:Matrix2D;
方法or属性:rotateY?: number;
新版本信息:?number
canvaspattern.d.ts
type有变化 类名:Matrix2D;
方法or属性:rotateX?: number;
旧版本信息:
类名:Matrix2D;
方法or属性:rotateX?: number;
新版本信息:?number
canvaspattern.d.ts
type有变化 类名:Matrix2D;
方法or属性:scaleY?: number;
旧版本信息:
类名:Matrix2D;
方法or属性:scaleY?: number;
新版本信息:?number
canvaspattern.d.ts
type有变化 类名:Matrix2D;
方法or属性:translateX?: number;
旧版本信息:
类名:Matrix2D;
方法or属性:translateX?: number;
新版本信息:?number
canvaspattern.d.ts
type有变化 类名:Matrix2D;
方法or属性:translateY?: number;
旧版本信息:
类名:Matrix2D;
方法or属性:translateY?: number;
新版本信息:?number
canvaspattern.d.ts
type有变化 类名:FontOptions;
方法or属性:familyName: string | Resource;
旧版本信息:
类名:FontOptions;
方法or属性:familyName: string | Resource;
新版本信息:string | Resource
@ohos.font.d.ts
type有变化 类名:FontOptions;
方法or属性:familySrc: string | Resource;
旧版本信息:
类名:FontOptions;
方法or属性:familySrc: string | Resource;
新版本信息:string | Resource
@ohos.font.d.ts
type有变化 类名:TranslateOption;
方法or属性:x?: number;
旧版本信息:
类名:TranslateOption;
方法or属性:x?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:ScaleOption;
方法or属性:x?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:x?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:RotateOption;
方法or属性:x?: number;
旧版本信息:
类名:RotateOption;
方法or属性:x?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:TranslateOption;
方法or属性:y?: number;
旧版本信息:
类名:TranslateOption;
方法or属性:y?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:ScaleOption;
方法or属性:y?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:y?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:RotateOption;
方法or属性:y?: number;
旧版本信息:
类名:RotateOption;
方法or属性:y?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:TranslateOption;
方法or属性:z?: number;
旧版本信息:
类名:TranslateOption;
方法or属性:z?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:ScaleOption;
方法or属性:z?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:z?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:RotateOption;
方法or属性:z?: number;
旧版本信息:
类名:RotateOption;
方法or属性:z?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:ScaleOption;
方法or属性:centerX?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:centerX?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:RotateOption;
方法or属性:centerX?: number;
旧版本信息:
类名:RotateOption;
方法or属性:centerX?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:ScaleOption;
方法or属性:centerY?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:centerY?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:RotateOption;
方法or属性:centerY?: number;
旧版本信息:
类名:RotateOption;
方法or属性:centerY?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:RotateOption;
方法or属性:angle?: number;
旧版本信息:
类名:RotateOption;
方法or属性:angle?: number;
新版本信息:?number
@ohos.matrix4.d.ts
type有变化 类名:MeasureOptions;
方法or属性:textContent: string | Resource;
旧版本信息:
类名:MeasureOptions;
方法or属性:textContent: string | Resource;
新版本信息:string | Resource
@ohos.measure.d.ts
type有变化 类名:MeasureOptions;
方法or属性:fontSize?: number | string | Resource;
旧版本信息:
类名:MeasureOptions;
方法or属性:fontSize?: number | string | Resource;
新版本信息:?(number | string | Resource)
@ohos.measure.d.ts
type有变化 类名:MeasureOptions;
方法or属性:fontStyle?: number | FontStyle;
旧版本信息:
类名:MeasureOptions;
方法or属性:fontStyle?: number | FontStyle;
新版本信息:?(number | FontStyle)
@ohos.measure.d.ts
type有变化 类名:MeasureOptions;
方法or属性:fontWeight?: number | string | FontWeight;
旧版本信息:
类名:MeasureOptions;
方法or属性:fontWeight?: number | string | FontWeight;
新版本信息:?(number | string | FontWeight)
@ohos.measure.d.ts
type有变化 类名:MeasureOptions;
方法or属性:fontFamily?: string | Resource;
旧版本信息:
类名:MeasureOptions;
方法or属性:fontFamily?: string | Resource;
新版本信息:?(string | Resource)
@ohos.measure.d.ts
type有变化 类名:MeasureOptions;
方法or属性:letterSpacing?: number | string;
旧版本信息:
类名:MeasureOptions;
方法or属性:letterSpacing?: number | string;
新版本信息:?(number | string)
@ohos.measure.d.ts
type有变化 类名:MediaQueryResult;
方法or属性:readonly matches: boolean;
旧版本信息:
类名:MediaQueryResult;
方法or属性:readonly matches: boolean;
新版本信息:boolean
@ohos.mediaquery.d.ts
type有变化 类名:MediaQueryResult;
方法or属性:readonly media: string;
旧版本信息:
类名:MediaQueryResult;
方法or属性:readonly media: string;
新版本信息:string
@ohos.mediaquery.d.ts
type有变化 类名:ShowToastOptions;
方法or属性:duration?: number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:duration?: number;
新版本信息:?number
@ohos.prompt.d.ts
type有变化 类名:ShowToastOptions;
方法or属性:bottom?: string | number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:bottom?: string | number;
新版本信息:?(string | number)
@ohos.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:title?: string;
旧版本信息:string
类名:ShowDialogOptions;
方法or属性:title?: string;
新版本信息:?string
@ohos.prompt.d.ts
type有变化 类名:ActionMenuOptions;
方法or属性:title?: string;
旧版本信息:string
类名:ActionMenuOptions;
方法or属性:title?: string;
新版本信息:?string
@ohos.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:message?: string;
旧版本信息:string
类名:ShowDialogOptions;
方法or属性:message?: string;
新版本信息:?string
@ohos.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:buttons?: [Button, Button?, Button?];
旧版本信息:
类名:ShowDialogOptions;
方法or属性:buttons?: [Button, Button?, Button?];
新版本信息:?[Button, Button?, Button?]
@ohos.prompt.d.ts
type有变化 类名:ActionMenuSuccessResponse;
方法or属性:index: number;
旧版本信息:
类名:ActionMenuSuccessResponse;
方法or属性:index: number;
新版本信息:number
@ohos.prompt.d.ts
type有变化 类名:ActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
旧版本信息:
类名:ActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
新版本信息:[Button, Button?, Button?, Button?, Button?, Button?]
@ohos.prompt.d.ts
type有变化 类名:ShowToastOptions;
方法or属性:duration?: number;
旧版本信息:number
类名:ShowToastOptions;
方法or属性:duration?: number;
新版本信息:?number
@ohos.promptAction.d.ts
type有变化 类名:ShowToastOptions;
方法or属性:bottom?: string | number;
旧版本信息:string | number
类名:ShowToastOptions;
方法or属性:bottom?: string | number;
新版本信息:?string | number
@ohos.promptAction.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:title?: string | Resource;
旧版本信息:string | Resource
类名:ShowDialogOptions;
方法or属性:title?: string | Resource;
新版本信息:?string | Resource
@ohos.promptAction.d.ts
type有变化 类名:ActionMenuOptions;
方法or属性:title?: string | Resource;
旧版本信息:string | Resource
类名:ActionMenuOptions;
方法or属性:title?: string | Resource;
新版本信息:?string | Resource
@ohos.promptAction.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:message?: string | Resource;
旧版本信息:string | Resource
类名:ShowDialogOptions;
方法or属性:message?: string | Resource;
新版本信息:?string | Resource
@ohos.promptAction.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:buttons?: Array<Button>;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:buttons?: Array<Button>;
新版本信息:?Array<Button>
@ohos.promptAction.d.ts
type有变化 类名:RouterOptions;
方法or属性:params?: Object;
旧版本信息:Object
类名:RouterOptions;
方法or属性:params?: Object;
新版本信息:?Object
@ohos.router.d.ts
type有变化 类名:AppResponse;
方法or属性:appID: string;
旧版本信息:
类名:AppResponse;
方法or属性:appID: string;
新版本信息:string
@system.app.d.ts
type有变化 类名:AppResponse;
方法or属性:appName: string;
旧版本信息:
类名:AppResponse;
方法or属性:appName: string;
新版本信息:string
@system.app.d.ts
type有变化 类名:AppResponse;
方法or属性:versionName: string;
旧版本信息:
类名:AppResponse;
方法or属性:versionName: string;
新版本信息:string
@system.app.d.ts
type有变化 类名:AppResponse;
方法or属性:versionCode: number;
旧版本信息:
类名:AppResponse;
方法or属性:versionCode: number;
新版本信息:number
@system.app.d.ts
type有变化 类名:ScreenOnVisibleOptions;
方法or属性:visible?: boolean;
旧版本信息:
类名:ScreenOnVisibleOptions;
方法or属性:visible?: boolean;
新版本信息:?boolean
@system.app.d.ts
type有变化 类名:ScreenOnVisibleOptions;
方法or属性:success?: () => void;
旧版本信息:
类名:ScreenOnVisibleOptions;
方法or属性:success?: () => void;
新版本信息:?function
@system.app.d.ts
type有变化 类名:ScreenOnVisibleOptions;
方法or属性:fail?: (data: string, code: number) => void;
旧版本信息:
类名:ScreenOnVisibleOptions;
方法or属性:fail?: (data: string, code: number) => void;
新版本信息:?function
@system.app.d.ts
type有变化 类名:ScreenOnVisibleOptions;
方法or属性:complete?: () => void;
旧版本信息:
类名:ScreenOnVisibleOptions;
方法or属性:complete?: () => void;
新版本信息:?function
@system.app.d.ts
type有变化 类名:RequestFullWindowOptions;
方法or属性:duration: number;
旧版本信息:
类名:RequestFullWindowOptions;
方法or属性:duration: number;
新版本信息:number
@system.app.d.ts
type有变化 类名:LocaleResponse;
方法or属性:language: string;
旧版本信息:
类名:LocaleResponse;
方法or属性:language: string;
新版本信息:string
@system.configuration.d.ts
type有变化 类名:LocaleResponse;
方法or属性:countryOrRegion: string;
旧版本信息:
类名:LocaleResponse;
方法or属性:countryOrRegion: string;
新版本信息:string
@system.configuration.d.ts
type有变化 类名:LocaleResponse;
方法or属性:dir: "ltr" | "rtl";
旧版本信息:
类名:LocaleResponse;
方法or属性:dir: "ltr" | "rtl";
新版本信息:"ltr" | "rtl"
@system.configuration.d.ts
type有变化 类名:MediaQueryEvent;
方法or属性:matches: boolean;
旧版本信息:
类名:MediaQueryEvent;
方法or属性:matches: boolean;
新版本信息:boolean
@system.mediaquery.d.ts
type有变化 类名:MediaQueryList;
方法or属性:media?: string;
旧版本信息:
类名:MediaQueryList;
方法or属性:media?: string;
新版本信息:?string
@system.mediaquery.d.ts
type有变化 类名:MediaQueryList;
方法or属性:matches?: boolean;
旧版本信息:
类名:MediaQueryList;
方法or属性:matches?: boolean;
新版本信息:?boolean
@system.mediaquery.d.ts
type有变化 类名:MediaQueryList;
方法or属性:onchange?: (matches: boolean) => void;
旧版本信息:
类名:MediaQueryList;
方法or属性:onchange?: (matches: boolean) => void;
新版本信息:?function
@system.mediaquery.d.ts
type有变化 类名:ShowToastOptions;
方法or属性:message: string;
旧版本信息:
类名:ShowToastOptions;
方法or属性:message: string;
新版本信息:string
@system.prompt.d.ts
type有变化 类名:ShowToastOptions;
方法or属性:duration?: number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:duration?: number;
新版本信息:?number
@system.prompt.d.ts
type有变化 类名:ShowToastOptions;
方法or属性:bottom?: string | number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:bottom?: string | number;
新版本信息:?(string | number)
@system.prompt.d.ts
type有变化 类名:Button;
方法or属性:text: string;
旧版本信息:
类名:Button;
方法or属性:text: string;
新版本信息:string
@system.prompt.d.ts
type有变化 类名:Button;
方法or属性:color: string;
旧版本信息:
类名:Button;
方法or属性:color: string;
新版本信息:string
@system.prompt.d.ts
type有变化 类名:ShowDialogSuccessResponse;
方法or属性:index: number;
旧版本信息:
类名:ShowDialogSuccessResponse;
方法or属性:index: number;
新版本信息:number
@system.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:title?: string;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:title?: string;
新版本信息:?string
@system.prompt.d.ts
type有变化 类名:ShowActionMenuOptions;
方法or属性:title?: string;
旧版本信息:
类名:ShowActionMenuOptions;
方法or属性:title?: string;
新版本信息:?string
@system.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:message?: string;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:message?: string;
新版本信息:?string
@system.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:buttons?: [Button, Button?, Button?];
旧版本信息:
类名:ShowDialogOptions;
方法or属性:buttons?: [Button, Button?, Button?];
新版本信息:?[Button, Button?, Button?]
@system.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:success?: (data: ShowDialogSuccessResponse) => void;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:success?: (data: ShowDialogSuccessResponse) => void;
新版本信息:?function
@system.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:cancel?: (data: string, code: string) => void;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:cancel?: (data: string, code: string) => void;
新版本信息:?function
@system.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:complete?: (data: string) => void;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:complete?: (data: string) => void;
新版本信息:?function
@system.prompt.d.ts
type有变化 类名:ShowActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
旧版本信息:
类名:ShowActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
新版本信息:[Button, Button?, Button?, Button?, Button?, Button?]
@system.prompt.d.ts
type有变化 类名:ShowActionMenuOptions;
方法or属性:success?: (tapIndex: number, errMsg: string) => void;
旧版本信息:
类名:ShowActionMenuOptions;
方法or属性:success?: (tapIndex: number, errMsg: string) => void;
新版本信息:?function
@system.prompt.d.ts
type有变化 类名:ShowActionMenuOptions;
方法or属性:fail?: (errMsg: string) => void;
旧版本信息:
类名:ShowActionMenuOptions;
方法or属性:fail?: (errMsg: string) => void;
新版本信息:?function
@system.prompt.d.ts
type有变化 类名:ShowActionMenuOptions;
方法or属性:complete?: () => void;
旧版本信息:
类名:ShowActionMenuOptions;
方法or属性:complete?: () => void;
新版本信息:?function
@system.prompt.d.ts
type有变化 类名:RouterOptions;
方法or属性:uri: string;
旧版本信息:
类名:RouterOptions;
方法or属性:uri: string;
新版本信息:string
@system.router.d.ts
type有变化 类名:RouterOptions;
方法or属性:params?: Object;
旧版本信息:
类名:RouterOptions;
方法or属性:params?: Object;
新版本信息:?Object
@system.router.d.ts
type有变化 类名:BackRouterOptions;
方法or属性:params?: Object;
旧版本信息:
类名:BackRouterOptions;
方法or属性:params?: Object;
新版本信息:?Object
@system.router.d.ts
type有变化 类名:BackRouterOptions;
方法or属性:uri?: string;
旧版本信息:
类名:BackRouterOptions;
方法or属性:uri?: string;
新版本信息:?string
@system.router.d.ts
type有变化 类名:RouterState;
方法or属性:index: number;
旧版本信息:
类名:RouterState;
方法or属性:index: number;
新版本信息:number
@system.router.d.ts
type有变化 类名:RouterState;
方法or属性:name: string;
旧版本信息:
类名:RouterState;
方法or属性:name: string;
新版本信息:string
@system.router.d.ts
type有变化 类名:RouterState;
方法or属性:path: string;
旧版本信息:
类名:RouterState;
方法or属性:path: string;
新版本信息:string
@system.router.d.ts
type有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:message: string;
旧版本信息:
类名:EnableAlertBeforeBackPageOptions;
方法or属性:message: string;
新版本信息:string
@system.router.d.ts
type有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:success?: (errMsg: string) => void;
旧版本信息:
类名:EnableAlertBeforeBackPageOptions;
方法or属性:success?: (errMsg: string) => void;
新版本信息:?function
@system.router.d.ts
type有变化 类名:DisableAlertBeforeBackPageOptions;
方法or属性:success?: (errMsg: string) => void;
旧版本信息:
类名:DisableAlertBeforeBackPageOptions;
方法or属性:success?: (errMsg: string) => void;
新版本信息:?function
@system.router.d.ts
type有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:cancel?: (errMsg: string) => void;
旧版本信息:
类名:EnableAlertBeforeBackPageOptions;
方法or属性:cancel?: (errMsg: string) => void;
新版本信息:?function
@system.router.d.ts
type有变化 类名:DisableAlertBeforeBackPageOptions;
方法or属性:cancel?: (errMsg: string) => void;
旧版本信息:
类名:DisableAlertBeforeBackPageOptions;
方法or属性:cancel?: (errMsg: string) => void;
新版本信息:?function
@system.router.d.ts
type有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:complete?: () => void;
旧版本信息:
类名:EnableAlertBeforeBackPageOptions;
方法or属性:complete?: () => void;
新版本信息:?function
@system.router.d.ts
type有变化 类名:DisableAlertBeforeBackPageOptions;
方法or属性:complete?: () => void;
旧版本信息:
类名:DisableAlertBeforeBackPageOptions;
方法or属性:complete?: () => void;
新版本信息:?function
@system.router.d.ts
type有变化 类名:SheetInfo;
方法or属性:title: string | Resource;
旧版本信息:
类名:SheetInfo;
方法or属性:title: string | Resource;
新版本信息:string | Resource
action_sheet.d.ts
type有变化 类名:SheetInfo;
方法or属性:icon?: string | Resource;
旧版本信息:
类名:SheetInfo;
方法or属性:icon?: string | Resource;
新版本信息:?(string | Resource)
action_sheet.d.ts
type有变化 类名:SheetInfo;
方法or属性:action: () => void;
旧版本信息:
类名:SheetInfo;
方法or属性:action: () => void;
新版本信息:function
action_sheet.d.ts
type有变化 类名:AlertDialogParam;
方法or属性:title?: ResourceStr;
旧版本信息:
类名:AlertDialogParam;
方法or属性:title?: ResourceStr;
新版本信息:?ResourceStr
alert_dialog.d.ts
type有变化 类名:AlertDialogParam;
方法or属性:message: ResourceStr;
旧版本信息:
类名:AlertDialogParam;
方法or属性:message: ResourceStr;
新版本信息:ResourceStr
alert_dialog.d.ts
type有变化 类名:AlertDialogParam;
方法or属性:autoCancel?: boolean;
旧版本信息:
类名:AlertDialogParam;
方法or属性:autoCancel?: boolean;
新版本信息:?boolean
alert_dialog.d.ts
type有变化 类名:AlertDialogParam;
方法or属性:cancel?: () => void;
旧版本信息:
类名:AlertDialogParam;
方法or属性:cancel?: () => void;
新版本信息:?function
alert_dialog.d.ts
type有变化 类名:AlertDialogParam;
方法or属性:alignment?: DialogAlignment;
旧版本信息:
类名:AlertDialogParam;
方法or属性:alignment?: DialogAlignment;
新版本信息:?DialogAlignment
alert_dialog.d.ts
type有变化 类名:AlertDialogParam;
方法or属性:offset?: Offset;
旧版本信息:
类名:AlertDialogParam;
方法or属性:offset?: Offset;
新版本信息:?Offset
alert_dialog.d.ts
type有变化 类名:AlertDialogParam;
方法or属性:gridCount?: number;
旧版本信息:
类名:AlertDialogParam;
方法or属性:gridCount?: number;
新版本信息:?number
alert_dialog.d.ts
type有变化 类名:AlertDialogParamWithConfirm;
方法or属性:confirm?: {
/
* Enable switch of confirmation button
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of confirmation button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of confirmation button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:AlertDialogParamWithConfirm;
方法or属性:confirm?: {
/
* Enable switch of confirmation button
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of confirmation button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of confirmation button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:?object
alert_dialog.d.ts
type有变化 类名:AlertDialogParamWithButtons;
方法or属性:primaryButton: {
/
* Enable switch of primaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of primaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of primaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:AlertDialogParamWithButtons;
方法or属性:primaryButton: {
/
* Enable switch of primaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of primaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of primaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:object
alert_dialog.d.ts
type有变化 类名:AlertDialogParamWithButtons;
方法or属性:secondaryButton: {
/
* Enable switch of secondaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of secondaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of secondaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:AlertDialogParamWithButtons;
方法or属性:secondaryButton: {
/
* Enable switch of secondaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of secondaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of secondaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:object
alert_dialog.d.ts
type有变化 类名:BadgeStyle;
方法or属性:color?: ResourceColor;
旧版本信息:
类名:BadgeStyle;
方法or属性:color?: ResourceColor;
新版本信息:?ResourceColor
badge.d.ts
type有变化 类名:BadgeStyle;
方法or属性:fontSize?: number | string;
旧版本信息:
类名:BadgeStyle;
方法or属性:fontSize?: number | string;
新版本信息:?(number | string)
badge.d.ts
type有变化 类名:BadgeStyle;
方法or属性:badgeSize?: number | string;
旧版本信息:
类名:BadgeStyle;
方法or属性:badgeSize?: number | string;
新版本信息:?(number | string)
badge.d.ts
type有变化 类名:BadgeStyle;
方法or属性:badgeColor?: ResourceColor;
旧版本信息:
类名:BadgeStyle;
方法or属性:badgeColor?: ResourceColor;
新版本信息:?ResourceColor
badge.d.ts
type有变化 类名:BadgeParam;
方法or属性:position?: BadgePosition | Position;
旧版本信息:
类名:BadgeParam;
方法or属性:position?: BadgePosition | Position;
新版本信息:?(BadgePosition | Position)
badge.d.ts
type有变化 类名:BadgeParam;
方法or属性:style: BadgeStyle;
旧版本信息:
类名:BadgeParam;
方法or属性:style: BadgeStyle;
新版本信息:BadgeStyle
badge.d.ts
type有变化 类名:BadgeParamWithNumber;
方法or属性:count: number;
旧版本信息:
类名:BadgeParamWithNumber;
方法or属性:count: number;
新版本信息:number
badge.d.ts
type有变化 类名:BadgeParamWithNumber;
方法or属性:maxCount?: number;
旧版本信息:
类名:BadgeParamWithNumber;
方法or属性:maxCount?: number;
新版本信息:?number
badge.d.ts
type有变化 类名:BadgeParamWithString;
方法or属性:value: string;
旧版本信息:
类名:BadgeParamWithString;
方法or属性:value: string;
新版本信息:string
badge.d.ts
type有变化 类名:ButtonOptions;
方法or属性:type?: ButtonType;
旧版本信息:
类名:ButtonOptions;
方法or属性:type?: ButtonType;
新版本信息:?ButtonType
button.d.ts
type有变化 类名:ButtonOptions;
方法or属性:stateEffect?: boolean;
旧版本信息:
类名:ButtonOptions;
方法or属性:stateEffect?: boolean;
新版本信息:?boolean
button.d.ts
type有变化 类名:CalendarDay;
方法or属性:index: number;
旧版本信息:
类名:CalendarDay;
方法or属性:index: number;
新版本信息:number
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:lunarMonth: string;
旧版本信息:
类名:CalendarDay;
方法or属性:lunarMonth: string;
新版本信息:string
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:lunarDay: string;
旧版本信息:
类名:CalendarDay;
方法or属性:lunarDay: string;
新版本信息:string
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:dayMark: string;
旧版本信息:
类名:CalendarDay;
方法or属性:dayMark: string;
新版本信息:string
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:dayMarkValue: string;
旧版本信息:
类名:CalendarDay;
方法or属性:dayMarkValue: string;
新版本信息:string
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:year: number;
旧版本信息:
类名:CalendarDay;
方法or属性:year: number;
新版本信息:number
calendar.d.ts
type有变化 类名:MonthData;
方法or属性:year: number;
旧版本信息:
类名:MonthData;
方法or属性:year: number;
新版本信息:number
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:month: number;
旧版本信息:
类名:CalendarDay;
方法or属性:month: number;
新版本信息:number
calendar.d.ts
type有变化 类名:MonthData;
方法or属性:month: number;
旧版本信息:
类名:MonthData;
方法or属性:month: number;
新版本信息:number
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:day: number;
旧版本信息:
类名:CalendarDay;
方法or属性:day: number;
新版本信息:number
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:isFirstOfLunar: boolean;
旧版本信息:
类名:CalendarDay;
方法or属性:isFirstOfLunar: boolean;
新版本信息:boolean
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:hasSchedule: boolean;
旧版本信息:
类名:CalendarDay;
方法or属性:hasSchedule: boolean;
新版本信息:boolean
calendar.d.ts
type有变化 类名:CalendarDay;
方法or属性:markLunarDay: boolean;
旧版本信息:
类名:CalendarDay;
方法or属性:markLunarDay: boolean;
新版本信息:boolean
calendar.d.ts
type有变化 类名:MonthData;
方法or属性:data: CalendarDay[];
旧版本信息:
类名:MonthData;
方法or属性:data: CalendarDay[];
新版本信息:CalendarDay[]
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:dayColor?: ResourceColor;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:lunarColor?: ResourceColor;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:lunarColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:markLunarColor?: ResourceColor;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:markLunarColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:dayFontSize?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayFontSize?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:lunarDayFontSize?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:lunarDayFontSize?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:dayHeight?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayHeight?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:dayWidth?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayWidth?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:gregorianCalendarHeight?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:gregorianCalendarHeight?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:dayYAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayYAxisOffset?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:lunarDayYAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:lunarDayYAxisOffset?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:underscoreXAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:underscoreXAxisOffset?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:underscoreYAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:underscoreYAxisOffset?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:scheduleMarkerXAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:scheduleMarkerXAxisOffset?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:scheduleMarkerYAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:scheduleMarkerYAxisOffset?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:colSpace?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:colSpace?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:dailyFiveRowSpace?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dailyFiveRowSpace?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:dailySixRowSpace?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dailySixRowSpace?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:lunarHeight?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:lunarHeight?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:underscoreWidth?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:underscoreWidth?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:underscoreLength?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:underscoreLength?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:scheduleMarkerRadius?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:scheduleMarkerRadius?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:boundaryRowOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:boundaryRowOffset?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:CurrentDayStyle;
方法or属性:boundaryColOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:boundaryColOffset?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthDayColor?: ResourceColor;
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthDayColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthLunarColor?: ResourceColor;
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthLunarColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:TodayStyle;
方法or属性:focusedDayColor?: ResourceColor;
旧版本信息:
类名:TodayStyle;
方法or属性:focusedDayColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:TodayStyle;
方法or属性:focusedLunarColor?: ResourceColor;
旧版本信息:
类名:TodayStyle;
方法or属性:focusedLunarColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:TodayStyle;
方法or属性:focusedAreaBackgroundColor?: ResourceColor;
旧版本信息:
类名:TodayStyle;
方法or属性:focusedAreaBackgroundColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:TodayStyle;
方法or属性:focusedAreaRadius?: number;
旧版本信息:
类名:TodayStyle;
方法or属性:focusedAreaRadius?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WeekStyle;
方法or属性:weekColor?: ResourceColor;
旧版本信息:
类名:WeekStyle;
方法or属性:weekColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:WeekStyle;
方法or属性:weekendDayColor?: ResourceColor;
旧版本信息:
类名:WeekStyle;
方法or属性:weekendDayColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:WeekStyle;
方法or属性:weekendLunarColor?: ResourceColor;
旧版本信息:
类名:WeekStyle;
方法or属性:weekendLunarColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:WeekStyle;
方法or属性:weekFontSize?: number;
旧版本信息:
类名:WeekStyle;
方法or属性:weekFontSize?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WeekStyle;
方法or属性:weekHeight?: number;
旧版本信息:
类名:WeekStyle;
方法or属性:weekHeight?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WeekStyle;
方法or属性:weekWidth?: number;
旧版本信息:
类名:WeekStyle;
方法or属性:weekWidth?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WeekStyle;
方法or属性:weekAndDayRowSpace?: number;
旧版本信息:
类名:WeekStyle;
方法or属性:weekAndDayRowSpace?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WorkStateStyle;
方法or属性:workDayMarkColor?: ResourceColor;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workDayMarkColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:WorkStateStyle;
方法or属性:offDayMarkColor?: ResourceColor;
旧版本信息:
类名:WorkStateStyle;
方法or属性:offDayMarkColor?: ResourceColor;
新版本信息:?ResourceColor
calendar.d.ts
type有变化 类名:WorkStateStyle;
方法or属性:workDayMarkSize?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workDayMarkSize?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WorkStateStyle;
方法or属性:offDayMarkSize?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:offDayMarkSize?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WorkStateStyle;
方法or属性:workStateWidth?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workStateWidth?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WorkStateStyle;
方法or属性:workStateHorizontalMovingDistance?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workStateHorizontalMovingDistance?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:WorkStateStyle;
方法or属性:workStateVerticalMovingDistance?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workStateVerticalMovingDistance?: number;
新版本信息:?number
calendar.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly actualBoundingBoxAscent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly actualBoundingBoxAscent: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly actualBoundingBoxDescent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly actualBoundingBoxDescent: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly actualBoundingBoxLeft: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly actualBoundingBoxLeft: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly actualBoundingBoxRight: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly actualBoundingBoxRight: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly alphabeticBaseline: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly alphabeticBaseline: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly emHeightAscent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly emHeightAscent: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly emHeightDescent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly emHeightDescent: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly fontBoundingBoxAscent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly fontBoundingBoxAscent: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly fontBoundingBoxDescent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly fontBoundingBoxDescent: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly hangingBaseline: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly hangingBaseline: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly ideographicBaseline: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly ideographicBaseline: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly width: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly width: number;
新版本信息:number
canvas.d.ts
type有变化 类名:ImageBitmap;
方法or属性:readonly width: number;
旧版本信息:
类名:ImageBitmap;
方法or属性:readonly width: number;
新版本信息:number
canvas.d.ts
type有变化 类名:ImageData;
方法or属性:readonly width: number;
旧版本信息:
类名:ImageData;
方法or属性:readonly width: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderingContext2D;
方法or属性:readonly width: number;
旧版本信息:
类名:CanvasRenderingContext2D;
方法or属性:readonly width: number;
新版本信息:number
canvas.d.ts
type有变化 类名:TextMetrics;
方法or属性:readonly height: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly height: number;
新版本信息:number
canvas.d.ts
type有变化 类名:ImageBitmap;
方法or属性:readonly height: number;
旧版本信息:
类名:ImageBitmap;
方法or属性:readonly height: number;
新版本信息:number
canvas.d.ts
type有变化 类名:ImageData;
方法or属性:readonly height: number;
旧版本信息:
类名:ImageData;
方法or属性:readonly height: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderingContext2D;
方法or属性:readonly height: number;
旧版本信息:
类名:CanvasRenderingContext2D;
方法or属性:readonly height: number;
新版本信息:number
canvas.d.ts
type有变化 类名:ImageData;
方法or属性:readonly data: Uint8ClampedArray;
旧版本信息:
类名:ImageData;
方法or属性:readonly data: Uint8ClampedArray;
新版本信息:Uint8ClampedArray
canvas.d.ts
type有变化 类名:RenderingContextSettings;
方法or属性:antialias?: boolean;
旧版本信息:
类名:RenderingContextSettings;
方法or属性:antialias?: boolean;
新版本信息:?boolean
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:globalAlpha: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:globalAlpha: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:globalCompositeOperation: string;
旧版本信息:
类名:CanvasRenderer;
方法or属性:globalCompositeOperation: string;
新版本信息:string
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:fillStyle: string | number | CanvasGradient | CanvasPattern;
旧版本信息:
类名:CanvasRenderer;
方法or属性:fillStyle: string | number | CanvasGradient | CanvasPattern;
新版本信息:string | number | CanvasGradient | CanvasPattern
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:strokeStyle: string | number | CanvasGradient | CanvasPattern;
旧版本信息:
类名:CanvasRenderer;
方法or属性:strokeStyle: string | number | CanvasGradient | CanvasPattern;
新版本信息:string | number | CanvasGradient | CanvasPattern
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:filter: string;
旧版本信息:
类名:CanvasRenderer;
方法or属性:filter: string;
新版本信息:string
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:imageSmoothingEnabled: boolean;
旧版本信息:
类名:CanvasRenderer;
方法or属性:imageSmoothingEnabled: boolean;
新版本信息:boolean
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:imageSmoothingQuality: ImageSmoothingQuality;
旧版本信息:
类名:CanvasRenderer;
方法or属性:imageSmoothingQuality: ImageSmoothingQuality;
新版本信息:ImageSmoothingQuality
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:lineCap: CanvasLineCap;
旧版本信息:
类名:CanvasRenderer;
方法or属性:lineCap: CanvasLineCap;
新版本信息:CanvasLineCap
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:lineDashOffset: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:lineDashOffset: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:lineJoin: CanvasLineJoin;
旧版本信息:
类名:CanvasRenderer;
方法or属性:lineJoin: CanvasLineJoin;
新版本信息:CanvasLineJoin
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:lineWidth: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:lineWidth: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:miterLimit: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:miterLimit: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:shadowBlur: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:shadowBlur: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:shadowColor: string;
旧版本信息:
类名:CanvasRenderer;
方法or属性:shadowColor: string;
新版本信息:string
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:shadowOffsetX: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:shadowOffsetX: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:shadowOffsetY: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:shadowOffsetY: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:font: string;
旧版本信息:
类名:CanvasRenderer;
方法or属性:font: string;
新版本信息:string
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:textAlign: CanvasTextAlign;
旧版本信息:
类名:CanvasRenderer;
方法or属性:textAlign: CanvasTextAlign;
新版本信息:CanvasTextAlign
canvas.d.ts
type有变化 类名:CanvasRenderer;
方法or属性:textBaseline: CanvasTextBaseline;
旧版本信息:
类名:CanvasRenderer;
方法or属性:textBaseline: CanvasTextBaseline;
新版本信息:CanvasTextBaseline
canvas.d.ts
type有变化 类名:OffscreenCanvas;
方法or属性:height: number;
旧版本信息:
类名:OffscreenCanvas;
方法or属性:height: number;
新版本信息:number
canvas.d.ts
type有变化 类名:OffscreenCanvas;
方法or属性:width: number;
旧版本信息:
类名:OffscreenCanvas;
方法or属性:width: number;
新版本信息:number
canvas.d.ts
type有变化 类名:CheckboxOptions;
方法or属性:name?: string;
旧版本信息:
类名:CheckboxOptions;
方法or属性:name?: string;
新版本信息:?string
checkbox.d.ts
type有变化 类名:CheckboxOptions;
方法or属性:group?: string;
旧版本信息:
类名:CheckboxOptions;
方法or属性:group?: string;
新版本信息:?string
checkbox.d.ts
type有变化 类名:CheckboxGroupOptions;
方法or属性:group?: string;
旧版本信息:
类名:CheckboxGroupOptions;
方法or属性:group?: string;
新版本信息:?string
checkboxgroup.d.ts
type有变化 类名:CheckboxGroupResult;
方法or属性:name: Array<string>;
旧版本信息:
类名:CheckboxGroupResult;
方法or属性:name: Array<string>;
新版本信息:Array<string>
checkboxgroup.d.ts
type有变化 类名:CheckboxGroupResult;
方法or属性:status: SelectStatus;
旧版本信息:
类名:CheckboxGroupResult;
方法or属性:status: SelectStatus;
新版本信息:SelectStatus
checkboxgroup.d.ts
type有变化 类名:CircleOptions;
方法or属性:width?: string | number;
旧版本信息:
类名:CircleOptions;
方法or属性:width?: string | number;
新版本信息:?(string | number)
circle.d.ts
type有变化 类名:CircleOptions;
方法or属性:height?: string | number;
旧版本信息:
类名:CircleOptions;
方法or属性:height?: string | number;
新版本信息:?(string | number)
circle.d.ts
type有变化 类名:Configuration;
方法or属性:readonly colorMode: string;
旧版本信息:
类名:Configuration;
方法or属性:readonly colorMode: string;
新版本信息:string
common.d.ts
type有变化 类名:Configuration;
方法or属性:readonly fontScale: number;
旧版本信息:
类名:Configuration;
方法or属性:readonly fontScale: number;
新版本信息:number
common.d.ts
type有变化 类名:Rectangle;
方法or属性:x?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:x?: Length;
新版本信息:?Length
common.d.ts
type有变化 类名:Rectangle;
方法or属性:y?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:y?: Length;
新版本信息:?Length
common.d.ts
type有变化 类名:Rectangle;
方法or属性:width?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:width?: Length;
新版本信息:?Length
common.d.ts
type有变化 类名:Rectangle;
方法or属性:height?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:height?: Length;
新版本信息:?Length
common.d.ts
type有变化 类名:AnimateParam;
方法or属性:duration?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:duration?: number;
新版本信息:?number
common.d.ts
type有变化 类名:sharedTransitionOptions;
方法or属性:duration?: number;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:duration?: number;
新版本信息:?number
common.d.ts
type有变化 类名:AnimateParam;
方法or属性:tempo?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:tempo?: number;
新版本信息:?number
common.d.ts
type有变化 类名:AnimateParam;
方法or属性:curve?: Curve | string | ICurve;
旧版本信息:string | Curve | ICurve
类名:AnimateParam;
方法or属性:curve?: Curve | string | ICurve;
新版本信息:?(Curve | string | ICurve)
common.d.ts
type有变化 类名:sharedTransitionOptions;
方法or属性:curve?: Curve | string | ICurve;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:curve?: Curve | string | ICurve;
新版本信息:?(Curve | string | ICurve)
common.d.ts
type有变化 类名:AnimateParam;
方法or属性:delay?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:delay?: number;
新版本信息:?number
common.d.ts
type有变化 类名:sharedTransitionOptions;
方法or属性:delay?: number;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:delay?: number;
新版本信息:?number
common.d.ts
type有变化 类名:AnimateParam;
方法or属性:iterations?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:iterations?: number;
新版本信息:?number
common.d.ts
type有变化 类名:AnimateParam;
方法or属性:playMode?: PlayMode;
旧版本信息:
类名:AnimateParam;
方法or属性:playMode?: PlayMode;
新版本信息:?PlayMode
common.d.ts
type有变化 类名:AnimateParam;
方法or属性:onFinish?: () => void;
旧版本信息:
类名:AnimateParam;
方法or属性:onFinish?: () => void;
新版本信息:?function
common.d.ts
type有变化 类名:MotionPathOptions;
方法or属性:path: string;
旧版本信息:
类名:MotionPathOptions;
方法or属性:path: string;
新版本信息:string
common.d.ts
type有变化 类名:MotionPathOptions;
方法or属性:from?: number;
旧版本信息:
类名:MotionPathOptions;
方法or属性:from?: number;
新版本信息:?number
common.d.ts
type有变化 类名:MotionPathOptions;
方法or属性:to?: number;
旧版本信息:
类名:MotionPathOptions;
方法or属性:to?: number;
新版本信息:?number
common.d.ts
type有变化 类名:MotionPathOptions;
方法or属性:rotatable?: boolean;
旧版本信息:
类名:MotionPathOptions;
方法or属性:rotatable?: boolean;
新版本信息:?boolean
common.d.ts
type有变化 类名:sharedTransitionOptions;
方法or属性:motionPath?: MotionPathOptions;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:motionPath?: MotionPathOptions;
新版本信息:?MotionPathOptions
common.d.ts
type有变化 类名:sharedTransitionOptions;
方法or属性:zIndex?: number;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:zIndex?: number;
新版本信息:?number
common.d.ts
type有变化 类名:sharedTransitionOptions;
方法or属性:type?: SharedTransitionEffectType;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:type?: SharedTransitionEffectType;
新版本信息:?SharedTransitionEffectType
common.d.ts
type有变化 类名:TranslateOptions;
方法or属性:x?: number | string;
旧版本信息:
类名:TranslateOptions;
方法or属性:x?: number | string;
新版本信息:?(number | string)
common.d.ts
type有变化 类名:TranslateOptions;
方法or属性:y?: number | string;
旧版本信息:
类名:TranslateOptions;
方法or属性:y?: number | string;
新版本信息:?(number | string)
common.d.ts
type有变化 类名:TranslateOptions;
方法or属性:z?: number | string;
旧版本信息:
类名:TranslateOptions;
方法or属性:z?: number | string;
新版本信息:?(number | string)
common.d.ts
type有变化 类名:ScaleOptions;
方法or属性:x?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:x?: number;
新版本信息:?number
common.d.ts
type有变化 类名:RotateOptions;
方法or属性:x?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:x?: number;
新版本信息:?number
common.d.ts
type有变化 类名:ScaleOptions;
方法or属性:y?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:y?: number;
新版本信息:?number
common.d.ts
type有变化 类名:RotateOptions;
方法or属性:y?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:y?: number;
新版本信息:?number
common.d.ts
type有变化 类名:ScaleOptions;
方法or属性:z?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:z?: number;
新版本信息:?number
common.d.ts
type有变化 类名:RotateOptions;
方法or属性:z?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:z?: number;
新版本信息:?number
common.d.ts
type有变化 类名:ScaleOptions;
方法or属性:centerX?: number | string;
旧版本信息:
类名:ScaleOptions;
方法or属性:centerX?: number | string;
新版本信息:?(number | string)
common.d.ts
type有变化 类名:RotateOptions;
方法or属性:centerX?: number | string;
旧版本信息:
类名:RotateOptions;
方法or属性:centerX?: number | string;
新版本信息:?(number | string)
common.d.ts
type有变化 类名:ScaleOptions;
方法or属性:centerY?: number | string;
旧版本信息:
类名:ScaleOptions;
方法or属性:centerY?: number | string;
新版本信息:?(number | string)
common.d.ts
type有变化 类名:RotateOptions;
方法or属性:centerY?: number | string;
旧版本信息:
类名:RotateOptions;
方法or属性:centerY?: number | string;
新版本信息:?(number | string)
common.d.ts
type有变化 类名:AlignRuleOption;
方法or属性:left?: { anchor: string, align: HorizontalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:left?: { anchor: string, align: HorizontalAlign };
新版本信息:?object
common.d.ts
type有变化 类名:AlignRuleOption;
方法or属性:right?: { anchor: string, align: HorizontalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:right?: { anchor: string, align: HorizontalAlign };
新版本信息:?object
common.d.ts
type有变化 类名:AlignRuleOption;
方法or属性:middle?: { anchor: string, align: HorizontalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:middle?: { anchor: string, align: HorizontalAlign };
新版本信息:?object
common.d.ts
type有变化 类名:AlignRuleOption;
方法or属性:top?: { anchor: string, align: VerticalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:top?: { anchor: string, align: VerticalAlign };
新版本信息:?object
common.d.ts
type有变化 类名:AlignRuleOption;
方法or属性:bottom?: { anchor: string, align: VerticalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:bottom?: { anchor: string, align: VerticalAlign };
新版本信息:?object
common.d.ts
type有变化 类名:AlignRuleOption;
方法or属性:center?: { anchor: string, align: VerticalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:center?: { anchor: string, align: VerticalAlign };
新版本信息:?object
common.d.ts
type有变化 类名:RotateOptions;
方法or属性:angle: number | string;
旧版本信息:
类名:RotateOptions;
方法or属性:angle: number | string;
新版本信息:number | string
common.d.ts
type有变化 类名:TransitionOptions;
方法or属性:type?: TransitionType;
旧版本信息:
类名:TransitionOptions;
方法or属性:type?: TransitionType;
新版本信息:?TransitionType
common.d.ts
type有变化 类名:TransitionOptions;
方法or属性:opacity?: number;
旧版本信息:
类名:TransitionOptions;
方法or属性:opacity?: number;
新版本信息:?number
common.d.ts
type有变化 类名:TransitionOptions;
方法or属性:translate?: TranslateOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:translate?: TranslateOptions;
新版本信息:?TranslateOptions
common.d.ts
type有变化 类名:TransitionOptions;
方法or属性:scale?: ScaleOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:scale?: ScaleOptions;
新版本信息:?ScaleOptions
common.d.ts
type有变化 类名:TransitionOptions;
方法or属性:rotate?: RotateOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:rotate?: RotateOptions;
新版本信息:?RotateOptions
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:title?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:title?: string;
新版本信息:?string
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:width?: number;
旧版本信息:
类名:PreviewParams;
方法or属性:width?: number;
新版本信息:?number
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:height?: number;
旧版本信息:
类名:PreviewParams;
方法or属性:height?: number;
新版本信息:?number
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:locale?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:locale?: string;
新版本信息:?string
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:colorMode?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:colorMode?: string;
新版本信息:?string
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:deviceType?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:deviceType?: string;
新版本信息:?string
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:dpi?: number;
旧版本信息:
类名:PreviewParams;
方法or属性:dpi?: number;
新版本信息:?number
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:orientation?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:orientation?: string;
新版本信息:?string
common.d.ts
type有变化 类名:PreviewParams;
方法or属性:roundScreen?: boolean;
旧版本信息:
类名:PreviewParams;
方法or属性:roundScreen?: boolean;
新版本信息:?boolean
common.d.ts
type有变化 类名:ItemDragInfo;
方法or属性:x: number;
旧版本信息:
类名:ItemDragInfo;
方法or属性:x: number;
新版本信息:number
common.d.ts
type有变化 类名:ClickEvent;
方法or属性:x: number;
旧版本信息:
类名:ClickEvent;
方法or属性:x: number;
新版本信息:number
common.d.ts
type有变化 类名:MouseEvent;
方法or属性:x: number;
旧版本信息:
类名:MouseEvent;
方法or属性:x: number;
新版本信息:number
common.d.ts
type有变化 类名:TouchObject;
方法or属性:x: number;
旧版本信息:
类名:TouchObject;
方法or属性:x: number;
新版本信息:number
common.d.ts
type有变化 类名:ItemDragInfo;
方法or属性:y: number;
旧版本信息:
类名:ItemDragInfo;
方法or属性:y: number;
新版本信息:number
common.d.ts
type有变化 类名:ClickEvent;
方法or属性:y: number;
旧版本信息:
类名:ClickEvent;
方法or属性:y: number;
新版本信息:number
common.d.ts
type有变化 类名:MouseEvent;
方法or属性:y: number;
旧版本信息:
类名:MouseEvent;
方法or属性:y: number;
新版本信息:number
common.d.ts
type有变化 类名:TouchObject;
方法or属性:y: number;
旧版本信息:
类名:TouchObject;
方法or属性:y: number;
新版本信息:number
common.d.ts
type有变化 类名:DragItemInfo;
方法or属性:pixelMap?: PixelMap;
旧版本信息:
类名:DragItemInfo;
方法or属性:pixelMap?: PixelMap;
新版本信息:?PixelMap
common.d.ts
type有变化 类名:DragItemInfo;
方法or属性:builder?: CustomBuilder;
旧版本信息:
类名:DragItemInfo;
方法or属性:builder?: CustomBuilder;
新版本信息:?CustomBuilder
common.d.ts
type有变化 类名:DragItemInfo;
方法or属性:extraInfo?: string;
旧版本信息:
类名:DragItemInfo;
方法or属性:extraInfo?: string;
新版本信息:?string
common.d.ts
type有变化 类名:EventTarget;
方法or属性:area: Area;
旧版本信息:
类名:EventTarget;
方法or属性:area: Area;
新版本信息:Area
common.d.ts
type有变化 类名:BaseEvent;
方法or属性:target: EventTarget;
旧版本信息:
类名:BaseEvent;
方法or属性:target: EventTarget;
新版本信息:EventTarget
common.d.ts
type有变化 类名:BaseEvent;
方法or属性:timestamp: number;
旧版本信息:
类名:BaseEvent;
方法or属性:timestamp: number;
新版本信息:number
common.d.ts
type有变化 类名:KeyEvent;
方法or属性:timestamp: number;
旧版本信息:
类名:KeyEvent;
方法or属性:timestamp: number;
新版本信息:number
common.d.ts
type有变化 类名:BaseEvent;
方法or属性:source: SourceType;
旧版本信息:
类名:BaseEvent;
方法or属性:source: SourceType;
新版本信息:SourceType
common.d.ts
type有变化 类名:BaseEvent;
方法or属性:pressure: number;
旧版本信息:
类名:BaseEvent;
方法or属性:pressure: number;
新版本信息:number
common.d.ts
type有变化 类名:BaseEvent;
方法or属性:tiltX: number;
旧版本信息:
类名:BaseEvent;
方法or属性:tiltX: number;
新版本信息:number
common.d.ts
type有变化 类名:BaseEvent;
方法or属性:tiltY: number;
旧版本信息:
类名:BaseEvent;
方法or属性:tiltY: number;
新版本信息:number
common.d.ts
type有变化 类名:BaseEvent;
方法or属性:sourceTool: SourceTool;
旧版本信息:
类名:BaseEvent;
方法or属性:sourceTool: SourceTool;
新版本信息:SourceTool
common.d.ts
type有变化 类名:BorderImageOption;
方法or属性:slice?: Length | EdgeWidths,
旧版本信息:
类名:BorderImageOption;
方法or属性:slice?: Length | EdgeWidths,
新版本信息:?(Length | EdgeWidths)
common.d.ts
type有变化 类名:BorderImageOption;
方法or属性:repeat?: RepeatMode,
旧版本信息:
类名:BorderImageOption;
方法or属性:repeat?: RepeatMode,
新版本信息:?RepeatMode
common.d.ts
type有变化 类名:BorderImageOption;
方法or属性:source?: string | Resource | LinearGradient,
旧版本信息:
类名:BorderImageOption;
方法or属性:source?: string | Resource | LinearGradient,
新版本信息:?(string | Resource | LinearGradient)
common.d.ts
type有变化 类名:BorderImageOption;
方法or属性:width?: Length | EdgeWidths,
旧版本信息:
类名:BorderImageOption;
方法or属性:width?: Length | EdgeWidths,
新版本信息:?(Length | EdgeWidths)
common.d.ts
type有变化 类名:BorderImageOption;
方法or属性:outset?: Length | EdgeWidths,
旧版本信息:
类名:BorderImageOption;
方法or属性:outset?: Length | EdgeWidths,
新版本信息:?(Length | EdgeWidths)
common.d.ts
type有变化 类名:BorderImageOption;
方法or属性:fill?: boolean
旧版本信息:
类名:BorderImageOption;
方法or属性:fill?: boolean
新版本信息:?boolean
common.d.ts
type有变化 类名:ClickEvent;
方法or属性:screenX: number;
旧版本信息:
类名:ClickEvent;
方法or属性:screenX: number;
新版本信息:number
common.d.ts
type有变化 类名:MouseEvent;
方法or属性:screenX: number;
旧版本信息:
类名:MouseEvent;
方法or属性:screenX: number;
新版本信息:number
common.d.ts
type有变化 类名:TouchObject;
方法or属性:screenX: number;
旧版本信息:
类名:TouchObject;
方法or属性:screenX: number;
新版本信息:number
common.d.ts
type有变化 类名:ClickEvent;
方法or属性:screenY: number;
旧版本信息:
类名:ClickEvent;
方法or属性:screenY: number;
新版本信息:number
common.d.ts
type有变化 类名:MouseEvent;
方法or属性:screenY: number;
旧版本信息:
类名:MouseEvent;
方法or属性:screenY: number;
新版本信息:number
common.d.ts
type有变化 类名:TouchObject;
方法or属性:screenY: number;
旧版本信息:
类名:TouchObject;
方法or属性:screenY: number;
新版本信息:number
common.d.ts
type有变化 类名:MouseEvent;
方法or属性:button: MouseButton;
旧版本信息:
类名:MouseEvent;
方法or属性:button: MouseButton;
新版本信息:MouseButton
common.d.ts
type有变化 类名:MouseEvent;
方法or属性:action: MouseAction;
旧版本信息:
类名:MouseEvent;
方法or属性:action: MouseAction;
新版本信息:MouseAction
common.d.ts
type有变化 类名:MouseEvent;
方法or属性:stopPropagation: () => void;
旧版本信息:
类名:MouseEvent;
方法or属性:stopPropagation: () => void;
新版本信息:function
common.d.ts
type有变化 类名:TouchEvent;
方法or属性:stopPropagation: () => void;
旧版本信息:
类名:TouchEvent;
方法or属性:stopPropagation: () => void;
新版本信息:function
common.d.ts
type有变化 类名:KeyEvent;
方法or属性:stopPropagation: () => void;
旧版本信息:
类名:KeyEvent;
方法or属性:stopPropagation: () => void;
新版本信息:function
common.d.ts
type有变化 类名:TouchObject;
方法or属性:type: TouchType;
旧版本信息:
类名:TouchObject;
方法or属性:type: TouchType;
新版本信息:TouchType
common.d.ts
type有变化 类名:TouchEvent;
方法or属性:type: TouchType;
旧版本信息:
类名:TouchEvent;
方法or属性:type: TouchType;
新版本信息:TouchType
common.d.ts
type有变化 类名:TouchObject;
方法or属性:id: number;
旧版本信息:
类名:TouchObject;
方法or属性:id: number;
新版本信息:number
common.d.ts
type有变化 类名:TouchEvent;
方法or属性:touches: TouchObject[];
旧版本信息:
类名:TouchEvent;
方法or属性:touches: TouchObject[];
新版本信息:TouchObject[]
common.d.ts
type有变化 类名:TouchEvent;
方法or属性:changedTouches: TouchObject[];
旧版本信息:
类名:TouchEvent;
方法or属性:changedTouches: TouchObject[];
新版本信息:TouchObject[]
common.d.ts
type有变化 类名:KeyEvent;
方法or属性:type: KeyType;
旧版本信息:
类名:KeyEvent;
方法or属性:type: KeyType;
新版本信息:KeyType
common.d.ts
type有变化 类名:KeyEvent;
方法or属性:keyCode: number;
旧版本信息:
类名:KeyEvent;
方法or属性:keyCode: number;
新版本信息:number
common.d.ts
type有变化 类名:KeyEvent;
方法or属性:keyText: string;
旧版本信息:
类名:KeyEvent;
方法or属性:keyText: string;
新版本信息:string
common.d.ts
type有变化 类名:KeyEvent;
方法or属性:keySource: KeySource;
旧版本信息:
类名:KeyEvent;
方法or属性:keySource: KeySource;
新版本信息:KeySource
common.d.ts
type有变化 类名:KeyEvent;
方法or属性:deviceId: number;
旧版本信息:
类名:KeyEvent;
方法or属性:deviceId: number;
新版本信息:number
common.d.ts
type有变化 类名:KeyEvent;
方法or属性:metaKey: number;
旧版本信息:
类名:KeyEvent;
方法or属性:metaKey: number;
新版本信息:number
common.d.ts
type有变化 类名:StateStyles;
方法or属性:normal?: any;
旧版本信息:
类名:StateStyles;
方法or属性:normal?: any;
新版本信息:?any
common.d.ts
type有变化 类名:StateStyles;
方法or属性:pressed?: any;
旧版本信息:
类名:StateStyles;
方法or属性:pressed?: any;
新版本信息:?any
common.d.ts
type有变化 类名:StateStyles;
方法or属性:disabled?: any;
旧版本信息:
类名:StateStyles;
方法or属性:disabled?: any;
新版本信息:?any
common.d.ts
type有变化 类名:StateStyles;
方法or属性:focused?: any;
旧版本信息:
类名:StateStyles;
方法or属性:focused?: any;
新版本信息:?any
common.d.ts
type有变化 类名:StateStyles;
方法or属性:clicked?: any;
旧版本信息:
类名:StateStyles;
方法or属性:clicked?: any;
新版本信息:?any
common.d.ts
type有变化 类名:PopupOptions;
方法or属性:message: string;
旧版本信息:
类名:PopupOptions;
方法or属性:message: string;
新版本信息:string
common.d.ts
type有变化 类名:PopupOptions;
方法or属性:placementOnTop?: boolean;
旧版本信息:
类名:PopupOptions;
方法or属性:placementOnTop?: boolean;
新版本信息:?boolean
common.d.ts
type有变化 类名:PopupOptions;
方法or属性:primaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:PopupOptions;
方法or属性:primaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:?object
common.d.ts
type有变化 类名:PopupOptions;
方法or属性:secondaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:PopupOptions;
方法or属性:secondaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:?object
common.d.ts
type有变化 类名:PopupOptions;
方法or属性:onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
旧版本信息:
类名:PopupOptions;
方法or属性:onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
新版本信息:?function
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
新版本信息:?function
common.d.ts
type有变化 类名:PopupOptions;
方法or属性:arrowOffset?: Length;
旧版本信息:
类名:PopupOptions;
方法or属性:arrowOffset?: Length;
新版本信息:?Length
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:arrowOffset?: Length;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:arrowOffset?: Length;
新版本信息:?Length
common.d.ts
type有变化 类名:PopupOptions;
方法or属性:showInSubWindow?: boolean;
旧版本信息:
类名:PopupOptions;
方法or属性:showInSubWindow?: boolean;
新版本信息:?boolean
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:showInSubWindow?: boolean;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:showInSubWindow?: boolean;
新版本信息:?boolean
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:builder: CustomBuilder;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:builder: CustomBuilder;
新版本信息:CustomBuilder
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:placement?: Placement;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:placement?: Placement;
新版本信息:?Placement
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:maskColor?: Color | string | Resource | number;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:maskColor?: Color | string | Resource | number;
新版本信息:?(Color | string | Resource | number)
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:popupColor?: Color | string | Resource | number;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:popupColor?: Color | string | Resource | number;
新版本信息:?(Color | string | Resource | number)
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:enableArrow?: boolean;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:enableArrow?: boolean;
新版本信息:?boolean
common.d.ts
type有变化 类名:CustomPopupOptions;
方法or属性:autoCancel?: boolean;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:autoCancel?: boolean;
新版本信息:?boolean
common.d.ts
type有变化 类名:LayoutBorderInfo;
方法or属性:borderWidth: EdgeWidths;
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:borderWidth: EdgeWidths;
新版本信息:EdgeWidths
common.d.ts
type有变化 类名:LayoutBorderInfo;
方法or属性:margin: Margin,
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:margin: Margin,
新版本信息:Margin
common.d.ts
type有变化 类名:LayoutBorderInfo;
方法or属性:padding: Padding,
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:padding: Padding,
新版本信息:Padding
common.d.ts
type有变化 类名:LayoutInfo;
方法or属性:position: Position,
旧版本信息:
类名:LayoutInfo;
方法or属性:position: Position,
新版本信息:Position
common.d.ts
type有变化 类名:LayoutChild;
方法or属性:position: Position,
旧版本信息:
类名:LayoutChild;
方法or属性:position: Position,
新版本信息:Position
common.d.ts
type有变化 类名:LayoutInfo;
方法or属性:constraint: ConstraintSizeOptions,
旧版本信息:
类名:LayoutInfo;
方法or属性:constraint: ConstraintSizeOptions,
新版本信息:ConstraintSizeOptions
common.d.ts
type有变化 类名:LayoutChild;
方法or属性:constraint: ConstraintSizeOptions,
旧版本信息:
类名:LayoutChild;
方法or属性:constraint: ConstraintSizeOptions,
新版本信息:ConstraintSizeOptions
common.d.ts
type有变化 类名:LayoutChild;
方法or属性:name: string,
旧版本信息:
类名:LayoutChild;
方法or属性:name: string,
新版本信息:string
common.d.ts
type有变化 类名:LayoutChild;
方法or属性:id: string,
旧版本信息:
类名:LayoutChild;
方法or属性:id: string,
新版本信息:string
common.d.ts
type有变化 类名:LayoutChild;
方法or属性:borderInfo: LayoutBorderInfo,
旧版本信息:
类名:LayoutChild;
方法or属性:borderInfo: LayoutBorderInfo,
新版本信息:LayoutBorderInfo
common.d.ts
type有变化 类名:SubscribedAbstractProperty;
方法or属性:protected subscribers_: Set<number>;
旧版本信息:
类名:SubscribedAbstractProperty;
方法or属性:protected subscribers_: Set<number>;
新版本信息:Set<number>
common_ts_ets_api.d.ts
type有变化 类名:CustomDialogControllerOptions;
方法or属性:builder: any;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:builder: any;
新版本信息:any
custom_dialog_controller.d.ts
type有变化 类名:CustomDialogControllerOptions;
方法or属性:cancel?: () => void;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:cancel?: () => void;
新版本信息:?function
custom_dialog_controller.d.ts
type有变化 类名:CustomDialogControllerOptions;
方法or属性:autoCancel?: boolean;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:autoCancel?: boolean;
新版本信息:?boolean
custom_dialog_controller.d.ts
type有变化 类名:CustomDialogControllerOptions;
方法or属性:alignment?: DialogAlignment;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:alignment?: DialogAlignment;
新版本信息:?DialogAlignment
custom_dialog_controller.d.ts
type有变化 类名:CustomDialogControllerOptions;
方法or属性:offset?: Offset;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:offset?: Offset;
新版本信息:?Offset
custom_dialog_controller.d.ts
type有变化 类名:CustomDialogControllerOptions;
方法or属性:customStyle?: boolean;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:customStyle?: boolean;
新版本信息:?boolean
custom_dialog_controller.d.ts
type有变化 类名:CustomDialogControllerOptions;
方法or属性:gridCount?: number;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:gridCount?: number;
新版本信息:?number
custom_dialog_controller.d.ts
type有变化 类名:DataPanelOptions;
方法or属性:values: number[];
旧版本信息:
类名:DataPanelOptions;
方法or属性:values: number[];
新版本信息:number[]
data_panel.d.ts
type有变化 类名:DataPanelOptions;
方法or属性:max?: number;
旧版本信息:
类名:DataPanelOptions;
方法or属性:max?: number;
新版本信息:?number
data_panel.d.ts
type有变化 类名:DataPanelOptions;
方法or属性:type?: DataPanelType;
旧版本信息:
类名:DataPanelOptions;
方法or属性:type?: DataPanelType;
新版本信息:?DataPanelType
data_panel.d.ts
type有变化 类名:DatePickerResult;
方法or属性:year?: number;
旧版本信息:
类名:DatePickerResult;
方法or属性:year?: number;
新版本信息:?number
date_picker.d.ts
type有变化 类名:DatePickerResult;
方法or属性:month?: number;
旧版本信息:
类名:DatePickerResult;
方法or属性:month?: number;
新版本信息:?number
date_picker.d.ts
type有变化 类名:DatePickerResult;
方法or属性:day?: number;
旧版本信息:
类名:DatePickerResult;
方法or属性:day?: number;
新版本信息:?number
date_picker.d.ts
type有变化 类名:DatePickerOptions;
方法or属性:start?: Date;
旧版本信息:
类名:DatePickerOptions;
方法or属性:start?: Date;
新版本信息:?Date
date_picker.d.ts
type有变化 类名:DatePickerOptions;
方法or属性:end?: Date;
旧版本信息:
类名:DatePickerOptions;
方法or属性:end?: Date;
新版本信息:?Date
date_picker.d.ts
type有变化 类名:DatePickerOptions;
方法or属性:selected?: Date;
旧版本信息:
类名:DatePickerOptions;
方法or属性:selected?: Date;
新版本信息:?Date
date_picker.d.ts
type有变化 类名:DatePickerDialogOptions;
方法or属性:lunar?: boolean;
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:lunar?: boolean;
新版本信息:?boolean
date_picker.d.ts
type有变化 类名:DatePickerDialogOptions;
方法or属性:onAccept?: (value: DatePickerResult) => void;
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:onAccept?: (value: DatePickerResult) => void;
新版本信息:?function
date_picker.d.ts
type有变化 类名:DatePickerDialogOptions;
方法or属性:onCancel?: () => void;
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:onCancel?: () => void;
新版本信息:?function
date_picker.d.ts
type有变化 类名:DatePickerDialogOptions;
方法or属性:onChange?: (value: DatePickerResult) => void;
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:onChange?: (value: DatePickerResult) => void;
新版本信息:?function
date_picker.d.ts
type有变化 类名:FlexOptions;
方法or属性:direction?: FlexDirection;
旧版本信息:
类名:FlexOptions;
方法or属性:direction?: FlexDirection;
新版本信息:?FlexDirection
flex.d.ts
type有变化 类名:FlexOptions;
方法or属性:wrap?: FlexWrap;
旧版本信息:
类名:FlexOptions;
方法or属性:wrap?: FlexWrap;
新版本信息:?FlexWrap
flex.d.ts
type有变化 类名:FlexOptions;
方法or属性:justifyContent?: FlexAlign;
旧版本信息:
类名:FlexOptions;
方法or属性:justifyContent?: FlexAlign;
新版本信息:?FlexAlign
flex.d.ts
type有变化 类名:FlexOptions;
方法or属性:alignItems?: ItemAlign;
旧版本信息:
类名:FlexOptions;
方法or属性:alignItems?: ItemAlign;
新版本信息:?ItemAlign
flex.d.ts
type有变化 类名:FlexOptions;
方法or属性:alignContent?: FlexAlign;
旧版本信息:
类名:FlexOptions;
方法or属性:alignContent?: FlexAlign;
新版本信息:?FlexAlign
flex.d.ts
type有变化 类名:FingerInfo;
方法or属性:id: number;
旧版本信息:
类名:FingerInfo;
方法or属性:id: number;
新版本信息:number
gesture.d.ts
type有变化 类名:FingerInfo;
方法or属性:globalX: number;
旧版本信息:
类名:FingerInfo;
方法or属性:globalX: number;
新版本信息:number
gesture.d.ts
type有变化 类名:FingerInfo;
方法or属性:globalY: number;
旧版本信息:
类名:FingerInfo;
方法or属性:globalY: number;
新版本信息:number
gesture.d.ts
type有变化 类名:FingerInfo;
方法or属性:localX: number;
旧版本信息:
类名:FingerInfo;
方法or属性:localX: number;
新版本信息:number
gesture.d.ts
type有变化 类名:FingerInfo;
方法or属性:localY: number;
旧版本信息:
类名:FingerInfo;
方法or属性:localY: number;
新版本信息:number
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:repeat: boolean;
旧版本信息:
类名:GestureEvent;
方法or属性:repeat: boolean;
新版本信息:boolean
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:fingerList: FingerInfo[];
旧版本信息:
类名:GestureEvent;
方法or属性:fingerList: FingerInfo[];
新版本信息:FingerInfo[]
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:offsetX: number;
旧版本信息:
类名:GestureEvent;
方法or属性:offsetX: number;
新版本信息:number
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:offsetY: number;
旧版本信息:
类名:GestureEvent;
方法or属性:offsetY: number;
新版本信息:number
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:angle: number;
旧版本信息:
类名:GestureEvent;
方法or属性:angle: number;
新版本信息:number
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:speed: number;
旧版本信息:
类名:GestureEvent;
方法or属性:speed: number;
新版本信息:number
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:scale: number;
旧版本信息:
类名:GestureEvent;
方法or属性:scale: number;
新版本信息:number
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:pinchCenterX: number;
旧版本信息:
类名:GestureEvent;
方法or属性:pinchCenterX: number;
新版本信息:number
gesture.d.ts
type有变化 类名:GestureEvent;
方法or属性:pinchCenterY: number;
旧版本信息:
类名:GestureEvent;
方法or属性:pinchCenterY: number;
新版本信息:number
gesture.d.ts
type有变化 类名:GridColColumnOption;
方法or属性:xs?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:xs?: number,
新版本信息:?number
grid_col.d.ts
type有变化 类名:GridColColumnOption;
方法or属性:sm?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:sm?: number,
新版本信息:?number
grid_col.d.ts
type有变化 类名:GridColColumnOption;
方法or属性:md?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:md?: number,
新版本信息:?number
grid_col.d.ts
type有变化 类名:GridColColumnOption;
方法or属性:lg?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:lg?: number,
新版本信息:?number
grid_col.d.ts
type有变化 类名:GridColColumnOption;
方法or属性:xl?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:xl?: number,
新版本信息:?number
grid_col.d.ts
type有变化 类名:GridColColumnOption;
方法or属性:xxl?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:xxl?: number,
新版本信息:?number
grid_col.d.ts
type有变化 类名:GridColOptions;
方法or属性:span?: number | GridColColumnOption;
旧版本信息:
类名:GridColOptions;
方法or属性:span?: number | GridColColumnOption;
新版本信息:?(number | GridColColumnOption)
grid_col.d.ts
type有变化 类名:GridColOptions;
方法or属性:offset?: number | GridColColumnOption;
旧版本信息:
类名:GridColOptions;
方法or属性:offset?: number | GridColColumnOption;
新版本信息:?(number | GridColColumnOption)
grid_col.d.ts
type有变化 类名:GridColOptions;
方法or属性:order?: number | GridColColumnOption;
旧版本信息:
类名:GridColOptions;
方法or属性:order?: number | GridColColumnOption;
新版本信息:?(number | GridColColumnOption)
grid_col.d.ts
type有变化 类名:GridContainerOptions;
方法or属性:columns?: number | "auto";
旧版本信息:
类名:GridContainerOptions;
方法or属性:columns?: number | "auto";
新版本信息:?(number | "auto")
grid_container.d.ts
type有变化 类名:GridContainerOptions;
方法or属性:sizeType?: SizeType;
旧版本信息:
类名:GridContainerOptions;
方法or属性:sizeType?: SizeType;
新版本信息:?SizeType
grid_container.d.ts
type有变化 类名:GridContainerOptions;
方法or属性:gutter?: number | string;
旧版本信息:
类名:GridContainerOptions;
方法or属性:gutter?: number | string;
新版本信息:?(number | string)
grid_container.d.ts
type有变化 类名:GridContainerOptions;
方法or属性:margin?: number | string;
旧版本信息:
类名:GridContainerOptions;
方法or属性:margin?: number | string;
新版本信息:?(number | string)
grid_container.d.ts
type有变化 类名:GridRowSizeOption;
方法or属性:xs?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:xs?: Length,
新版本信息:?Length
grid_row.d.ts
type有变化 类名:GridRowSizeOption;
方法or属性:sm?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:sm?: Length,
新版本信息:?Length
grid_row.d.ts
type有变化 类名:GridRowSizeOption;
方法or属性:md?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:md?: Length,
新版本信息:?Length
grid_row.d.ts
type有变化 类名:GridRowSizeOption;
方法or属性:lg?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:lg?: Length,
新版本信息:?Length
grid_row.d.ts
type有变化 类名:GridRowSizeOption;
方法or属性:xl?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:xl?: Length,
新版本信息:?Length
grid_row.d.ts
type有变化 类名:GridRowColumnOption;
方法or属性:xs?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:xs?: number,
新版本信息:?number
grid_row.d.ts
type有变化 类名:GridRowColumnOption;
方法or属性:sm?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:sm?: number,
新版本信息:?number
grid_row.d.ts
type有变化 类名:GridRowColumnOption;
方法or属性:md?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:md?: number,
新版本信息:?number
grid_row.d.ts
type有变化 类名:GridRowColumnOption;
方法or属性:lg?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:lg?: number,
新版本信息:?number
grid_row.d.ts
type有变化 类名:GridRowColumnOption;
方法or属性:xl?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:xl?: number,
新版本信息:?number
grid_row.d.ts
type有变化 类名:GutterOption;
方法or属性:x?: Length | GridRowSizeOption,
旧版本信息:
类名:GutterOption;
方法or属性:x?: Length | GridRowSizeOption,
新版本信息:?(Length | GridRowSizeOption)
grid_row.d.ts
type有变化 类名:GutterOption;
方法or属性:y?: Length | GridRowSizeOption
旧版本信息:
类名:GutterOption;
方法or属性:y?: Length | GridRowSizeOption
新版本信息:?(Length | GridRowSizeOption)
grid_row.d.ts
type有变化 类名:BreakPoints;
方法or属性:value?: Array<string>,
旧版本信息:
类名:BreakPoints;
方法or属性:value?: Array<string>,
新版本信息:?Array<string>
grid_row.d.ts
type有变化 类名:BreakPoints;
方法or属性:reference?: BreakpointsReference,
旧版本信息:
类名:BreakPoints;
方法or属性:reference?: BreakpointsReference,
新版本信息:?BreakpointsReference
grid_row.d.ts
type有变化 类名:GridRowOptions;
方法or属性:gutter?: Length | GutterOption;
旧版本信息:
类名:GridRowOptions;
方法or属性:gutter?: Length | GutterOption;
新版本信息:?(Length | GutterOption)
grid_row.d.ts
type有变化 类名:GridRowOptions;
方法or属性:columns?: number | GridRowColumnOption;
旧版本信息:
类名:GridRowOptions;
方法or属性:columns?: number | GridRowColumnOption;
新版本信息:?(number | GridRowColumnOption)
grid_row.d.ts
type有变化 类名:GridRowOptions;
方法or属性:breakpoints?: BreakPoints;
旧版本信息:
类名:GridRowOptions;
方法or属性:breakpoints?: BreakPoints;
新版本信息:?BreakPoints
grid_row.d.ts
type有变化 类名:GridRowOptions;
方法or属性:direction?: GridRowDirection;
旧版本信息:
类名:GridRowOptions;
方法or属性:direction?: GridRowDirection;
新版本信息:?GridRowDirection
grid_row.d.ts
type有变化 类名:ImageFrameInfo;
方法or属性:width?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:width?: number | string;
新版本信息:?(number | string)
image_animator.d.ts
type有变化 类名:ImageFrameInfo;
方法or属性:height?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:height?: number | string;
新版本信息:?(number | string)
image_animator.d.ts
type有变化 类名:ImageFrameInfo;
方法or属性:top?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:top?: number | string;
新版本信息:?(number | string)
image_animator.d.ts
type有变化 类名:ImageFrameInfo;
方法or属性:left?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:left?: number | string;
新版本信息:?(number | string)
image_animator.d.ts
type有变化 类名:ImageFrameInfo;
方法or属性:duration?: number;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:duration?: number;
新版本信息:?number
image_animator.d.ts
type有变化 类名:SwipeActionOptions;
方法or属性:start?: CustomBuilder | SwipeActionItem;
旧版本信息:
类名:SwipeActionOptions;
方法or属性:start?: CustomBuilder | SwipeActionItem;
新版本信息:?(CustomBuilder | SwipeActionItem)
list_item.d.ts
type有变化 类名:SwipeActionOptions;
方法or属性:end?: CustomBuilder | SwipeActionItem;
旧版本信息:
类名:SwipeActionOptions;
方法or属性:end?: CustomBuilder | SwipeActionItem;
新版本信息:?(CustomBuilder | SwipeActionItem)
list_item.d.ts
type有变化 类名:SwipeActionOptions;
方法or属性:edgeEffect?: SwipeEdgeEffect;
旧版本信息:
类名:SwipeActionOptions;
方法or属性:edgeEffect?: SwipeEdgeEffect;
新版本信息:?SwipeEdgeEffect
list_item.d.ts
type有变化 类名:ListItemGroupOptions;
方法or属性:header?: CustomBuilder;
旧版本信息:
类名:ListItemGroupOptions;
方法or属性:header?: CustomBuilder;
新版本信息:?CustomBuilder
list_item_group.d.ts
type有变化 类名:ListItemGroupOptions;
方法or属性:footer?: CustomBuilder;
旧版本信息:
类名:ListItemGroupOptions;
方法or属性:footer?: CustomBuilder;
新版本信息:?CustomBuilder
list_item_group.d.ts
type有变化 类名:ListItemGroupOptions;
方法or属性:space?: number | string;
旧版本信息:
类名:ListItemGroupOptions;
方法or属性:space?: number | string;
新版本信息:?(number | string)
list_item_group.d.ts
type有变化 类名:MenuItemOptions;
方法or属性:startIcon?: ResourceStr;
旧版本信息:
类名:MenuItemOptions;
方法or属性:startIcon?: ResourceStr;
新版本信息:?ResourceStr
menu_item.d.ts
type有变化 类名:MenuItemOptions;
方法or属性:content?: ResourceStr;
旧版本信息:
类名:MenuItemOptions;
方法or属性:content?: ResourceStr;
新版本信息:?ResourceStr
menu_item.d.ts
type有变化 类名:MenuItemOptions;
方法or属性:endIcon?: ResourceStr;
旧版本信息:
类名:MenuItemOptions;
方法or属性:endIcon?: ResourceStr;
新版本信息:?ResourceStr
menu_item.d.ts
type有变化 类名:MenuItemOptions;
方法or属性:labelInfo?: ResourceStr;
旧版本信息:
类名:MenuItemOptions;
方法or属性:labelInfo?: ResourceStr;
新版本信息:?ResourceStr
menu_item.d.ts
type有变化 类名:MenuItemOptions;
方法or属性:builder?: CustomBuilder;
旧版本信息:
类名:MenuItemOptions;
方法or属性:builder?: CustomBuilder;
新版本信息:?CustomBuilder
menu_item.d.ts
type有变化 类名:MenuItemGroupOptions;
方法or属性:header?: ResourceStr | CustomBuilder;
旧版本信息:
类名:MenuItemGroupOptions;
方法or属性:header?: ResourceStr | CustomBuilder;
新版本信息:?(ResourceStr | CustomBuilder)
menu_item_group.d.ts
type有变化 类名:MenuItemGroupOptions;
方法or属性:footer?: ResourceStr | CustomBuilder;
旧版本信息:
类名:MenuItemGroupOptions;
方法or属性:footer?: ResourceStr | CustomBuilder;
新版本信息:?(ResourceStr | CustomBuilder)
menu_item_group.d.ts
type有变化 类名:NavigationCommonTitle;
方法or属性:main: string;
旧版本信息:
类名:NavigationCommonTitle;
方法or属性:main: string;
新版本信息:string
navigation.d.ts
type有变化 类名:NavigationCommonTitle;
方法or属性:sub: string;
旧版本信息:
类名:NavigationCommonTitle;
方法or属性:sub: string;
新版本信息:string
navigation.d.ts
type有变化 类名:NavigationCustomTitle;
方法or属性:builder: CustomBuilder;
旧版本信息:
类名:NavigationCustomTitle;
方法or属性:builder: CustomBuilder;
新版本信息:CustomBuilder
navigation.d.ts
type有变化 类名:NavigationCustomTitle;
方法or属性:height: TitleHeight | Length;
旧版本信息:
类名:NavigationCustomTitle;
方法or属性:height: TitleHeight | Length;
新版本信息:TitleHeight | Length
navigation.d.ts
type有变化 类名:NavigationMenuItem;
方法or属性:value: string;
旧版本信息:
类名:NavigationMenuItem;
方法or属性:value: string;
新版本信息:string
navigation.d.ts
type有变化 类名:NavigationMenuItem;
方法or属性:icon?: string;
旧版本信息:
类名:NavigationMenuItem;
方法or属性:icon?: string;
新版本信息:?string
navigation.d.ts
type有变化 类名:NavigationMenuItem;
方法or属性:action?: () => void;
旧版本信息:
类名:NavigationMenuItem;
方法or属性:action?: () => void;
新版本信息:?function
navigation.d.ts
type有变化 类名:NavigationAttribute;
方法or属性:title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute;
旧版本信息:(string | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle)
类名:NavigationAttribute;
方法or属性:title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute;
新版本信息:
navigation.d.ts
type有变化 类名:NavDestinationCommonTitle;
方法or属性:main: string;
旧版本信息:
类名:NavDestinationCommonTitle;
方法or属性:main: string;
新版本信息:string
nav_destination.d.ts
type有变化 类名:NavDestinationCommonTitle;
方法or属性:sub: string;
旧版本信息:
类名:NavDestinationCommonTitle;
方法or属性:sub: string;
新版本信息:string
nav_destination.d.ts
type有变化 类名:NavDestinationCustomTitle;
方法or属性:builder: CustomBuilder;
旧版本信息:
类名:NavDestinationCustomTitle;
方法or属性:builder: CustomBuilder;
新版本信息:CustomBuilder
nav_destination.d.ts
type有变化 类名:NavDestinationCustomTitle;
方法or属性:height: TitleHeight | Length;
旧版本信息:
类名:NavDestinationCustomTitle;
方法or属性:height: TitleHeight | Length;
新版本信息:TitleHeight | Length
nav_destination.d.ts
type有变化 类名:PluginComponentTemplate;
方法or属性:source: string;
旧版本信息:
类名:PluginComponentTemplate;
方法or属性:source: string;
新版本信息:string
plugin_component.d.ts
type有变化 类名:PluginComponentTemplate;
方法or属性:bundleName: string;
旧版本信息:
类名:PluginComponentTemplate;
方法or属性:bundleName: string;
新版本信息:string
plugin_component.d.ts
type有变化 类名:ProgressOptions;
方法or属性:value: number;
旧版本信息:
类名:ProgressOptions;
方法or属性:value: number;
新版本信息:number
progress.d.ts
type有变化 类名:ProgressOptions;
方法or属性:total?: number;
旧版本信息:
类名:ProgressOptions;
方法or属性:total?: number;
新版本信息:?number
progress.d.ts
type有变化 类名:ProgressOptions;
方法or属性:style?: ProgressStyle
旧版本信息:
类名:ProgressOptions;
方法or属性:style?: ProgressStyle
新版本信息:?ProgressStyle
progress.d.ts
type有变化 类名:ProgressOptions;
方法or属性:type?: Type
旧版本信息:
类名:ProgressOptions;
方法or属性:type?: Type
新版本信息:?Type
progress.d.ts
type有变化 类名:ProgressStyleOptions;
方法or属性:strokeWidth?: Length;
旧版本信息:
类名:ProgressStyleOptions;
方法or属性:strokeWidth?: Length;
新版本信息:?Length
progress.d.ts
type有变化 类名:ProgressStyleOptions;
方法or属性:scaleCount?: number;
旧版本信息:
类名:ProgressStyleOptions;
方法or属性:scaleCount?: number;
新版本信息:?number
progress.d.ts
type有变化 类名:ProgressStyleOptions;
方法or属性:scaleWidth?: Length;
旧版本信息:
类名:ProgressStyleOptions;
方法or属性:scaleWidth?: Length;
新版本信息:?Length
progress.d.ts
type有变化 类名:RadioOptions;
方法or属性:group: string;
旧版本信息:
类名:RadioOptions;
方法or属性:group: string;
新版本信息:string
radio.d.ts
type有变化 类名:RadioOptions;
方法or属性:value: string;
旧版本信息:
类名:RadioOptions;
方法or属性:value: string;
新版本信息:string
radio.d.ts
type有变化 类名:RRect;
方法or属性:left: number;
旧版本信息:
类名:RRect;
方法or属性:left: number;
新版本信息:number
remote_window.d.ts
type有变化 类名:RRect;
方法or属性:top: number;
旧版本信息:
类名:RRect;
方法or属性:top: number;
新版本信息:number
remote_window.d.ts
type有变化 类名:RRect;
方法or属性:width: number;
旧版本信息:
类名:RRect;
方法or属性:width: number;
新版本信息:number
remote_window.d.ts
type有变化 类名:RRect;
方法or属性:height: number;
旧版本信息:
类名:RRect;
方法or属性:height: number;
新版本信息:number
remote_window.d.ts
type有变化 类名:RRect;
方法or属性:radius: number;
旧版本信息:
类名:RRect;
方法or属性:radius: number;
新版本信息:number
remote_window.d.ts
type有变化 类名:WindowAnimationTarget;
方法or属性:readonly bundleName: string;
旧版本信息:
类名:WindowAnimationTarget;
方法or属性:readonly bundleName: string;
新版本信息:string
remote_window.d.ts
type有变化 类名:WindowAnimationTarget;
方法or属性:readonly abilityName: string;
旧版本信息:
类名:WindowAnimationTarget;
方法or属性:readonly abilityName: string;
新版本信息:string
remote_window.d.ts
type有变化 类名:WindowAnimationTarget;
方法or属性:readonly windowBounds: RRect;
旧版本信息:
类名:WindowAnimationTarget;
方法or属性:readonly windowBounds: RRect;
新版本信息:RRect
remote_window.d.ts
type有变化 类名:WindowAnimationTarget;
方法or属性:readonly missionId: number;
旧版本信息:
类名:WindowAnimationTarget;
方法or属性:readonly missionId: number;
新版本信息:number
remote_window.d.ts
type有变化 类名:ScrollBarOptions;
方法or属性:scroller: Scroller;
旧版本信息:
类名:ScrollBarOptions;
方法or属性:scroller: Scroller;
新版本信息:Scroller
scroll_bar.d.ts
type有变化 类名:ScrollBarOptions;
方法or属性:direction?: ScrollBarDirection;
旧版本信息:
类名:ScrollBarOptions;
方法or属性:direction?: ScrollBarDirection;
新版本信息:?ScrollBarDirection
scroll_bar.d.ts
type有变化 类名:ScrollBarOptions;
方法or属性:state?: BarState;
旧版本信息:
类名:ScrollBarOptions;
方法or属性:state?: BarState;
新版本信息:?BarState
scroll_bar.d.ts
type有变化 类名:SelectOption;
方法or属性:value: ResourceStr;
旧版本信息:
类名:SelectOption;
方法or属性:value: ResourceStr;
新版本信息:ResourceStr
select.d.ts
type有变化 类名:SelectOption;
方法or属性:icon?: ResourceStr;
旧版本信息:
类名:SelectOption;
方法or属性:icon?: ResourceStr;
新版本信息:?ResourceStr
select.d.ts
type有变化 类名:ButtonStyle;
方法or属性:left?: number;
旧版本信息:
类名:ButtonStyle;
方法or属性:left?: number;
新版本信息:?number
sidebar.d.ts
type有变化 类名:ButtonStyle;
方法or属性:top?: number;
旧版本信息:
类名:ButtonStyle;
方法or属性:top?: number;
新版本信息:?number
sidebar.d.ts
type有变化 类名:ButtonStyle;
方法or属性:width?: number;
旧版本信息:
类名:ButtonStyle;
方法or属性:width?: number;
新版本信息:?number
sidebar.d.ts
type有变化 类名:ButtonStyle;
方法or属性:height?: number;
旧版本信息:
类名:ButtonStyle;
方法or属性:height?: number;
新版本信息:?number
sidebar.d.ts
type有变化 类名:SliderOptions;
方法or属性:value?: number;
旧版本信息:
类名:SliderOptions;
方法or属性:value?: number;
新版本信息:?number
slider.d.ts
type有变化 类名:SliderOptions;
方法or属性:min?: number;
旧版本信息:
类名:SliderOptions;
方法or属性:min?: number;
新版本信息:?number
slider.d.ts
type有变化 类名:SliderOptions;
方法or属性:max?: number;
旧版本信息:
类名:SliderOptions;
方法or属性:max?: number;
新版本信息:?number
slider.d.ts
type有变化 类名:SliderOptions;
方法or属性:step?: number;
旧版本信息:
类名:SliderOptions;
方法or属性:step?: number;
新版本信息:?number
slider.d.ts
type有变化 类名:SliderOptions;
方法or属性:style?: SliderStyle;
旧版本信息:
类名:SliderOptions;
方法or属性:style?: SliderStyle;
新版本信息:?SliderStyle
slider.d.ts
type有变化 类名:SliderOptions;
方法or属性:direction?: Axis;
旧版本信息:
类名:SliderOptions;
方法or属性:direction?: Axis;
新版本信息:?Axis
slider.d.ts
type有变化 类名:SliderOptions;
方法or属性:reverse?: boolean;
旧版本信息:
类名:SliderOptions;
方法or属性:reverse?: boolean;
新版本信息:?boolean
slider.d.ts
type有变化 类名:IndicatorStyle;
方法or属性:left?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:left?: Length;
新版本信息:?Length
swiper.d.ts
type有变化 类名:IndicatorStyle;
方法or属性:top?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:top?: Length;
新版本信息:?Length
swiper.d.ts
type有变化 类名:IndicatorStyle;
方法or属性:right?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:right?: Length;
新版本信息:?Length
swiper.d.ts
type有变化 类名:IndicatorStyle;
方法or属性:bottom?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:bottom?: Length;
新版本信息:?Length
swiper.d.ts
type有变化 类名:IndicatorStyle;
方法or属性:size?: Length;
旧版本信息:
类名:IndicatorStyle;
方法or属性:size?: Length;
新版本信息:?Length
swiper.d.ts
type有变化 类名:IndicatorStyle;
方法or属性:mask?: boolean;
旧版本信息:
类名:IndicatorStyle;
方法or属性:mask?: boolean;
新版本信息:?boolean
swiper.d.ts
type有变化 类名:IndicatorStyle;
方法or属性:color?: ResourceColor;
旧版本信息:
类名:IndicatorStyle;
方法or属性:color?: ResourceColor;
新版本信息:?ResourceColor
swiper.d.ts
type有变化 类名:IndicatorStyle;
方法or属性:selectedColor?: ResourceColor;
旧版本信息:
类名:IndicatorStyle;
方法or属性:selectedColor?: ResourceColor;
新版本信息:?ResourceColor
swiper.d.ts
type有变化 类名:TextAreaOptions;
方法or属性:placeholder?: ResourceStr;
旧版本信息:
类名:TextAreaOptions;
方法or属性:placeholder?: ResourceStr;
新版本信息:?ResourceStr
text_area.d.ts
type有变化 类名:TextAreaOptions;
方法or属性:text?: ResourceStr;
旧版本信息:
类名:TextAreaOptions;
方法or属性:text?: ResourceStr;
新版本信息:?ResourceStr
text_area.d.ts
type有变化 类名:TextAreaOptions;
方法or属性:controller?: TextAreaController;
旧版本信息:
类名:TextAreaOptions;
方法or属性:controller?: TextAreaController;
新版本信息:?TextAreaController
text_area.d.ts
type有变化 类名:TextInputOptions;
方法or属性:placeholder?: ResourceStr;
旧版本信息:
类名:TextInputOptions;
方法or属性:placeholder?: ResourceStr;
新版本信息:?ResourceStr
text_input.d.ts
type有变化 类名:TextInputOptions;
方法or属性:text?: ResourceStr;
旧版本信息:
类名:TextInputOptions;
方法or属性:text?: ResourceStr;
新版本信息:?ResourceStr
text_input.d.ts
type有变化 类名:TextInputOptions;
方法or属性:controller?: TextInputController;
旧版本信息:
类名:TextInputOptions;
方法or属性:controller?: TextInputController;
新版本信息:?TextInputController
text_input.d.ts
type有变化 类名:TextPickerOptions;
方法or属性:range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[];
旧版本信息:
类名:TextPickerOptions;
方法or属性:range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[];
新版本信息:string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[]
text_picker.d.ts
type有变化 类名:TextPickerOptions;
方法or属性:value?: string | string[];
旧版本信息:
类名:TextPickerOptions;
方法or属性:value?: string | string[];
新版本信息:?(string | string[])
text_picker.d.ts
type有变化 类名:TextPickerOptions;
方法or属性:selected?: number | number[];
旧版本信息:
类名:TextPickerOptions;
方法or属性:selected?: number | number[];
新版本信息:?(number | number[])
text_picker.d.ts
type有变化 类名:TextPickerResult;
方法or属性:value: string | string[];
旧版本信息:
类名:TextPickerResult;
方法or属性:value: string | string[];
新版本信息:string | string[]
text_picker.d.ts
type有变化 类名:TextPickerResult;
方法or属性:index: number | number[];
旧版本信息:
类名:TextPickerResult;
方法or属性:index: number | number[];
新版本信息:number | number[]
text_picker.d.ts
type有变化 类名:TextPickerDialogOptions;
方法or属性:defaultPickerItemHeight?: number | string;
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:defaultPickerItemHeight?: number | string;
新版本信息:?(number | string)
text_picker.d.ts
type有变化 类名:TextPickerDialogOptions;
方法or属性:onAccept?: (value: TextPickerResult) => void;
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:onAccept?: (value: TextPickerResult) => void;
新版本信息:?function
text_picker.d.ts
type有变化 类名:TextPickerDialogOptions;
方法or属性:onCancel?: () => void;
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:onCancel?: () => void;
新版本信息:?function
text_picker.d.ts
type有变化 类名:TextPickerDialogOptions;
方法or属性:onChange?: (value: TextPickerResult) => void;
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:onChange?: (value: TextPickerResult) => void;
新版本信息:?function
text_picker.d.ts
type有变化 类名:TextTimerOptions;
方法or属性:isCountDown?: boolean;
旧版本信息:
类名:TextTimerOptions;
方法or属性:isCountDown?: boolean;
新版本信息:?boolean
text_timer.d.ts
type有变化 类名:TextTimerOptions;
方法or属性:count?: number;
旧版本信息:
类名:TextTimerOptions;
方法or属性:count?: number;
新版本信息:?number
text_timer.d.ts
type有变化 类名:TextTimerOptions;
方法or属性:controller?: TextTimerController;
旧版本信息:
类名:TextTimerOptions;
方法or属性:controller?: TextTimerController;
新版本信息:?TextTimerController
text_timer.d.ts
type有变化 类名:TimePickerResult;
方法or属性:hour?: number;
旧版本信息:
类名:TimePickerResult;
方法or属性:hour?: number;
新版本信息:?number
time_picker.d.ts
type有变化 类名:TimePickerResult;
方法or属性:minute?: number;
旧版本信息:
类名:TimePickerResult;
方法or属性:minute?: number;
新版本信息:?number
time_picker.d.ts
type有变化 类名:TimePickerOptions;
方法or属性:selected?: Date;
旧版本信息:
类名:TimePickerOptions;
方法or属性:selected?: Date;
新版本信息:?Date
time_picker.d.ts
type有变化 类名:TimePickerDialogOptions;
方法or属性:useMilitaryTime?: boolean;
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:useMilitaryTime?: boolean;
新版本信息:?boolean
time_picker.d.ts
type有变化 类名:TimePickerDialogOptions;
方法or属性:onAccept?: (value: TimePickerResult) => void;
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:onAccept?: (value: TimePickerResult) => void;
新版本信息:?function
time_picker.d.ts
type有变化 类名:TimePickerDialogOptions;
方法or属性:onCancel?: () => void;
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:onCancel?: () => void;
新版本信息:?function
time_picker.d.ts
type有变化 类名:TimePickerDialogOptions;
方法or属性:onChange?: (value: TimePickerResult) => void;
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:onChange?: (value: TimePickerResult) => void;
新版本信息:?function
time_picker.d.ts
type有变化 类名:Font;
方法or属性:size?: Length;
旧版本信息:
类名:Font;
方法or属性:size?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:Font;
方法or属性:weight?: FontWeight | number | string;
旧版本信息:
类名:Font;
方法or属性:weight?: FontWeight | number | string;
新版本信息:?(FontWeight | number | string)
units.d.ts
type有变化 类名:Font;
方法or属性:family?: string | Resource;
旧版本信息:
类名:Font;
方法or属性:family?: string | Resource;
新版本信息:?(string | Resource)
units.d.ts
type有变化 类名:Font;
方法or属性:style?: FontStyle;
旧版本信息:
类名:Font;
方法or属性:style?: FontStyle;
新版本信息:?FontStyle
units.d.ts
type有变化 类名:Area;
方法or属性:width: Length;
旧版本信息:
类名:Area;
方法or属性:width: Length;
新版本信息:Length
units.d.ts
type有变化 类名:Area;
方法or属性:height: Length;
旧版本信息:
类名:Area;
方法or属性:height: Length;
新版本信息:Length
units.d.ts
type有变化 类名:Area;
方法or属性:position: Position;
旧版本信息:
类名:Area;
方法or属性:position: Position;
新版本信息:Position
units.d.ts
type有变化 类名:Area;
方法or属性:globalPosition: Position;
旧版本信息:
类名:Area;
方法or属性:globalPosition: Position;
新版本信息:Position
units.d.ts
type有变化 类名:Position;
方法or属性:x?: Length;
旧版本信息:
类名:Position;
方法or属性:x?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:Position;
方法or属性:y?: Length;
旧版本信息:
类名:Position;
方法or属性:y?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:ConstraintSizeOptions;
方法or属性:minWidth?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:minWidth?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:ConstraintSizeOptions;
方法or属性:maxWidth?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:maxWidth?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:ConstraintSizeOptions;
方法or属性:minHeight?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:minHeight?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:ConstraintSizeOptions;
方法or属性:maxHeight?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:maxHeight?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:SizeOptions;
方法or属性:width?: Length;
旧版本信息:
类名:SizeOptions;
方法or属性:width?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:SizeOptions;
方法or属性:height?: Length;
旧版本信息:
类名:SizeOptions;
方法or属性:height?: Length;
新版本信息:?Length
units.d.ts
type有变化 类名:BorderOptions;
方法or属性:width?: EdgeWidths | Length;
旧版本信息:EdgeWidths | Length
类名:BorderOptions;
方法or属性:width?: EdgeWidths | Length;
新版本信息:?(EdgeWidths | Length)
units.d.ts
type有变化 类名:BorderOptions;
方法or属性:color?: EdgeColors | ResourceColor;
旧版本信息:EdgeColors | ResourceColor
类名:BorderOptions;
方法or属性:color?: EdgeColors | ResourceColor;
新版本信息:?(EdgeColors | ResourceColor)
units.d.ts
type有变化 类名:BorderOptions;
方法or属性:radius?: BorderRadiuses | Length;
旧版本信息:BorderRadiuses | Length
类名:BorderOptions;
方法or属性:radius?: BorderRadiuses | Length;
新版本信息:?(BorderRadiuses | Length)
units.d.ts
type有变化 类名:BorderOptions;
方法or属性:style?: EdgeStyles | BorderStyle;
旧版本信息:EdgeStyles | BorderStyle
类名:BorderOptions;
方法or属性:style?: EdgeStyles | BorderStyle;
新版本信息:?(EdgeStyles | BorderStyle)
units.d.ts
type有变化 类名:VideoOptions;
方法or属性:src?: string | Resource;
旧版本信息:
类名:VideoOptions;
方法or属性:src?: string | Resource;
新版本信息:?(string | Resource)
video.d.ts
type有变化 类名:VideoOptions;
方法or属性:currentProgressRate?: number | string | PlaybackSpeed;
旧版本信息:
类名:VideoOptions;
方法or属性:currentProgressRate?: number | string | PlaybackSpeed;
新版本信息:?(number | string | PlaybackSpeed)
video.d.ts
type有变化 类名:VideoOptions;
方法or属性:previewUri?: string | PixelMap | Resource;
旧版本信息:
类名:VideoOptions;
方法or属性:previewUri?: string | PixelMap | Resource;
新版本信息:?(string | PixelMap | Resource)
video.d.ts
type有变化 类名:VideoOptions;
方法or属性:controller?: VideoController;
旧版本信息:
类名:VideoOptions;
方法or属性:controller?: VideoController;
新版本信息:?VideoController
video.d.ts
type有变化 类名:WaterFlowOptions;
方法or属性:footer?: CustomBuilder;
旧版本信息:
类名:WaterFlowOptions;
方法or属性:footer?: CustomBuilder;
新版本信息:?CustomBuilder
water_flow.d.ts
type有变化 类名:WaterFlowOptions;
方法or属性:scroller?: Scroller;
旧版本信息:
类名:WaterFlowOptions;
方法or属性:scroller?: Scroller;
新版本信息:?Scroller
water_flow.d.ts
函数有变化 类名:FontOptions;
方法or属性:familyName: string;
类名:FontOptions;
方法or属性:familyName: string | Resource;
@ohos.font.d.ts
函数有变化 类名:FontOptions;
方法or属性:familySrc: string;
类名:FontOptions;
方法or属性:familySrc: string | Resource;
@ohos.font.d.ts
函数有变化 类名:MeasureOptions;
方法or属性:textContent: string;
类名:MeasureOptions;
方法or属性:textContent: string | Resource;
@ohos.measure.d.ts
函数有变化 类名:ShowDialogOptions;
方法or属性:buttons?: [Button, Button?, Button?];
类名:ShowDialogOptions;
方法or属性:buttons?: Array<Button>;
@ohos.promptAction.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type Length = string | number | Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare type Length = string | number | Resource;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type ResourceStr = string | Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare type ResourceStr = string | Resource;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type Padding = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type Padding = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type Margin = Padding;
旧版本信息:
类名:sourcefile;
方法or属性:declare type Margin = Padding;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type EdgeWidths = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type EdgeWidths = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type BorderRadiuses = {
/
* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topLeft?: Length;

/
* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topRight?: Length;

/
* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomLeft?: Length;

/
* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomRight?: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type BorderRadiuses = {
/
* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topLeft?: Length;

/
* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topRight?: Length;

/
* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomLeft?: Length;

/
* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomRight?: Length;
};
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type EdgeColors = {
/
* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: ResourceColor;

/
* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: ResourceColor;

/
* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: ResourceColor;

/
* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: ResourceColor;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type EdgeColors = {
/
* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: ResourceColor;

/
* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: ResourceColor;

/
* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: ResourceColor;

/
* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: ResourceColor;
};
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type EdgeStyles = {
/
* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: BorderStyle;

/
* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: BorderStyle;

/
* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: BorderStyle;

/
* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: BorderStyle;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type EdgeStyles = {
/
* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: BorderStyle;

/
* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: BorderStyle;

/
* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: BorderStyle;

/
* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: BorderStyle;
};
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type ResourceColor = Color | number | string | Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare type ResourceColor = Color | number | string | Resource;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type LengthConstrain = {
/
* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
minLength: Length;

/
* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
maxLength: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type LengthConstrain = {
/
* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
minLength: Length;

/
* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
maxLength: Length;
};
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:interface CalendarDay
旧版本信息:
类名:CalendarDay;
方法or属性:interface CalendarDay
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:index: number;
旧版本信息:
类名:CalendarDay;
方法or属性:index: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:lunarMonth: string;
旧版本信息:
类名:CalendarDay;
方法or属性:lunarMonth: string;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:lunarDay: string;
旧版本信息:
类名:CalendarDay;
方法or属性:lunarDay: string;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:dayMark: string;
旧版本信息:
类名:CalendarDay;
方法or属性:dayMark: string;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:dayMarkValue: string;
旧版本信息:
类名:CalendarDay;
方法or属性:dayMarkValue: string;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:year: number;
旧版本信息:
类名:CalendarDay;
方法or属性:year: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:MonthData;
方法or属性:year: number;
旧版本信息:
类名:MonthData;
方法or属性:year: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:month: number;
旧版本信息:
类名:CalendarDay;
方法or属性:month: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:MonthData;
方法or属性:month: number;
旧版本信息:
类名:MonthData;
方法or属性:month: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:day: number;
旧版本信息:
类名:CalendarDay;
方法or属性:day: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:isFirstOfLunar: boolean;
旧版本信息:
类名:CalendarDay;
方法or属性:isFirstOfLunar: boolean;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:hasSchedule: boolean;
旧版本信息:
类名:CalendarDay;
方法or属性:hasSchedule: boolean;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarDay;
方法or属性:markLunarDay: boolean;
旧版本信息:
类名:CalendarDay;
方法or属性:markLunarDay: boolean;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:MonthData;
方法or属性:interface MonthData
旧版本信息:
类名:MonthData;
方法or属性:interface MonthData
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:MonthData;
方法or属性:data: CalendarDay[];
旧版本信息:
类名:MonthData;
方法or属性:data: CalendarDay[];
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:interface CurrentDayStyle
旧版本信息:
类名:CurrentDayStyle;
方法or属性:interface CurrentDayStyle
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:dayColor?: ResourceColor;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:lunarColor?: ResourceColor;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:lunarColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:markLunarColor?: ResourceColor;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:markLunarColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:dayFontSize?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayFontSize?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:lunarDayFontSize?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:lunarDayFontSize?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:dayHeight?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayHeight?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:dayWidth?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayWidth?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:gregorianCalendarHeight?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:gregorianCalendarHeight?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:dayYAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dayYAxisOffset?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:lunarDayYAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:lunarDayYAxisOffset?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:underscoreXAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:underscoreXAxisOffset?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:underscoreYAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:underscoreYAxisOffset?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:scheduleMarkerXAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:scheduleMarkerXAxisOffset?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:scheduleMarkerYAxisOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:scheduleMarkerYAxisOffset?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:colSpace?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:colSpace?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:dailyFiveRowSpace?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dailyFiveRowSpace?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:dailySixRowSpace?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:dailySixRowSpace?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:lunarHeight?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:lunarHeight?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:underscoreWidth?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:underscoreWidth?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:underscoreLength?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:underscoreLength?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:scheduleMarkerRadius?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:scheduleMarkerRadius?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:boundaryRowOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:boundaryRowOffset?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CurrentDayStyle;
方法or属性:boundaryColOffset?: number;
旧版本信息:
类名:CurrentDayStyle;
方法or属性:boundaryColOffset?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:NonCurrentDayStyle;
方法or属性:interface NonCurrentDayStyle
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:interface NonCurrentDayStyle
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthDayColor?: ResourceColor;
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthDayColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthLunarColor?: ResourceColor;
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthLunarColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;
旧版本信息:
类名:NonCurrentDayStyle;
方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:TodayStyle;
方法or属性:interface TodayStyle
旧版本信息:
类名:TodayStyle;
方法or属性:interface TodayStyle
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:TodayStyle;
方法or属性:focusedDayColor?: ResourceColor;
旧版本信息:
类名:TodayStyle;
方法or属性:focusedDayColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:TodayStyle;
方法or属性:focusedLunarColor?: ResourceColor;
旧版本信息:
类名:TodayStyle;
方法or属性:focusedLunarColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:TodayStyle;
方法or属性:focusedAreaBackgroundColor?: ResourceColor;
旧版本信息:
类名:TodayStyle;
方法or属性:focusedAreaBackgroundColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:TodayStyle;
方法or属性:focusedAreaRadius?: number;
旧版本信息:
类名:TodayStyle;
方法or属性:focusedAreaRadius?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WeekStyle;
方法or属性:interface WeekStyle
旧版本信息:
类名:WeekStyle;
方法or属性:interface WeekStyle
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WeekStyle;
方法or属性:weekColor?: ResourceColor;
旧版本信息:
类名:WeekStyle;
方法or属性:weekColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WeekStyle;
方法or属性:weekendDayColor?: ResourceColor;
旧版本信息:
类名:WeekStyle;
方法or属性:weekendDayColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WeekStyle;
方法or属性:weekendLunarColor?: ResourceColor;
旧版本信息:
类名:WeekStyle;
方法or属性:weekendLunarColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WeekStyle;
方法or属性:weekFontSize?: number;
旧版本信息:
类名:WeekStyle;
方法or属性:weekFontSize?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WeekStyle;
方法or属性:weekHeight?: number;
旧版本信息:
类名:WeekStyle;
方法or属性:weekHeight?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WeekStyle;
方法or属性:weekWidth?: number;
旧版本信息:
类名:WeekStyle;
方法or属性:weekWidth?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WeekStyle;
方法or属性:weekAndDayRowSpace?: number;
旧版本信息:
类名:WeekStyle;
方法or属性:weekAndDayRowSpace?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WorkStateStyle;
方法or属性:interface WorkStateStyle
旧版本信息:
类名:WorkStateStyle;
方法or属性:interface WorkStateStyle
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WorkStateStyle;
方法or属性:workDayMarkColor?: ResourceColor;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workDayMarkColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WorkStateStyle;
方法or属性:offDayMarkColor?: ResourceColor;
旧版本信息:
类名:WorkStateStyle;
方法or属性:offDayMarkColor?: ResourceColor;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WorkStateStyle;
方法or属性:workDayMarkSize?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workDayMarkSize?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WorkStateStyle;
方法or属性:offDayMarkSize?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:offDayMarkSize?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WorkStateStyle;
方法or属性:workStateWidth?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workStateWidth?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WorkStateStyle;
方法or属性:workStateHorizontalMovingDistance?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workStateHorizontalMovingDistance?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:WorkStateStyle;
方法or属性:workStateVerticalMovingDistance?: number;
旧版本信息:
类名:WorkStateStyle;
方法or属性:workStateVerticalMovingDistance?: number;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarController;
方法or属性:declare class CalendarController
旧版本信息:
类名:CalendarController;
方法or属性:declare class CalendarController
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarController;
方法or属性:constructor();
旧版本信息:
类名:CalendarController;
方法or属性:constructor();
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarController;
方法or属性:backToToday();
旧版本信息:
类名:CalendarController;
方法or属性:backToToday();
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarController;
方法or属性:goTo(value: { year: number; month: number; day: number });
旧版本信息:
类名:CalendarController;
方法or属性:goTo(value: { year: number; month: number; day: number });
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarInterface;
方法or属性:interface CalendarInterface
旧版本信息:
类名:CalendarInterface;
方法or属性:interface CalendarInterface
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarInterface;
方法or属性:(value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
旧版本信息:
类名:CalendarInterface;
方法or属性:(value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:declare class CalendarAttribute
旧版本信息:
类名:CalendarAttribute;
方法or属性:declare class CalendarAttribute
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:showLunar(value: boolean): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:showLunar(value: boolean): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:showHoliday(value: boolean): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:showHoliday(value: boolean): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:needSlide(value: boolean): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:needSlide(value: boolean): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:startOfWeek(value: number): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:startOfWeek(value: number): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:offDays(value: number): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:offDays(value: number): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:direction(value: Axis): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:direction(value: Axis): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:todayStyle(value: TodayStyle): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:todayStyle(value: TodayStyle): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:weekStyle(value: WeekStyle): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:weekStyle(value: WeekStyle): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:workStateStyle(value: WorkStateStyle): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:workStateStyle(value: WorkStateStyle): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:onSelectChange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:onSelectChange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:CalendarAttribute;
方法or属性:onRequestData(
event: (event: CalendarRequestedData) => void,
): CalendarAttribute;
旧版本信息:
类名:CalendarAttribute;
方法or属性:onRequestData(
event: (event: CalendarRequestedData) => void,
): CalendarAttribute;
新版本信息:form
calendar.d.ts
卡片应用支持性有变化 类名:RotateOptions;
方法or属性:declare interface RotateOptions
旧版本信息:
类名:RotateOptions;
方法or属性:declare interface RotateOptions
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:declare interface TransitionOptions
旧版本信息:form
类名:TransitionOptions;
方法or属性:declare interface TransitionOptions
新版本信息:
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:type?: TransitionType;
旧版本信息:form
类名:TransitionOptions;
方法or属性:type?: TransitionType;
新版本信息:
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:opacity?: number;
旧版本信息:form
类名:TransitionOptions;
方法or属性:opacity?: number;
新版本信息:
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:translate?: TranslateOptions;
旧版本信息:form
类名:TransitionOptions;
方法or属性:translate?: TranslateOptions;
新版本信息:
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:scale?: ScaleOptions;
旧版本信息:form
类名:TransitionOptions;
方法or属性:scale?: ScaleOptions;
新版本信息:
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:rotate?: RotateOptions;
旧版本信息:form
类名:TransitionOptions;
方法or属性:rotate?: RotateOptions;
新版本信息:
common.d.ts
卡片应用支持性有变化 类名:ClickEvent;
方法or属性:screenX: number;
旧版本信息:form
类名:ClickEvent;
方法or属性:screenX: number;
新版本信息:
common.d.ts
卡片应用支持性有变化 类名:ClickEvent;
方法or属性:screenY: number;
旧版本信息:form
类名:ClickEvent;
方法or属性:screenY: number;
新版本信息:
common.d.ts
卡片应用支持性有变化 类名:LayoutBorderInfo;
方法or属性:borderWidth: EdgeWidths;
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:borderWidth: EdgeWidths;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:LayoutBorderInfo;
方法or属性:margin: Margin,
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:margin: Margin,
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:LayoutBorderInfo;
方法or属性:padding: Padding,
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:padding: Padding,
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:LayoutInfo;
方法or属性:position: Position,
旧版本信息:
类名:LayoutInfo;
方法or属性:position: Position,
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:LayoutInfo;
方法or属性:constraint: ConstraintSizeOptions,
旧版本信息:
类名:LayoutInfo;
方法or属性:constraint: ConstraintSizeOptions,
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:View;
方法or属性:create(value: any): any;
旧版本信息:
类名:View;
方法or属性:create(value: any): any;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:SubscribedAbstractProperty;
方法or属性:declare abstract class SubscribedAbstractProperty
旧版本信息:
类名:SubscribedAbstractProperty;
方法or属性:declare abstract class SubscribedAbstractProperty
新版本信息:form
common_ts_ets_api.d.ts
卡片应用支持性有变化 类名:SubscribedAbstractProperty;
方法or属性:abstract get(): T;
旧版本信息:
类名:SubscribedAbstractProperty;
方法or属性:abstract get(): T;
新版本信息:form
common_ts_ets_api.d.ts
卡片应用支持性有变化 类名:SubscribedAbstractProperty;
方法or属性:abstract set(newValue: T): void;
旧版本信息:
类名:SubscribedAbstractProperty;
方法or属性:abstract set(newValue: T): void;
新版本信息:form
common_ts_ets_api.d.ts
卡片应用支持性有变化 类名:HitTestMode;
方法or属性:Transparent
旧版本信息:form
类名:HitTestMode;
方法or属性:Transparent
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HoverEffect;
方法or属性:Auto
旧版本信息:form
类名:HoverEffect;
方法or属性:Auto
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseButton;
方法or属性:None
旧版本信息:form
类名:MouseButton;
方法or属性:None
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HoverEffect;
方法or属性:None
旧版本信息:form
类名:HoverEffect;
方法or属性:None
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HitTestMode;
方法or属性:None
旧版本信息:form
类名:HitTestMode;
方法or属性:None
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:TouchType;
方法or属性:declare enum TouchType
旧版本信息:form
类名:TouchType;
方法or属性:declare enum TouchType
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:TouchType;
方法or属性:Down
旧版本信息:form
类名:TouchType;
方法or属性:Down
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:KeyType;
方法or属性:Down
旧版本信息:form
类名:KeyType;
方法or属性:Down
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:TouchType;
方法or属性:Up
旧版本信息:form
类名:TouchType;
方法or属性:Up
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:KeyType;
方法or属性:Up
旧版本信息:form
类名:KeyType;
方法or属性:Up
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:TouchType;
方法or属性:Move
旧版本信息:form
类名:TouchType;
方法or属性:Move
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseAction;
方法or属性:Move
旧版本信息:form
类名:MouseAction;
方法or属性:Move
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:TouchType;
方法or属性:Cancel
旧版本信息:form
类名:TouchType;
方法or属性:Cancel
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseButton;
方法or属性:declare enum MouseButton
旧版本信息:form
类名:MouseButton;
方法or属性:declare enum MouseButton
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseButton;
方法or属性:Left
旧版本信息:form
类名:MouseButton;
方法or属性:Left
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:Left
旧版本信息:form
类名:Placement;
方法or属性:Left
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseButton;
方法or属性:Right
旧版本信息:form
类名:MouseButton;
方法or属性:Right
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:Right
旧版本信息:form
类名:Placement;
方法or属性:Right
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseButton;
方法or属性:Middle
旧版本信息:form
类名:MouseButton;
方法or属性:Middle
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseButton;
方法or属性:Back
旧版本信息:form
类名:MouseButton;
方法or属性:Back
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseButton;
方法or属性:Forward
旧版本信息:form
类名:MouseButton;
方法or属性:Forward
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseAction;
方法or属性:declare enum MouseAction
旧版本信息:form
类名:MouseAction;
方法or属性:declare enum MouseAction
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseAction;
方法or属性:Press
旧版本信息:form
类名:MouseAction;
方法or属性:Press
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseAction;
方法or属性:Release
旧版本信息:form
类名:MouseAction;
方法or属性:Release
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:MouseAction;
方法or属性:Hover
旧版本信息:form
类名:MouseAction;
方法or属性:Hover
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:KeyType;
方法or属性:declare enum KeyType
旧版本信息:form
类名:KeyType;
方法or属性:declare enum KeyType
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:KeySource;
方法or属性:declare enum KeySource
旧版本信息:form
类名:KeySource;
方法or属性:declare enum KeySource
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:KeySource;
方法or属性:Unknown
旧版本信息:form
类名:KeySource;
方法or属性:Unknown
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:KeySource;
方法or属性:Keyboard
旧版本信息:form
类名:KeySource;
方法or属性:Keyboard
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Edge;
方法or属性:declare enum Edge
旧版本信息:form
类名:Edge;
方法or属性:declare enum Edge
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Edge;
方法or属性:Top
旧版本信息:form
类名:Edge;
方法or属性:Top
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:Top
旧版本信息:form
类名:Placement;
方法or属性:Top
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Edge;
方法or属性:Bottom
旧版本信息:form
类名:Edge;
方法or属性:Bottom
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:Bottom
旧版本信息:form
类名:Placement;
方法or属性:Bottom
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Edge;
方法or属性:Start
旧版本信息:form
类名:Edge;
方法or属性:Start
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Edge;
方法or属性:End
旧版本信息:form
类名:Edge;
方法or属性:End
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Week;
方法or属性:declare enum Week
旧版本信息:form
类名:Week;
方法or属性:declare enum Week
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Week;
方法or属性:Mon
旧版本信息:form
类名:Week;
方法or属性:Mon
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Week;
方法or属性:Tue
旧版本信息:form
类名:Week;
方法or属性:Tue
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Week;
方法or属性:Wed
旧版本信息:form
类名:Week;
方法or属性:Wed
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Week;
方法or属性:Thur
旧版本信息:form
类名:Week;
方法or属性:Thur
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Week;
方法or属性:Fri
旧版本信息:form
类名:Week;
方法or属性:Fri
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Week;
方法or属性:Sat
旧版本信息:form
类名:Week;
方法or属性:Sat
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Week;
方法or属性:Sun
旧版本信息:form
类名:Week;
方法or属性:Sun
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:RelateType;
方法or属性:declare enum RelateType
旧版本信息:form
类名:RelateType;
方法or属性:declare enum RelateType
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:RelateType;
方法or属性:FILL
旧版本信息:form
类名:RelateType;
方法or属性:FILL
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:RelateType;
方法or属性:FIT
旧版本信息:form
类名:RelateType;
方法or属性:FIT
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:LeftTop
旧版本信息:form
类名:Placement;
方法or属性:LeftTop
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:LeftBottom
旧版本信息:form
类名:Placement;
方法or属性:LeftBottom
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:RightTop
旧版本信息:form
类名:Placement;
方法or属性:RightTop
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:RightBottom
旧版本信息:form
类名:Placement;
方法or属性:RightBottom
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:SharedTransitionEffectType;
方法or属性:declare enum SharedTransitionEffectType
旧版本信息:form
类名:SharedTransitionEffectType;
方法or属性:declare enum SharedTransitionEffectType
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:SharedTransitionEffectType;
方法or属性:Static
旧版本信息:form
类名:SharedTransitionEffectType;
方法or属性:Static
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:SharedTransitionEffectType;
方法or属性:Exchange
旧版本信息:form
类名:SharedTransitionEffectType;
方法or属性:Exchange
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:ResponseType;
方法or属性:declare enum ResponseType
旧版本信息:form
类名:ResponseType;
方法or属性:declare enum ResponseType
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:ResponseType;
方法or属性:RightClick
旧版本信息:form
类名:ResponseType;
方法or属性:RightClick
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:ResponseType;
方法or属性:LongPress
旧版本信息:form
类名:ResponseType;
方法or属性:LongPress
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HoverEffect;
方法or属性:declare enum HoverEffect
旧版本信息:form
类名:HoverEffect;
方法or属性:declare enum HoverEffect
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HoverEffect;
方法or属性:Scale
旧版本信息:form
类名:HoverEffect;
方法or属性:Scale
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HoverEffect;
方法or属性:Highlight
旧版本信息:form
类名:HoverEffect;
方法or属性:Highlight
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:declare enum Placement
旧版本信息:form
类名:Placement;
方法or属性:declare enum Placement
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:TopLeft
旧版本信息:form
类名:Placement;
方法or属性:TopLeft
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:TopRight
旧版本信息:form
类名:Placement;
方法or属性:TopRight
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:BottomLeft
旧版本信息:form
类名:Placement;
方法or属性:BottomLeft
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:Placement;
方法or属性:BottomRight
旧版本信息:form
类名:Placement;
方法or属性:BottomRight
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HitTestMode;
方法or属性:declare enum HitTestMode
旧版本信息:form
类名:HitTestMode;
方法or属性:declare enum HitTestMode
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HitTestMode;
方法or属性:Default
旧版本信息:form
类名:HitTestMode;
方法or属性:Default
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:HitTestMode;
方法or属性:Block
旧版本信息:form
类名:HitTestMode;
方法or属性:Block
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:TitleHeight;
方法or属性:declare enum TitleHeight
旧版本信息:form
类名:TitleHeight;
方法or属性:declare enum TitleHeight
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:TitleHeight;
方法or属性:MainOnly
旧版本信息:form
类名:TitleHeight;
方法or属性:MainOnly
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:TitleHeight;
方法or属性:MainWithSub
旧版本信息:form
类名:TitleHeight;
方法or属性:MainWithSub
新版本信息:
enums.d.ts
卡片应用支持性有变化 类名:ImageAttribute;
方法or属性:draggable(value: boolean): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:draggable(value: boolean): ImageAttribute;
新版本信息:form
image.d.ts
卡片应用支持性有变化 类名:ImageAnimatorInterface;
方法or属性:interface ImageAnimatorInterface
旧版本信息:
类名:ImageAnimatorInterface;
方法or属性:interface ImageAnimatorInterface
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorInterface;
方法or属性:(): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorInterface;
方法or属性:(): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageFrameInfo;
方法or属性:interface ImageFrameInfo
旧版本信息:
类名:ImageFrameInfo;
方法or属性:interface ImageFrameInfo
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageFrameInfo;
方法or属性:src: string | Resource;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:src: string | Resource;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageFrameInfo;
方法or属性:width?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:width?: number | string;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageFrameInfo;
方法or属性:height?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:height?: number | string;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageFrameInfo;
方法or属性:top?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:top?: number | string;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageFrameInfo;
方法or属性:left?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:left?: number | string;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:declare class ImageAnimatorAttribute
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:declare class ImageAnimatorAttribute
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:state(value: AnimationStatus): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:state(value: AnimationStatus): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:duration(value: number): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:duration(value: number): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:reverse(value: boolean): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:reverse(value: boolean): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:fixedSize(value: boolean): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:fixedSize(value: boolean): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:fillMode(value: FillMode): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:fillMode(value: FillMode): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:onStart(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onStart(event: () => void): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:onPause(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onPause(event: () => void): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:onCancel(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onCancel(event: () => void): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ImageAnimatorAttribute;
方法or属性:onFinish(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onFinish(event: () => void): ImageAnimatorAttribute;
新版本信息:form
image_animator.d.ts
卡片应用支持性有变化 类名:ListItemAttribute;
方法or属性:selectable(value: boolean): ListItemAttribute;
旧版本信息:
类名:ListItemAttribute;
方法or属性:selectable(value: boolean): ListItemAttribute;
新版本信息:form
list_item.d.ts
卡片应用支持性有变化 类名:SwiperController;
方法or属性:declare class SwiperController
旧版本信息:
类名:SwiperController;
方法or属性:declare class SwiperController
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperController;
方法or属性:constructor();
旧版本信息:
类名:SwiperController;
方法or属性:constructor();
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperController;
方法or属性:showNext();
旧版本信息:
类名:SwiperController;
方法or属性:showNext();
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperController;
方法or属性:showPrevious();
旧版本信息:
类名:SwiperController;
方法or属性:showPrevious();
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperController;
方法or属性:finishAnimation(callback?: () => void);
旧版本信息:
类名:SwiperController;
方法or属性:finishAnimation(callback?: () => void);
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperDisplayMode;
方法or属性:declare enum SwiperDisplayMode
旧版本信息:
类名:SwiperDisplayMode;
方法or属性:declare enum SwiperDisplayMode
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperDisplayMode;
方法or属性:Stretch
旧版本信息:
类名:SwiperDisplayMode;
方法or属性:Stretch
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperDisplayMode;
方法or属性:AutoLinear
旧版本信息:
类名:SwiperDisplayMode;
方法or属性:AutoLinear
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperInterface;
方法or属性:interface SwiperInterface
旧版本信息:
类名:SwiperInterface;
方法or属性:interface SwiperInterface
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperInterface;
方法or属性:(controller?: SwiperController): SwiperAttribute;
旧版本信息:
类名:SwiperInterface;
方法or属性:(controller?: SwiperController): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:declare class SwiperAttribute
旧版本信息:
类名:SwiperAttribute;
方法or属性:declare class SwiperAttribute
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:index(value: number): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:index(value: number): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:autoPlay(value: boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:autoPlay(value: boolean): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:interval(value: number): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:interval(value: number): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:indicator(value: DotIndicator | DigitIndicator | boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:indicator(value: DotIndicator | DigitIndicator | boolean): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:loop(value: boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:loop(value: boolean): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:vertical(value: boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:vertical(value: boolean): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:itemSpace(value: number | string): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:itemSpace(value: number | string): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:cachedCount(value: number): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:cachedCount(value: number): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:displayCount(value: number | string | SwiperAutoFill): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:displayCount(value: number | string | SwiperAutoFill): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:effectMode(value: EdgeEffect): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:effectMode(value: EdgeEffect): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:disableSwipe(value: boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:disableSwipe(value: boolean): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:curve(value: Curve | string | ICurve): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:curve(value: Curve | string | ICurve): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:onChange(event: (index: number) => void): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:onChange(event: (index: number) => void): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:SwiperAttribute;
方法or属性:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
新版本信息:form
swiper.d.ts
卡片应用支持性有变化 类名:TextTimerController;
方法or属性:declare class TextTimerController
旧版本信息:
类名:TextTimerController;
方法or属性:declare class TextTimerController
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerController;
方法or属性:constructor();
旧版本信息:
类名:TextTimerController;
方法or属性:constructor();
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerController;
方法or属性:start();
旧版本信息:
类名:TextTimerController;
方法or属性:start();
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerController;
方法or属性:pause();
旧版本信息:
类名:TextTimerController;
方法or属性:pause();
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerController;
方法or属性:reset();
旧版本信息:
类名:TextTimerController;
方法or属性:reset();
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerOptions;
方法or属性:interface TextTimerOptions
旧版本信息:
类名:TextTimerOptions;
方法or属性:interface TextTimerOptions
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerOptions;
方法or属性:isCountDown?: boolean;
旧版本信息:
类名:TextTimerOptions;
方法or属性:isCountDown?: boolean;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerOptions;
方法or属性:count?: number;
旧版本信息:
类名:TextTimerOptions;
方法or属性:count?: number;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerOptions;
方法or属性:controller?: TextTimerController;
旧版本信息:
类名:TextTimerOptions;
方法or属性:controller?: TextTimerController;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerInterface;
方法or属性:interface TextTimerInterface
旧版本信息:
类名:TextTimerInterface;
方法or属性:interface TextTimerInterface
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerInterface;
方法or属性:(options?: TextTimerOptions): TextTimerAttribute;
旧版本信息:
类名:TextTimerInterface;
方法or属性:(options?: TextTimerOptions): TextTimerAttribute;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerAttribute;
方法or属性:declare class TextTimerAttribute
旧版本信息:
类名:TextTimerAttribute;
方法or属性:declare class TextTimerAttribute
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerAttribute;
方法or属性:format(value: string): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:format(value: string): TextTimerAttribute;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerAttribute;
方法or属性:fontColor(value: ResourceColor): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontColor(value: ResourceColor): TextTimerAttribute;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerAttribute;
方法or属性:fontSize(value: Length): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontSize(value: Length): TextTimerAttribute;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerAttribute;
方法or属性:fontStyle(value: FontStyle): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontStyle(value: FontStyle): TextTimerAttribute;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextTimerAttribute;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerAttribute;
方法or属性:fontFamily(value: ResourceStr): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontFamily(value: ResourceStr): TextTimerAttribute;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:TextTimerAttribute;
方法or属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
新版本信息:form
text_timer.d.ts
卡片应用支持性有变化 类名:Area;
方法or属性:declare interface Area
旧版本信息:
类名:Area;
方法or属性:declare interface Area
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:Area;
方法or属性:width: Length;
旧版本信息:
类名:Area;
方法or属性:width: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:Area;
方法or属性:height: Length;
旧版本信息:
类名:Area;
方法or属性:height: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:Area;
方法or属性:position: Position;
旧版本信息:
类名:Area;
方法or属性:position: Position;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:Area;
方法or属性:globalPosition: Position;
旧版本信息:
类名:Area;
方法or属性:globalPosition: Position;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:Position;
方法or属性:declare interface Position
旧版本信息:
类名:Position;
方法or属性:declare interface Position
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:Position;
方法or属性:x?: Length;
旧版本信息:
类名:Position;
方法or属性:x?: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:Position;
方法or属性:y?: Length;
旧版本信息:
类名:Position;
方法or属性:y?: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:ConstraintSizeOptions;
方法or属性:declare interface ConstraintSizeOptions
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:declare interface ConstraintSizeOptions
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:ConstraintSizeOptions;
方法or属性:minWidth?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:minWidth?: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:ConstraintSizeOptions;
方法or属性:maxWidth?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:maxWidth?: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:ConstraintSizeOptions;
方法or属性:minHeight?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:minHeight?: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:ConstraintSizeOptions;
方法or属性:maxHeight?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:maxHeight?: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:SizeOptions;
方法or属性:declare interface SizeOptions
旧版本信息:
类名:SizeOptions;
方法or属性:declare interface SizeOptions
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:SizeOptions;
方法or属性:width?: Length;
旧版本信息:
类名:SizeOptions;
方法or属性:width?: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:SizeOptions;
方法or属性:height?: Length;
旧版本信息:
类名:SizeOptions;
方法or属性:height?: Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:BorderOptions;
方法or属性:declare interface BorderOptions
旧版本信息:
类名:BorderOptions;
方法or属性:declare interface BorderOptions
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:BorderOptions;
方法or属性:width?: EdgeWidths | Length;
旧版本信息:
类名:BorderOptions;
方法or属性:width?: EdgeWidths | Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:BorderOptions;
方法or属性:color?: EdgeColors | ResourceColor;
旧版本信息:
类名:BorderOptions;
方法or属性:color?: EdgeColors | ResourceColor;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:BorderOptions;
方法or属性:radius?: BorderRadiuses | Length;
旧版本信息:
类名:BorderOptions;
方法or属性:radius?: BorderRadiuses | Length;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:BorderOptions;
方法or属性:style?: EdgeStyles | BorderStyle;
旧版本信息:
类名:BorderOptions;
方法or属性:style?: EdgeStyles | BorderStyle;
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:ColorFilter;
方法or属性:declare class ColorFilter
旧版本信息:
类名:ColorFilter;
方法or属性:declare class ColorFilter
新版本信息:form
units.d.ts
卡片应用支持性有变化 类名:ColorFilter;
方法or属性:constructor(value: number[]);
旧版本信息:
类名:ColorFilter;
方法or属性:constructor(value: number[]);
新版本信息:form
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function setInterval(handler: Function | string, delay: number, ...arguments: any[]): number;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function setInterval(handler: Function | string, delay: number, ...arguments: any[]): number;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function setTimeout(handler: Function | string, delay?: number, ...arguments: any[]): number;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function setTimeout(handler: Function | string, delay?: number, ...arguments: any[]): number;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function clearInterval(intervalID?: number): void;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function clearInterval(intervalID?: number): void;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function clearTimeout(timeoutID?: number): void;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function clearTimeout(timeoutID?: number): void;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function canIUse(syscap: string): boolean;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function canIUse(syscap: string): boolean;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function getInspectorByKey(id: string): string;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function getInspectorByKey(id: string): string;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function getInspectorTree(): Object;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function getInspectorTree(): Object;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function sendEventByKey(id: string, action: number, params: string): boolean;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function sendEventByKey(id: string, action: number, params: string): boolean;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function sendTouchEvent(event: TouchObject): boolean;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function sendTouchEvent(event: TouchObject): boolean;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function sendKeyEvent(event: KeyEvent): boolean;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function sendKeyEvent(event: KeyEvent): boolean;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:export declare function sendMouseEvent(event: MouseEvent): boolean;
旧版本信息:
类名:sourcefile;
方法or属性:export declare function sendMouseEvent(event: MouseEvent): boolean;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:console;
方法or属性:export declare class console
旧版本信息:
类名:console;
方法or属性:export declare class console
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:console;
方法or属性:static debug(message: string, ...arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static debug(message: string, ...arguments: any[]): void;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:console;
方法or属性:static log(message: string, ...arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static log(message: string, ...arguments: any[]): void;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:console;
方法or属性:static info(message: string, ...arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static info(message: string, ...arguments: any[]): void;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:console;
方法or属性:static warn(message: string, ...arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static warn(message: string, ...arguments: any[]): void;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:console;
方法or属性:static error(message: string, ...arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static error(message: string, ...arguments: any[]): void;
新版本信息:crossplatform
global.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:export interface AnimatorOptions
旧版本信息:
类名:AnimatorOptions;
方法or属性:export interface AnimatorOptions
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:duration: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:duration: number;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:easing: string;
旧版本信息:
类名:AnimatorOptions;
方法or属性:easing: string;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:delay: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:delay: number;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:fill: "none" | "forwards" | "backwards" | "both";
旧版本信息:
类名:AnimatorOptions;
方法or属性:fill: "none" | "forwards" | "backwards" | "both";
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:direction: "normal" | "reverse" | "alternate" | "alternate-reverse";
旧版本信息:
类名:AnimatorOptions;
方法or属性:direction: "normal" | "reverse" | "alternate" | "alternate-reverse";
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:iterations: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:iterations: number;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:begin: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:begin: number;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorOptions;
方法or属性:end: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:end: number;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:export interface AnimatorResult
旧版本信息:
类名:AnimatorResult;
方法or属性:export interface AnimatorResult
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:reset(options: AnimatorOptions): void;
旧版本信息:
类名:AnimatorResult;
方法or属性:reset(options: AnimatorOptions): void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:play(): void;
旧版本信息:
类名:AnimatorResult;
方法or属性:play(): void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:finish(): void;
旧版本信息:
类名:AnimatorResult;
方法or属性:finish(): void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:pause(): void;
旧版本信息:
类名:AnimatorResult;
方法or属性:pause(): void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:cancel(): void;
旧版本信息:
类名:AnimatorResult;
方法or属性:cancel(): void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:reverse(): void;
旧版本信息:
类名:AnimatorResult;
方法or属性:reverse(): void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:onframe: (progress: number) => void;
旧版本信息:
类名:AnimatorResult;
方法or属性:onframe: (progress: number) => void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:onfinish: () => void;
旧版本信息:
类名:AnimatorResult;
方法or属性:onfinish: () => void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:oncancel: () => void;
旧版本信息:
类名:AnimatorResult;
方法or属性:oncancel: () => void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:AnimatorResult;
方法or属性:onrepeat: () => void;
旧版本信息:
类名:AnimatorResult;
方法or属性:onrepeat: () => void;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:Animator;
方法or属性:export default class Animator
旧版本信息:
类名:Animator;
方法or属性:export default class Animator
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:Animator;
方法or属性:static create(options: AnimatorOptions): AnimatorResult;
旧版本信息:
类名:Animator;
方法or属性:static create(options: AnimatorOptions): AnimatorResult;
新版本信息:crossplatform
@ohos.animator.d.ts
跨平台能力有变化 类名:curves;
方法or属性:declare curves
旧版本信息:
类名:curves;
方法or属性:declare curves
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:curves;
方法or属性:function initCurve(curve?: Curve): ICurve;
旧版本信息:
类名:curves;
方法or属性:function initCurve(curve?: Curve): ICurve;
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:curves;
方法or属性:function stepsCurve(count: number, end: boolean): ICurve;
旧版本信息:
类名:curves;
方法or属性:function stepsCurve(count: number, end: boolean): ICurve;
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:curves;
方法or属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
旧版本信息:
类名:curves;
方法or属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:curves;
方法or属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
旧版本信息:
类名:curves;
方法or属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:curves;
方法or属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
旧版本信息:
类名:curves;
方法or属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:curves;
方法or属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
旧版本信息:
类名:curves;
方法or属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:enum Curve
旧版本信息:
类名:Curve;
方法or属性:enum Curve
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:ICurve;
方法or属性:interface ICurve
旧版本信息:
类名:ICurve;
方法or属性:interface ICurve
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:ICurve;
方法or属性:interpolate(fraction: number): number;
旧版本信息:
类名:ICurve;
方法or属性:interpolate(fraction: number): number;
新版本信息:crossplatform
@ohos.curves.d.ts
跨平台能力有变化 类名:matrix4;
方法or属性:declare matrix4
旧版本信息:
类名:matrix4;
方法or属性:declare matrix4
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:matrix4;
方法or属性:function init(
options: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number
]
): Matrix4Transit;
旧版本信息:
类名:matrix4;
方法or属性:function init(
options: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number
]
): Matrix4Transit;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:matrix4;
方法or属性:function identity(): Matrix4Transit;
旧版本信息:
类名:matrix4;
方法or属性:function identity(): Matrix4Transit;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:TranslateOption;
方法or属性:interface TranslateOption
旧版本信息:
类名:TranslateOption;
方法or属性:interface TranslateOption
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:TranslateOption;
方法or属性:x?: number;
旧版本信息:
类名:TranslateOption;
方法or属性:x?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:ScaleOption;
方法or属性:x?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:x?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:RotateOption;
方法or属性:x?: number;
旧版本信息:
类名:RotateOption;
方法or属性:x?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:TranslateOption;
方法or属性:y?: number;
旧版本信息:
类名:TranslateOption;
方法or属性:y?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:ScaleOption;
方法or属性:y?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:y?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:RotateOption;
方法or属性:y?: number;
旧版本信息:
类名:RotateOption;
方法or属性:y?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:TranslateOption;
方法or属性:z?: number;
旧版本信息:
类名:TranslateOption;
方法or属性:z?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:ScaleOption;
方法or属性:z?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:z?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:RotateOption;
方法or属性:z?: number;
旧版本信息:
类名:RotateOption;
方法or属性:z?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:ScaleOption;
方法or属性:interface ScaleOption
旧版本信息:
类名:ScaleOption;
方法or属性:interface ScaleOption
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:ScaleOption;
方法or属性:centerX?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:centerX?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:RotateOption;
方法or属性:centerX?: number;
旧版本信息:
类名:RotateOption;
方法or属性:centerX?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:ScaleOption;
方法or属性:centerY?: number;
旧版本信息:
类名:ScaleOption;
方法or属性:centerY?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:RotateOption;
方法or属性:centerY?: number;
旧版本信息:
类名:RotateOption;
方法or属性:centerY?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:RotateOption;
方法or属性:interface RotateOption
旧版本信息:
类名:RotateOption;
方法or属性:interface RotateOption
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:RotateOption;
方法or属性:angle?: number;
旧版本信息:
类名:RotateOption;
方法or属性:angle?: number;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:Matrix4Transit;
方法or属性:interface Matrix4Transit
旧版本信息:
类名:Matrix4Transit;
方法or属性:interface Matrix4Transit
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:Matrix4Transit;
方法or属性:copy(): Matrix4Transit;
旧版本信息:
类名:Matrix4Transit;
方法or属性:copy(): Matrix4Transit;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:Matrix4Transit;
方法or属性:invert(): Matrix4Transit;
旧版本信息:
类名:Matrix4Transit;
方法or属性:invert(): Matrix4Transit;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:Matrix4Transit;
方法or属性:combine(options: Matrix4Transit): Matrix4Transit;
旧版本信息:
类名:Matrix4Transit;
方法or属性:combine(options: Matrix4Transit): Matrix4Transit;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:Matrix4Transit;
方法or属性:translate(options: TranslateOption): Matrix4Transit;
旧版本信息:
类名:Matrix4Transit;
方法or属性:translate(options: TranslateOption): Matrix4Transit;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:Matrix4Transit;
方法or属性:scale(options: ScaleOption): Matrix4Transit;
旧版本信息:
类名:Matrix4Transit;
方法or属性:scale(options: ScaleOption): Matrix4Transit;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:Matrix4Transit;
方法or属性:rotate(options: RotateOption): Matrix4Transit;
旧版本信息:
类名:Matrix4Transit;
方法or属性:rotate(options: RotateOption): Matrix4Transit;
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:Matrix4Transit;
方法or属性:transformPoint(options: [number, number]): [number, number];
旧版本信息:
类名:Matrix4Transit;
方法or属性:transformPoint(options: [number, number]): [number, number];
新版本信息:crossplatform
@ohos.matrix4.d.ts
跨平台能力有变化 类名:mediaquery;
方法or属性:declare mediaquery
旧版本信息:
类名:mediaquery;
方法or属性:declare mediaquery
新版本信息:crossplatform
@ohos.mediaquery.d.ts
跨平台能力有变化 类名:mediaquery;
方法or属性:function matchMediaSync(condition: string): MediaQueryListener;
旧版本信息:
类名:mediaquery;
方法or属性:function matchMediaSync(condition: string): MediaQueryListener;
新版本信息:crossplatform
@ohos.mediaquery.d.ts
跨平台能力有变化 类名:MediaQueryResult;
方法or属性:readonly matches: boolean;
旧版本信息:
类名:MediaQueryResult;
方法or属性:readonly matches: boolean;
新版本信息:crossplatform
@ohos.mediaquery.d.ts
跨平台能力有变化 类名:MediaQueryResult;
方法or属性:readonly media: string;
旧版本信息:
类名:MediaQueryResult;
方法or属性:readonly media: string;
新版本信息:crossplatform
@ohos.mediaquery.d.ts
跨平台能力有变化 类名:MediaQueryListener;
方法or属性:on(type: 'change', callback: Callback<MediaQueryResult>): void;
旧版本信息:
类名:MediaQueryListener;
方法or属性:on(type: 'change', callback: Callback<MediaQueryResult>): void;
新版本信息:crossplatform
@ohos.mediaquery.d.ts
跨平台能力有变化 类名:MediaQueryListener;
方法or属性:off(type: 'change', callback?: Callback<MediaQueryResult>): void;
旧版本信息:
类名:MediaQueryListener;
方法or属性:off(type: 'change', callback?: Callback<MediaQueryResult>): void;
新版本信息:crossplatform
@ohos.mediaquery.d.ts
跨平台能力有变化 类名:promptAction;
方法or属性:declare promptAction
旧版本信息:
类名:promptAction;
方法or属性:declare promptAction
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:promptAction;
方法or属性:function showToast(options: ShowToastOptions): void;
旧版本信息:
类名:promptAction;
方法or属性:function showToast(options: ShowToastOptions): void;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:promptAction;
方法or属性:function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void;
旧版本信息:
类名:promptAction;
方法or属性:function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:promptAction;
方法or属性:function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
旧版本信息:
类名:promptAction;
方法or属性:function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:promptAction;
方法or属性:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void;
旧版本信息:
类名:promptAction;
方法or属性:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:promptAction;
方法or属性:function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
旧版本信息:
类名:promptAction;
方法or属性:function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowToastOptions;
方法or属性:interface ShowToastOptions
旧版本信息:
类名:ShowToastOptions;
方法or属性:interface ShowToastOptions
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowToastOptions;
方法or属性:message: string | Resource;
旧版本信息:
类名:ShowToastOptions;
方法or属性:message: string | Resource;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowToastOptions;
方法or属性:duration?: number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:duration?: number;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowToastOptions;
方法or属性:bottom?: string | number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:bottom?: string | number;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:Button;
方法or属性:interface Button
旧版本信息:
类名:Button;
方法or属性:interface Button
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:Button;
方法or属性:text: string | Resource;
旧版本信息:
类名:Button;
方法or属性:text: string | Resource;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:Button;
方法or属性:color: string | Resource;
旧版本信息:
类名:Button;
方法or属性:color: string | Resource;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowDialogSuccessResponse;
方法or属性:interface ShowDialogSuccessResponse
旧版本信息:
类名:ShowDialogSuccessResponse;
方法or属性:interface ShowDialogSuccessResponse
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowDialogSuccessResponse;
方法or属性:index: number;
旧版本信息:
类名:ShowDialogSuccessResponse;
方法or属性:index: number;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ActionMenuSuccessResponse;
方法or属性:index: number;
旧版本信息:
类名:ActionMenuSuccessResponse;
方法or属性:index: number;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowDialogOptions;
方法or属性:interface ShowDialogOptions
旧版本信息:
类名:ShowDialogOptions;
方法or属性:interface ShowDialogOptions
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowDialogOptions;
方法or属性:title?: string | Resource;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:title?: string | Resource;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ActionMenuOptions;
方法or属性:title?: string | Resource;
旧版本信息:
类名:ActionMenuOptions;
方法or属性:title?: string | Resource;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowDialogOptions;
方法or属性:message?: string | Resource;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:message?: string | Resource;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ShowDialogOptions;
方法or属性:buttons?: Array<Button>;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:buttons?: Array<Button>;
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ActionMenuSuccessResponse;
方法or属性:interface ActionMenuSuccessResponse
旧版本信息:
类名:ActionMenuSuccessResponse;
方法or属性:interface ActionMenuSuccessResponse
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ActionMenuOptions;
方法or属性:interface ActionMenuOptions
旧版本信息:
类名:ActionMenuOptions;
方法or属性:interface ActionMenuOptions
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:ActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
旧版本信息:
类名:ActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
新版本信息:crossplatform
@ohos.promptAction.d.ts
跨平台能力有变化 类名:router;
方法or属性:declare router
旧版本信息:
类名:router;
方法or属性:declare router
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function pushUrl(options: RouterOptions, callback: AsyncCallback<void>): void;
旧版本信息:
类名:router;
方法or属性:function pushUrl(options: RouterOptions, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function pushUrl(options: RouterOptions): Promise<void>;
旧版本信息:
类名:router;
方法or属性:function pushUrl(options: RouterOptions): Promise<void>;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
旧版本信息:
类名:router;
方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
旧版本信息:
类名:router;
方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function back(options?: RouterOptions): void;
旧版本信息:
类名:router;
方法or属性:function back(options?: RouterOptions): void;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function clear(): void;
旧版本信息:
类名:router;
方法or属性:function clear(): void;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function getLength(): string;
旧版本信息:
类名:router;
方法or属性:function getLength(): string;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function getState(): RouterState;
旧版本信息:
类名:router;
方法or属性:function getState(): RouterState;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function showAlertBeforeBackPage(options: EnableAlertOptions): void;
旧版本信息:
类名:router;
方法or属性:function showAlertBeforeBackPage(options: EnableAlertOptions): void;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function hideAlertBeforeBackPage(): void;
旧版本信息:
类名:router;
方法or属性:function hideAlertBeforeBackPage(): void;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:router;
方法or属性:function getParams(): Object;
旧版本信息:
类名:router;
方法or属性:function getParams(): Object;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:RouterMode;
方法or属性:export enum RouterMode
旧版本信息:
类名:RouterMode;
方法or属性:export enum RouterMode
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:RouterMode;
方法or属性:Standard
旧版本信息:
类名:RouterMode;
方法or属性:Standard
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:RouterMode;
方法or属性:Single
旧版本信息:
类名:RouterMode;
方法or属性:Single
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:RouterState;
方法or属性:interface RouterState
旧版本信息:
类名:RouterState;
方法or属性:interface RouterState
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:RouterState;
方法or属性:index: number;
旧版本信息:
类名:RouterState;
方法or属性:index: number;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:RouterState;
方法or属性:name: string;
旧版本信息:
类名:RouterState;
方法or属性:name: string;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:RouterState;
方法or属性:path: string;
旧版本信息:
类名:RouterState;
方法or属性:path: string;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:EnableAlertOptions;
方法or属性:interface EnableAlertOptions
旧版本信息:
类名:EnableAlertOptions;
方法or属性:interface EnableAlertOptions
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:EnableAlertOptions;
方法or属性:message: string;
旧版本信息:
类名:EnableAlertOptions;
方法or属性:message: string;
新版本信息:crossplatform
@ohos.router.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type CanvasFillRule = "evenodd" | "nonzero";
旧版本信息:
类名:sourcefile;
方法or属性:declare type CanvasFillRule = "evenodd" | "nonzero";
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type CanvasLineCap = "butt" | "round" | "square";
旧版本信息:
类名:sourcefile;
方法or属性:declare type CanvasLineCap = "butt" | "round" | "square";
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type CanvasLineJoin = "bevel" | "miter" | "round";
旧版本信息:
类名:sourcefile;
方法or属性:declare type CanvasLineJoin = "bevel" | "miter" | "round";
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type CanvasDirection = "inherit" | "ltr" | "rtl";
旧版本信息:
类名:sourcefile;
方法or属性:declare type CanvasDirection = "inherit" | "ltr" | "rtl";
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type CanvasTextAlign = "center" | "end" | "left" | "right" | "start";
旧版本信息:
类名:sourcefile;
方法or属性:declare type CanvasTextAlign = "center" | "end" | "left" | "right" | "start";
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type CanvasTextBaseline = "alphabetic" | "bottom" | "hanging" | "ideographic" | "middle" | "top";
旧版本信息:
类名:sourcefile;
方法or属性:declare type CanvasTextBaseline = "alphabetic" | "bottom" | "hanging" | "ideographic" | "middle" | "top";
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type ImageSmoothingQuality = "high" | "low" | "medium";
旧版本信息:
类名:sourcefile;
方法or属性:declare type ImageSmoothingQuality = "high" | "low" | "medium";
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function getContext(component?: Object): Context;
旧版本信息:
类名:sourcefile;
方法or属性:declare function getContext(component?: Object): Context;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type Context = import('../api/application/Context').default;
旧版本信息:
类名:sourcefile;
方法or属性:declare type Context = import('../api/application/Context').default;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function postCardAction(component: Object, action: Object): void;
旧版本信息:
类名:sourcefile;
方法or属性:declare function postCardAction(component: Object, action: Object): void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function $r(value: string, ...params: any[]): Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare function $r(value: string, ...params: any[]): Resource;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function $rawfile(value: string): Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare function $rawfile(value: string): Resource;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function animateTo(value: AnimateParam, event: () => void): void;
旧版本信息:
类名:sourcefile;
方法or属性:declare function animateTo(value: AnimateParam, event: () => void): void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function vp2px(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function vp2px(value: number): number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function px2vp(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function px2vp(value: number): number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function fp2px(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function fp2px(value: number): number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function px2fp(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function px2fp(value: number): number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function lpx2px(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function lpx2px(value: number): number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare function px2lpx(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function px2lpx(value: number): number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;
旧版本信息:
类名:sourcefile;
方法or属性:declare type PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type CustomBuilder = (() => any) | void;
旧版本信息:
类名:sourcefile;
方法or属性:declare type CustomBuilder = (() => any) | void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type GestureType =
TapGestureInterface
| LongPressGestureInterface
| PanGestureInterface
| PinchGestureInterface
| SwipeGestureInterface
| RotationGestureInterface
| GestureGroupInterface;
旧版本信息:
类名:sourcefile;
方法or属性:declare type GestureType =
TapGestureInterface
| LongPressGestureInterface
| PanGestureInterface
| PinchGestureInterface
| SwipeGestureInterface
| RotationGestureInterface
| GestureGroupInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type Length = string | number | Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare type Length = string | number | Resource;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type ResourceStr = string | Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare type ResourceStr = string | Resource;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type Padding = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type Padding = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type Margin = Padding;
旧版本信息:
类名:sourcefile;
方法or属性:declare type Margin = Padding;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type EdgeWidths = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type EdgeWidths = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type BorderRadiuses = {
/
* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topLeft?: Length;

/
* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topRight?: Length;

/
* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomLeft?: Length;

/
* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomRight?: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type BorderRadiuses = {
/
* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topLeft?: Length;

/
* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topRight?: Length;

/
* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomLeft?: Length;

/
* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomRight?: Length;
};
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type EdgeColors = {
/
* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: ResourceColor;

/
* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: ResourceColor;

/
* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: ResourceColor;

/
* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: ResourceColor;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type EdgeColors = {
/
* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: ResourceColor;

/
* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: ResourceColor;

/
* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: ResourceColor;

/
* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: ResourceColor;
};
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type EdgeStyles = {
/
* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: BorderStyle;

/
* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: BorderStyle;

/
* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: BorderStyle;

/
* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: BorderStyle;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type EdgeStyles = {
/
* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: BorderStyle;

/
* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: BorderStyle;

/
* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: BorderStyle;

/
* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: BorderStyle;
};
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type Offset = {
/
* dx property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* dx property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
dx: Length;

/
* dy property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* dy property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
dy: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type Offset = {
/
* dx property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* dx property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
dx: Length;

/
* dy property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* dy property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
dy: Length;
};
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type ResourceColor = Color | number | string | Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare type ResourceColor = Color | number | string | Resource;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:sourcefile;
方法or属性:declare type LengthConstrain = {
/
* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
minLength: Length;

/
* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
maxLength: Length;
};
旧版本信息:
类名:sourcefile;
方法or属性:declare type LengthConstrain = {
/
* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
minLength: Length;

/
* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
maxLength: Length;
};
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:SheetInfo;
方法or属性:interface SheetInfo
旧版本信息:
类名:SheetInfo;
方法or属性:interface SheetInfo
新版本信息:crossplatform
action_sheet.d.ts
跨平台能力有变化 类名:SheetInfo;
方法or属性:title: string | Resource;
旧版本信息:
类名:SheetInfo;
方法or属性:title: string | Resource;
新版本信息:crossplatform
action_sheet.d.ts
跨平台能力有变化 类名:SheetInfo;
方法or属性:icon?: string | Resource;
旧版本信息:
类名:SheetInfo;
方法or属性:icon?: string | Resource;
新版本信息:crossplatform
action_sheet.d.ts
跨平台能力有变化 类名:SheetInfo;
方法or属性:action: () => void;
旧版本信息:
类名:SheetInfo;
方法or属性:action: () => void;
新版本信息:crossplatform
action_sheet.d.ts
跨平台能力有变化 类名:ActionSheet;
方法or属性:declare class ActionSheet
旧版本信息:
类名:ActionSheet;
方法or属性:declare class ActionSheet
新版本信息:crossplatform
action_sheet.d.ts
跨平台能力有变化 类名:ActionSheet;
方法or属性:static show(value: ActionSheetOptions);
旧版本信息:
类名:ActionSheet;
方法or属性:static show(value: ActionSheetOptions);
新版本信息:crossplatform
action_sheet.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:declare enum DialogAlignment
旧版本信息:
类名:DialogAlignment;
方法or属性:declare enum DialogAlignment
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:Top
旧版本信息:
类名:DialogAlignment;
方法or属性:Top
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:Center
旧版本信息:
类名:DialogAlignment;
方法or属性:Center
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:Bottom
旧版本信息:
类名:DialogAlignment;
方法or属性:Bottom
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:Default
旧版本信息:
类名:DialogAlignment;
方法or属性:Default
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:TopStart
旧版本信息:
类名:DialogAlignment;
方法or属性:TopStart
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:TopEnd
旧版本信息:
类名:DialogAlignment;
方法or属性:TopEnd
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:CenterStart
旧版本信息:
类名:DialogAlignment;
方法or属性:CenterStart
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:CenterEnd
旧版本信息:
类名:DialogAlignment;
方法or属性:CenterEnd
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:BottomStart
旧版本信息:
类名:DialogAlignment;
方法or属性:BottomStart
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:DialogAlignment;
方法or属性:BottomEnd
旧版本信息:
类名:DialogAlignment;
方法or属性:BottomEnd
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParam;
方法or属性:declare interface AlertDialogParam
旧版本信息:
类名:AlertDialogParam;
方法or属性:declare interface AlertDialogParam
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParam;
方法or属性:title?: ResourceStr;
旧版本信息:
类名:AlertDialogParam;
方法or属性:title?: ResourceStr;
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParam;
方法or属性:message: ResourceStr;
旧版本信息:
类名:AlertDialogParam;
方法or属性:message: ResourceStr;
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParam;
方法or属性:autoCancel?: boolean;
旧版本信息:
类名:AlertDialogParam;
方法or属性:autoCancel?: boolean;
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParam;
方法or属性:cancel?: () => void;
旧版本信息:
类名:AlertDialogParam;
方法or属性:cancel?: () => void;
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParam;
方法or属性:alignment?: DialogAlignment;
旧版本信息:
类名:AlertDialogParam;
方法or属性:alignment?: DialogAlignment;
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParam;
方法or属性:offset?: Offset;
旧版本信息:
类名:AlertDialogParam;
方法or属性:offset?: Offset;
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParam;
方法or属性:gridCount?: number;
旧版本信息:
类名:AlertDialogParam;
方法or属性:gridCount?: number;
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParamWithConfirm;
方法or属性:declare interface AlertDialogParamWithConfirm
旧版本信息:
类名:AlertDialogParamWithConfirm;
方法or属性:declare interface AlertDialogParamWithConfirm
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParamWithConfirm;
方法or属性:confirm?: {
/
* Enable switch of confirmation button
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of confirmation button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of confirmation button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:AlertDialogParamWithConfirm;
方法or属性:confirm?: {
/
* Enable switch of confirmation button
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of confirmation button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of confirmation button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParamWithButtons;
方法or属性:declare interface AlertDialogParamWithButtons
旧版本信息:
类名:AlertDialogParamWithButtons;
方法or属性:declare interface AlertDialogParamWithButtons
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParamWithButtons;
方法or属性:primaryButton: {
/
* Enable switch of primaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of primaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of primaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:AlertDialogParamWithButtons;
方法or属性:primaryButton: {
/
* Enable switch of primaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of primaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of primaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialogParamWithButtons;
方法or属性:secondaryButton: {
/
* Enable switch of secondaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of secondaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of secondaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:AlertDialogParamWithButtons;
方法or属性:secondaryButton: {
/
* Enable switch of secondaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of secondaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of secondaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/

* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/

* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/

* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialog;
方法or属性:declare class AlertDialog
旧版本信息:
类名:AlertDialog;
方法or属性:declare class AlertDialog
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:AlertDialog;
方法or属性:static show(value: AlertDialogParamWithConfirm | AlertDialogParamWithButtons | AlertDialogParamWithOptions);
旧版本信息:
类名:AlertDialog;
方法or属性:static show(value: AlertDialogParamWithConfirm | AlertDialogParamWithButtons | AlertDialogParamWithOptions);
新版本信息:crossplatform
alert_dialog.d.ts
跨平台能力有变化 类名:IndexerAlign;
方法or属性:declare enum IndexerAlign
旧版本信息:
类名:IndexerAlign;
方法or属性:declare enum IndexerAlign
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:IndexerAlign;
方法or属性:Left
旧版本信息:
类名:IndexerAlign;
方法or属性:Left
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:IndexerAlign;
方法or属性:Right
旧版本信息:
类名:IndexerAlign;
方法or属性:Right
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerInterface;
方法or属性:interface AlphabetIndexerInterface
旧版本信息:
类名:AlphabetIndexerInterface;
方法or属性:interface AlphabetIndexerInterface
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerInterface;
方法or属性:(value: { arrayValue: Array<string>; selected: number }): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerInterface;
方法or属性:(value: { arrayValue: Array<string>; selected: number }): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:declare class AlphabetIndexerAttribute
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:declare class AlphabetIndexerAttribute
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:color(value: ResourceColor): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:color(value: ResourceColor): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:popupColor(value: ResourceColor): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:popupColor(value: ResourceColor): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:usingPopup(value: boolean): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:usingPopup(value: boolean): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:selectedFont(value: Font): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:selectedFont(value: Font): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:popupFont(value: Font): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:popupFont(value: Font): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:itemSize(value: string | number): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:itemSize(value: string | number): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:font(value: Font): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:font(value: Font): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:onRequestPopupData(callback: (index: number) => Array<string>): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:onRequestPopupData(callback: (index: number) => Array<string>): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:selected(index: number): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:selected(index: number): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:AlphabetIndexerAttribute;
方法or属性:popupPosition(value: Position): AlphabetIndexerAttribute;
旧版本信息:
类名:AlphabetIndexerAttribute;
方法or属性:popupPosition(value: Position): AlphabetIndexerAttribute;
新版本信息:crossplatform
alphabet_indexer.d.ts
跨平台能力有变化 类名:BadgePosition;
方法or属性:declare enum BadgePosition
旧版本信息:
类名:BadgePosition;
方法or属性:declare enum BadgePosition
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgePosition;
方法or属性:RightTop
旧版本信息:
类名:BadgePosition;
方法or属性:RightTop
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgePosition;
方法or属性:Right
旧版本信息:
类名:BadgePosition;
方法or属性:Right
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgePosition;
方法or属性:Left
旧版本信息:
类名:BadgePosition;
方法or属性:Left
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeStyle;
方法or属性:declare interface BadgeStyle
旧版本信息:
类名:BadgeStyle;
方法or属性:declare interface BadgeStyle
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeStyle;
方法or属性:color?: ResourceColor;
旧版本信息:
类名:BadgeStyle;
方法or属性:color?: ResourceColor;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeStyle;
方法or属性:fontSize?: number | string;
旧版本信息:
类名:BadgeStyle;
方法or属性:fontSize?: number | string;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeStyle;
方法or属性:badgeSize?: number | string;
旧版本信息:
类名:BadgeStyle;
方法or属性:badgeSize?: number | string;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeStyle;
方法or属性:badgeColor?: ResourceColor;
旧版本信息:
类名:BadgeStyle;
方法or属性:badgeColor?: ResourceColor;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeParam;
方法or属性:declare interface BadgeParam
旧版本信息:
类名:BadgeParam;
方法or属性:declare interface BadgeParam
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeParam;
方法or属性:position?: BadgePosition | Position;
旧版本信息:
类名:BadgeParam;
方法or属性:position?: BadgePosition | Position;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeParam;
方法or属性:style: BadgeStyle;
旧版本信息:
类名:BadgeParam;
方法or属性:style: BadgeStyle;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeParamWithNumber;
方法or属性:declare interface BadgeParamWithNumber
旧版本信息:
类名:BadgeParamWithNumber;
方法or属性:declare interface BadgeParamWithNumber
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeParamWithNumber;
方法or属性:count: number;
旧版本信息:
类名:BadgeParamWithNumber;
方法or属性:count: number;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeParamWithNumber;
方法or属性:maxCount?: number;
旧版本信息:
类名:BadgeParamWithNumber;
方法or属性:maxCount?: number;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeParamWithString;
方法or属性:declare interface BadgeParamWithString
旧版本信息:
类名:BadgeParamWithString;
方法or属性:declare interface BadgeParamWithString
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeParamWithString;
方法or属性:value: string;
旧版本信息:
类名:BadgeParamWithString;
方法or属性:value: string;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeInterface;
方法or属性:interface BadgeInterface
旧版本信息:
类名:BadgeInterface;
方法or属性:interface BadgeInterface
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeInterface;
方法or属性:(value: BadgeParamWithNumber): BadgeAttribute;
旧版本信息:
类名:BadgeInterface;
方法or属性:(value: BadgeParamWithNumber): BadgeAttribute;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeInterface;
方法or属性:(value: BadgeParamWithString): BadgeAttribute;
旧版本信息:
类名:BadgeInterface;
方法or属性:(value: BadgeParamWithString): BadgeAttribute;
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BadgeAttribute;
方法or属性:declare class BadgeAttribute
旧版本信息:
类名:BadgeAttribute;
方法or属性:declare class BadgeAttribute
新版本信息:crossplatform
badge.d.ts
跨平台能力有变化 类名:BlankInterface;
方法or属性:interface BlankInterface
旧版本信息:
类名:BlankInterface;
方法or属性:interface BlankInterface
新版本信息:crossplatform
blank.d.ts
跨平台能力有变化 类名:BlankInterface;
方法or属性:(min?: number | string): BlankAttribute;
旧版本信息:
类名:BlankInterface;
方法or属性:(min?: number | string): BlankAttribute;
新版本信息:crossplatform
blank.d.ts
跨平台能力有变化 类名:BlankAttribute;
方法or属性:declare class BlankAttribute
旧版本信息:
类名:BlankAttribute;
方法or属性:declare class BlankAttribute
新版本信息:crossplatform
blank.d.ts
跨平台能力有变化 类名:BlankAttribute;
方法or属性:color(value: ResourceColor): BlankAttribute;
旧版本信息:
类名:BlankAttribute;
方法or属性:color(value: ResourceColor): BlankAttribute;
新版本信息:crossplatform
blank.d.ts
跨平台能力有变化 类名:ButtonType;
方法or属性:declare enum ButtonType
旧版本信息:
类名:ButtonType;
方法or属性:declare enum ButtonType
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonType;
方法or属性:Capsule
旧版本信息:
类名:ButtonType;
方法or属性:Capsule
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonType;
方法or属性:Circle
旧版本信息:
类名:ButtonType;
方法or属性:Circle
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonType;
方法or属性:Normal
旧版本信息:
类名:ButtonType;
方法or属性:Normal
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonOptions;
方法or属性:declare interface ButtonOptions
旧版本信息:
类名:ButtonOptions;
方法or属性:declare interface ButtonOptions
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonOptions;
方法or属性:type?: ButtonType;
旧版本信息:
类名:ButtonOptions;
方法or属性:type?: ButtonType;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonOptions;
方法or属性:stateEffect?: boolean;
旧版本信息:
类名:ButtonOptions;
方法or属性:stateEffect?: boolean;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonInterface;
方法or属性:interface ButtonInterface
旧版本信息:
类名:ButtonInterface;
方法or属性:interface ButtonInterface
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonInterface;
方法or属性:(): ButtonAttribute;
旧版本信息:
类名:ButtonInterface;
方法or属性:(): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonInterface;
方法or属性:(options: ButtonOptions): ButtonAttribute;
旧版本信息:
类名:ButtonInterface;
方法or属性:(options: ButtonOptions): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonInterface;
方法or属性:(label: ResourceStr, options?: ButtonOptions): ButtonAttribute;
旧版本信息:
类名:ButtonInterface;
方法or属性:(label: ResourceStr, options?: ButtonOptions): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonAttribute;
方法or属性:declare class ButtonAttribute
旧版本信息:
类名:ButtonAttribute;
方法or属性:declare class ButtonAttribute
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonAttribute;
方法or属性:type(value: ButtonType): ButtonAttribute;
旧版本信息:
类名:ButtonAttribute;
方法or属性:type(value: ButtonType): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonAttribute;
方法or属性:stateEffect(value: boolean): ButtonAttribute;
旧版本信息:
类名:ButtonAttribute;
方法or属性:stateEffect(value: boolean): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonAttribute;
方法or属性:fontColor(value: ResourceColor): ButtonAttribute;
旧版本信息:
类名:ButtonAttribute;
方法or属性:fontColor(value: ResourceColor): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonAttribute;
方法or属性:fontSize(value: Length): ButtonAttribute;
旧版本信息:
类名:ButtonAttribute;
方法or属性:fontSize(value: Length): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): ButtonAttribute;
旧版本信息:
类名:ButtonAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonAttribute;
方法or属性:fontStyle(value: FontStyle): ButtonAttribute;
旧版本信息:
类名:ButtonAttribute;
方法or属性:fontStyle(value: FontStyle): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:ButtonAttribute;
方法or属性:fontFamily(value: string | Resource): ButtonAttribute;
旧版本信息:
类名:ButtonAttribute;
方法or属性:fontFamily(value: string | Resource): ButtonAttribute;
新版本信息:crossplatform
button.d.ts
跨平台能力有变化 类名:CanvasGradient;
方法or属性:declare class CanvasGradient
旧版本信息:
类名:CanvasGradient;
方法or属性:declare class CanvasGradient
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasGradient;
方法or属性:addColorStop(offset: number, color: string): void;
旧版本信息:
类名:CanvasGradient;
方法or属性:addColorStop(offset: number, color: string): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:declare class CanvasPath
旧版本信息:
类名:CanvasPath;
方法or属性:declare class CanvasPath
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;
旧版本信息:
类名:CanvasPath;
方法or属性:arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;
旧版本信息:
类名:CanvasPath;
方法or属性:arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;
旧版本信息:
类名:CanvasPath;
方法or属性:bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:closePath(): void;
旧版本信息:
类名:CanvasPath;
方法or属性:closePath(): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:ellipse(
x: number,
y: number,
radiusX: number,
radiusY: number,
rotation: number,
startAngle: number,
endAngle: number,
counterclockwise?: boolean,
): void;
旧版本信息:
类名:CanvasPath;
方法or属性:ellipse(
x: number,
y: number,
radiusX: number,
radiusY: number,
rotation: number,
startAngle: number,
endAngle: number,
counterclockwise?: boolean,
): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:lineTo(x: number, y: number): void;
旧版本信息:
类名:CanvasPath;
方法or属性:lineTo(x: number, y: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:moveTo(x: number, y: number): void;
旧版本信息:
类名:CanvasPath;
方法or属性:moveTo(x: number, y: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
旧版本信息:
类名:CanvasPath;
方法or属性:quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasPath;
方法or属性:rect(x: number, y: number, w: number, h: number): void;
旧版本信息:
类名:CanvasPath;
方法or属性:rect(x: number, y: number, w: number, h: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:Path2D;
方法or属性:declare class Path2D
旧版本信息:
类名:Path2D;
方法or属性:declare class Path2D
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:Path2D;
方法or属性:addPath(path: Path2D, transform?: Matrix2D): void;
旧版本信息:
类名:Path2D;
方法or属性:addPath(path: Path2D, transform?: Matrix2D): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:Path2D;
方法or属性:constructor();
旧版本信息:
类名:Path2D;
方法or属性:constructor();
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:Path2D;
方法or属性:constructor(path: Path2D);
旧版本信息:
类名:Path2D;
方法or属性:constructor(path: Path2D);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:Path2D;
方法or属性:constructor(d: string);
旧版本信息:
类名:Path2D;
方法or属性:constructor(d: string);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:declare interface TextMetrics
旧版本信息:
类名:TextMetrics;
方法or属性:declare interface TextMetrics
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly actualBoundingBoxAscent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly actualBoundingBoxAscent: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly actualBoundingBoxDescent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly actualBoundingBoxDescent: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly actualBoundingBoxLeft: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly actualBoundingBoxLeft: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly actualBoundingBoxRight: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly actualBoundingBoxRight: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly alphabeticBaseline: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly alphabeticBaseline: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly emHeightAscent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly emHeightAscent: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly emHeightDescent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly emHeightDescent: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly fontBoundingBoxAscent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly fontBoundingBoxAscent: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly fontBoundingBoxDescent: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly fontBoundingBoxDescent: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly hangingBaseline: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly hangingBaseline: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly ideographicBaseline: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly ideographicBaseline: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly width: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly width: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageBitmap;
方法or属性:readonly width: number;
旧版本信息:
类名:ImageBitmap;
方法or属性:readonly width: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageData;
方法or属性:readonly width: number;
旧版本信息:
类名:ImageData;
方法or属性:readonly width: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderingContext2D;
方法or属性:readonly width: number;
旧版本信息:
类名:CanvasRenderingContext2D;
方法or属性:readonly width: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:TextMetrics;
方法or属性:readonly height: number;
旧版本信息:
类名:TextMetrics;
方法or属性:readonly height: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageBitmap;
方法or属性:readonly height: number;
旧版本信息:
类名:ImageBitmap;
方法or属性:readonly height: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageData;
方法or属性:readonly height: number;
旧版本信息:
类名:ImageData;
方法or属性:readonly height: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderingContext2D;
方法or属性:readonly height: number;
旧版本信息:
类名:CanvasRenderingContext2D;
方法or属性:readonly height: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageBitmap;
方法or属性:declare class ImageBitmap
旧版本信息:
类名:ImageBitmap;
方法or属性:declare class ImageBitmap
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageBitmap;
方法or属性:close(): void;
旧版本信息:
类名:ImageBitmap;
方法or属性:close(): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageBitmap;
方法or属性:constructor(src: string);
旧版本信息:
类名:ImageBitmap;
方法or属性:constructor(src: string);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageBitmap;
方法or属性:constructor(data: PixelMap);
旧版本信息:
类名:ImageBitmap;
方法or属性:constructor(data: PixelMap);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageData;
方法or属性:declare class ImageData
旧版本信息:
类名:ImageData;
方法or属性:declare class ImageData
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageData;
方法or属性:readonly data: Uint8ClampedArray;
旧版本信息:
类名:ImageData;
方法or属性:readonly data: Uint8ClampedArray;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:ImageData;
方法or属性:constructor(width: number, height: number, data?: Uint8ClampedArray);
旧版本信息:
类名:ImageData;
方法or属性:constructor(width: number, height: number, data?: Uint8ClampedArray);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:RenderingContextSettings;
方法or属性:declare class RenderingContextSettings
旧版本信息:
类名:RenderingContextSettings;
方法or属性:declare class RenderingContextSettings
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:RenderingContextSettings;
方法or属性:antialias?: boolean;
旧版本信息:
类名:RenderingContextSettings;
方法or属性:antialias?: boolean;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:RenderingContextSettings;
方法or属性:constructor(antialias?: boolean);
旧版本信息:
类名:RenderingContextSettings;
方法or属性:constructor(antialias?: boolean);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:declare class CanvasRenderer
旧版本信息:
类名:CanvasRenderer;
方法or属性:declare class CanvasRenderer
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:globalAlpha: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:globalAlpha: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:globalCompositeOperation: string;
旧版本信息:
类名:CanvasRenderer;
方法or属性:globalCompositeOperation: string;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number, dw: number, dh: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number, dw: number, dh: number): void;
新版本信息:crossplatform
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;
旧版本信息:
类名:CanvasRenderer;
方法or属性:drawImage(
image: ImageBitmap | PixelMap,
sx: number,
sy: number,
sw: number,
sh: number,
dx: number,
dy: number,
dw: number,
dh: number,
): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:beginPath(): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:beginPath(): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:clip(fillRule?: CanvasFillRule): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:clip(fillRule?: CanvasFillRule): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:clip(path: Path2D, fillRule?: CanvasFillRule): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:clip(path: Path2D, fillRule?: CanvasFillRule): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:fill(fillRule?: CanvasFillRule): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:fill(fillRule?: CanvasFillRule): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:fill(path: Path2D, fillRule?: CanvasFillRule): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:fill(path: Path2D, fillRule?: CanvasFillRule): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:stroke(): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:stroke(): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:stroke(path: Path2D): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:stroke(path: Path2D): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:fillStyle: string | number | CanvasGradient | CanvasPattern;
旧版本信息:
类名:CanvasRenderer;
方法or属性:fillStyle: string | number | CanvasGradient | CanvasPattern;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:strokeStyle: string | number | CanvasGradient | CanvasPattern;
旧版本信息:
类名:CanvasRenderer;
方法or属性:strokeStyle: string | number | CanvasGradient | CanvasPattern;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;
旧版本信息:
类名:CanvasRenderer;
方法or属性:createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:createPattern(image: ImageBitmap, repetition: string | null): CanvasPattern | null;
旧版本信息:
类名:CanvasRenderer;
方法or属性:createPattern(image: ImageBitmap, repetition: string | null): CanvasPattern | null;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;
旧版本信息:
类名:CanvasRenderer;
方法or属性:createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:filter: string;
旧版本信息:
类名:CanvasRenderer;
方法or属性:filter: string;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:createImageData(sw: number, sh: number): ImageData;
旧版本信息:
类名:CanvasRenderer;
方法or属性:createImageData(sw: number, sh: number): ImageData;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:createImageData(imagedata: ImageData): ImageData;
旧版本信息:
类名:CanvasRenderer;
方法or属性:createImageData(imagedata: ImageData): ImageData;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;
旧版本信息:
类名:CanvasRenderer;
方法or属性:getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
旧版本信息:
类名:CanvasRenderer;
方法or属性:getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:imageSmoothingEnabled: boolean;
旧版本信息:
类名:CanvasRenderer;
方法or属性:imageSmoothingEnabled: boolean;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:imageSmoothingQuality: ImageSmoothingQuality;
旧版本信息:
类名:CanvasRenderer;
方法or属性:imageSmoothingQuality: ImageSmoothingQuality;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:lineCap: CanvasLineCap;
旧版本信息:
类名:CanvasRenderer;
方法or属性:lineCap: CanvasLineCap;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:lineDashOffset: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:lineDashOffset: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:lineJoin: CanvasLineJoin;
旧版本信息:
类名:CanvasRenderer;
方法or属性:lineJoin: CanvasLineJoin;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:lineWidth: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:lineWidth: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:miterLimit: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:miterLimit: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:getLineDash(): number[];
旧版本信息:
类名:CanvasRenderer;
方法or属性:getLineDash(): number[];
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:setLineDash(segments: number[]): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:setLineDash(segments: number[]): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:clearRect(x: number, y: number, w: number, h: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:clearRect(x: number, y: number, w: number, h: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:fillRect(x: number, y: number, w: number, h: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:fillRect(x: number, y: number, w: number, h: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:strokeRect(x: number, y: number, w: number, h: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:strokeRect(x: number, y: number, w: number, h: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:shadowBlur: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:shadowBlur: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:shadowColor: string;
旧版本信息:
类名:CanvasRenderer;
方法or属性:shadowColor: string;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:shadowOffsetX: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:shadowOffsetX: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:shadowOffsetY: number;
旧版本信息:
类名:CanvasRenderer;
方法or属性:shadowOffsetY: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:restore(): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:restore(): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:save(): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:save(): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:fillText(text: string, x: number, y: number, maxWidth?: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:fillText(text: string, x: number, y: number, maxWidth?: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:measureText(text: string): TextMetrics;
旧版本信息:
类名:CanvasRenderer;
方法or属性:measureText(text: string): TextMetrics;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:strokeText(text: string, x: number, y: number, maxWidth?: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:strokeText(text: string, x: number, y: number, maxWidth?: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:direction: CanvasDirection;
旧版本信息:
类名:CanvasRenderer;
方法or属性:direction: CanvasDirection;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:font: string;
旧版本信息:
类名:CanvasRenderer;
方法or属性:font: string;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:textAlign: CanvasTextAlign;
旧版本信息:
类名:CanvasRenderer;
方法or属性:textAlign: CanvasTextAlign;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:textBaseline: CanvasTextBaseline;
旧版本信息:
类名:CanvasRenderer;
方法or属性:textBaseline: CanvasTextBaseline;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:getTransform(): Matrix2D;
旧版本信息:
类名:CanvasRenderer;
方法or属性:getTransform(): Matrix2D;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:resetTransform(): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:resetTransform(): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:rotate(angle: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:rotate(angle: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:scale(x: number, y: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:scale(x: number, y: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:setTransform(transform?: Matrix2D): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:setTransform(transform?: Matrix2D): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:translate(x: number, y: number): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:translate(x: number, y: number): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:setPixelMap(value?: PixelMap): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:setPixelMap(value?: PixelMap): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderer;
方法or属性:transferFromImageBitmap(bitmap: ImageBitmap): void;
旧版本信息:
类名:CanvasRenderer;
方法or属性:transferFromImageBitmap(bitmap: ImageBitmap): void;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderingContext2D;
方法or属性:declare class CanvasRenderingContext2D
旧版本信息:
类名:CanvasRenderingContext2D;
方法or属性:declare class CanvasRenderingContext2D
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderingContext2D;
方法or属性:toDataURL(type?: string, quality?: any): string;
旧版本信息:
类名:CanvasRenderingContext2D;
方法or属性:toDataURL(type?: string, quality?: any): string;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvasRenderingContext2D;
方法or属性:toDataURL(type?: string, quality?: any): string;
旧版本信息:
类名:OffscreenCanvasRenderingContext2D;
方法or属性:toDataURL(type?: string, quality?: any): string;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasRenderingContext2D;
方法or属性:constructor(settings?: RenderingContextSettings);
旧版本信息:
类名:CanvasRenderingContext2D;
方法or属性:constructor(settings?: RenderingContextSettings);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvasRenderingContext2D;
方法or属性:declare class OffscreenCanvasRenderingContext2D
旧版本信息:
类名:OffscreenCanvasRenderingContext2D;
方法or属性:declare class OffscreenCanvasRenderingContext2D
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvasRenderingContext2D;
方法or属性:transferToImageBitmap(): ImageBitmap;
旧版本信息:
类名:OffscreenCanvasRenderingContext2D;
方法or属性:transferToImageBitmap(): ImageBitmap;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvas;
方法or属性:transferToImageBitmap(): ImageBitmap;
旧版本信息:
类名:OffscreenCanvas;
方法or属性:transferToImageBitmap(): ImageBitmap;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvasRenderingContext2D;
方法or属性:constructor(width: number, height: number, settings?: RenderingContextSettings);
旧版本信息:
类名:OffscreenCanvasRenderingContext2D;
方法or属性:constructor(width: number, height: number, settings?: RenderingContextSettings);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvas;
方法or属性:declare class OffscreenCanvas
旧版本信息:
类名:OffscreenCanvas;
方法or属性:declare class OffscreenCanvas
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvas;
方法or属性:height: number;
旧版本信息:
类名:OffscreenCanvas;
方法or属性:height: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvas;
方法or属性:width: number;
旧版本信息:
类名:OffscreenCanvas;
方法or属性:width: number;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:OffscreenCanvas;
方法or属性:constructor(width: number, height: number);
旧版本信息:
类名:OffscreenCanvas;
方法or属性:constructor(width: number, height: number);
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasInterface;
方法or属性:interface CanvasInterface
旧版本信息:
类名:CanvasInterface;
方法or属性:interface CanvasInterface
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasInterface;
方法or属性:(context?: CanvasRenderingContext2D): CanvasAttribute;
旧版本信息:
类名:CanvasInterface;
方法or属性:(context?: CanvasRenderingContext2D): CanvasAttribute;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CanvasAttribute;
方法or属性:onReady(event: () => void): CanvasAttribute;
旧版本信息:
类名:CanvasAttribute;
方法or属性:onReady(event: () => void): CanvasAttribute;
新版本信息:crossplatform
canvas.d.ts
跨平台能力有变化 类名:CheckboxOptions;
方法or属性:declare interface CheckboxOptions
旧版本信息:
类名:CheckboxOptions;
方法or属性:declare interface CheckboxOptions
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:CheckboxOptions;
方法or属性:name?: string;
旧版本信息:
类名:CheckboxOptions;
方法or属性:name?: string;
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:CheckboxOptions;
方法or属性:group?: string;
旧版本信息:
类名:CheckboxOptions;
方法or属性:group?: string;
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:CheckboxInterface;
方法or属性:interface CheckboxInterface
旧版本信息:
类名:CheckboxInterface;
方法or属性:interface CheckboxInterface
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:CheckboxInterface;
方法or属性:(options?: CheckboxOptions): CheckboxAttribute;
旧版本信息:
类名:CheckboxInterface;
方法or属性:(options?: CheckboxOptions): CheckboxAttribute;
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:CheckboxAttribute;
方法or属性:declare class CheckboxAttribute
旧版本信息:
类名:CheckboxAttribute;
方法or属性:declare class CheckboxAttribute
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:CheckboxAttribute;
方法or属性:select(value: boolean): CheckboxAttribute;
旧版本信息:
类名:CheckboxAttribute;
方法or属性:select(value: boolean): CheckboxAttribute;
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:CheckboxAttribute;
方法or属性:selectedColor(value: ResourceColor): CheckboxAttribute;
旧版本信息:
类名:CheckboxAttribute;
方法or属性:selectedColor(value: ResourceColor): CheckboxAttribute;
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:CheckboxAttribute;
方法or属性:onChange(callback: (value: boolean) => void): CheckboxAttribute;
旧版本信息:
类名:CheckboxAttribute;
方法or属性:onChange(callback: (value: boolean) => void): CheckboxAttribute;
新版本信息:crossplatform
checkbox.d.ts
跨平台能力有变化 类名:SelectStatus;
方法or属性:declare enum SelectStatus
旧版本信息:
类名:SelectStatus;
方法or属性:declare enum SelectStatus
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:SelectStatus;
方法or属性:All
旧版本信息:
类名:SelectStatus;
方法or属性:All
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:SelectStatus;
方法or属性:Part
旧版本信息:
类名:SelectStatus;
方法or属性:Part
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:SelectStatus;
方法or属性:None
旧版本信息:
类名:SelectStatus;
方法or属性:None
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupOptions;
方法or属性:declare interface CheckboxGroupOptions
旧版本信息:
类名:CheckboxGroupOptions;
方法or属性:declare interface CheckboxGroupOptions
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupOptions;
方法or属性:group?: string;
旧版本信息:
类名:CheckboxGroupOptions;
方法or属性:group?: string;
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupResult;
方法or属性:declare interface CheckboxGroupResult
旧版本信息:
类名:CheckboxGroupResult;
方法or属性:declare interface CheckboxGroupResult
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupResult;
方法or属性:name: Array<string>;
旧版本信息:
类名:CheckboxGroupResult;
方法or属性:name: Array<string>;
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupResult;
方法or属性:status: SelectStatus;
旧版本信息:
类名:CheckboxGroupResult;
方法or属性:status: SelectStatus;
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupInterface;
方法or属性:interface CheckboxGroupInterface
旧版本信息:
类名:CheckboxGroupInterface;
方法or属性:interface CheckboxGroupInterface
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupInterface;
方法or属性:(options?: CheckboxGroupOptions): CheckboxGroupAttribute;
旧版本信息:
类名:CheckboxGroupInterface;
方法or属性:(options?: CheckboxGroupOptions): CheckboxGroupAttribute;
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupAttribute;
方法or属性:declare class CheckboxGroupAttribute
旧版本信息:
类名:CheckboxGroupAttribute;
方法or属性:declare class CheckboxGroupAttribute
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupAttribute;
方法or属性:selectAll(value: boolean): CheckboxGroupAttribute;
旧版本信息:
类名:CheckboxGroupAttribute;
方法or属性:selectAll(value: boolean): CheckboxGroupAttribute;
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupAttribute;
方法or属性:selectedColor(value: ResourceColor): CheckboxGroupAttribute;
旧版本信息:
类名:CheckboxGroupAttribute;
方法or属性:selectedColor(value: ResourceColor): CheckboxGroupAttribute;
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CheckboxGroupAttribute;
方法or属性:onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;
旧版本信息:
类名:CheckboxGroupAttribute;
方法or属性:onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;
新版本信息:crossplatform
checkboxgroup.d.ts
跨平台能力有变化 类名:CircleOptions;
方法or属性:declare interface CircleOptions
旧版本信息:
类名:CircleOptions;
方法or属性:declare interface CircleOptions
新版本信息:crossplatform
circle.d.ts
跨平台能力有变化 类名:CircleOptions;
方法or属性:width?: string | number;
旧版本信息:
类名:CircleOptions;
方法or属性:width?: string | number;
新版本信息:crossplatform
circle.d.ts
跨平台能力有变化 类名:CircleOptions;
方法or属性:height?: string | number;
旧版本信息:
类名:CircleOptions;
方法or属性:height?: string | number;
新版本信息:crossplatform
circle.d.ts
跨平台能力有变化 类名:CircleInterface;
方法or属性:interface CircleInterface
旧版本信息:
类名:CircleInterface;
方法or属性:interface CircleInterface
新版本信息:crossplatform
circle.d.ts
跨平台能力有变化 类名:CircleInterface;
方法or属性:(value?: CircleOptions): CircleAttribute;
旧版本信息:
类名:CircleInterface;
方法or属性:(value?: CircleOptions): CircleAttribute;
新版本信息:crossplatform
circle.d.ts
跨平台能力有变化 类名:CircleAttribute;
方法or属性:declare class CircleAttribute
旧版本信息:
类名:CircleAttribute;
方法or属性:declare class CircleAttribute
新版本信息:crossplatform
circle.d.ts
跨平台能力有变化 类名:ColumnInterface;
方法or属性:interface ColumnInterface
旧版本信息:
类名:ColumnInterface;
方法or属性:interface ColumnInterface
新版本信息:crossplatform
column.d.ts
跨平台能力有变化 类名:ColumnInterface;
方法or属性:(value?: { space?: string | number }): ColumnAttribute;
旧版本信息:
类名:ColumnInterface;
方法or属性:(value?: { space?: string | number }): ColumnAttribute;
新版本信息:crossplatform
column.d.ts
跨平台能力有变化 类名:ColumnAttribute;
方法or属性:declare class ColumnAttribute
旧版本信息:
类名:ColumnAttribute;
方法or属性:declare class ColumnAttribute
新版本信息:crossplatform
column.d.ts
跨平台能力有变化 类名:ColumnAttribute;
方法or属性:alignItems(value: HorizontalAlign): ColumnAttribute;
旧版本信息:
类名:ColumnAttribute;
方法or属性:alignItems(value: HorizontalAlign): ColumnAttribute;
新版本信息:crossplatform
column.d.ts
跨平台能力有变化 类名:ColumnAttribute;
方法or属性:justifyContent(value: FlexAlign): ColumnAttribute;
旧版本信息:
类名:ColumnAttribute;
方法or属性:justifyContent(value: FlexAlign): ColumnAttribute;
新版本信息:crossplatform
column.d.ts
跨平台能力有变化 类名:ColumnSplitInterface;
方法or属性:interface ColumnSplitInterface
旧版本信息:
类名:ColumnSplitInterface;
方法or属性:interface ColumnSplitInterface
新版本信息:crossplatform
column_split.d.ts
跨平台能力有变化 类名:ColumnSplitInterface;
方法or属性:(): ColumnSplitAttribute;
旧版本信息:
类名:ColumnSplitInterface;
方法or属性:(): ColumnSplitAttribute;
新版本信息:crossplatform
column_split.d.ts
跨平台能力有变化 类名:ColumnSplitAttribute;
方法or属性:declare class ColumnSplitAttribute
旧版本信息:
类名:ColumnSplitAttribute;
方法or属性:declare class ColumnSplitAttribute
新版本信息:crossplatform
column_split.d.ts
跨平台能力有变化 类名:ColumnSplitAttribute;
方法or属性:resizeable(value: boolean): ColumnSplitAttribute;
旧版本信息:
类名:ColumnSplitAttribute;
方法or属性:resizeable(value: boolean): ColumnSplitAttribute;
新版本信息:crossplatform
column_split.d.ts
跨平台能力有变化 类名:Configuration;
方法or属性:declare interface Configuration
旧版本信息:
类名:Configuration;
方法or属性:declare interface Configuration
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:Configuration;
方法or属性:readonly colorMode: string;
旧版本信息:
类名:Configuration;
方法or属性:readonly colorMode: string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:Configuration;
方法or属性:readonly fontScale: number;
旧版本信息:
类名:Configuration;
方法or属性:readonly fontScale: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:Rectangle;
方法or属性:declare interface Rectangle
旧版本信息:
类名:Rectangle;
方法or属性:declare interface Rectangle
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:Rectangle;
方法or属性:x?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:x?: Length;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:Rectangle;
方法or属性:y?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:y?: Length;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:Rectangle;
方法or属性:width?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:width?: Length;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:Rectangle;
方法or属性:height?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:height?: Length;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AnimateParam;
方法or属性:declare interface AnimateParam
旧版本信息:
类名:AnimateParam;
方法or属性:declare interface AnimateParam
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AnimateParam;
方法or属性:duration?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:duration?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sharedTransitionOptions;
方法or属性:duration?: number;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:duration?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AnimateParam;
方法or属性:tempo?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:tempo?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AnimateParam;
方法or属性:curve?: Curve | string | ICurve;
旧版本信息:
类名:AnimateParam;
方法or属性:curve?: Curve | string | ICurve;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sharedTransitionOptions;
方法or属性:curve?: Curve | string | ICurve;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:curve?: Curve | string | ICurve;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AnimateParam;
方法or属性:delay?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:delay?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sharedTransitionOptions;
方法or属性:delay?: number;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:delay?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AnimateParam;
方法or属性:iterations?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:iterations?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AnimateParam;
方法or属性:playMode?: PlayMode;
旧版本信息:
类名:AnimateParam;
方法or属性:playMode?: PlayMode;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AnimateParam;
方法or属性:onFinish?: () => void;
旧版本信息:
类名:AnimateParam;
方法or属性:onFinish?: () => void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ICurve;
方法or属性:interface ICurve
旧版本信息:
类名:ICurve;
方法or属性:interface ICurve
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ICurve;
方法or属性:interpolate(fraction: number): number;
旧版本信息:
类名:ICurve;
方法or属性:interpolate(fraction: number): number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:MotionPathOptions;
方法or属性:declare interface MotionPathOptions
旧版本信息:
类名:MotionPathOptions;
方法or属性:declare interface MotionPathOptions
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:MotionPathOptions;
方法or属性:path: string;
旧版本信息:
类名:MotionPathOptions;
方法or属性:path: string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:MotionPathOptions;
方法or属性:from?: number;
旧版本信息:
类名:MotionPathOptions;
方法or属性:from?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:MotionPathOptions;
方法or属性:to?: number;
旧版本信息:
类名:MotionPathOptions;
方法or属性:to?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:MotionPathOptions;
方法or属性:rotatable?: boolean;
旧版本信息:
类名:MotionPathOptions;
方法or属性:rotatable?: boolean;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sharedTransitionOptions;
方法or属性:declare interface sharedTransitionOptions
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:declare interface sharedTransitionOptions
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sharedTransitionOptions;
方法or属性:motionPath?: MotionPathOptions;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:motionPath?: MotionPathOptions;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sharedTransitionOptions;
方法or属性:zIndex?: number;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:zIndex?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:sharedTransitionOptions;
方法or属性:type?: SharedTransitionEffectType;
旧版本信息:
类名:sharedTransitionOptions;
方法or属性:type?: SharedTransitionEffectType;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TranslateOptions;
方法or属性:declare interface TranslateOptions
旧版本信息:
类名:TranslateOptions;
方法or属性:declare interface TranslateOptions
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TranslateOptions;
方法or属性:x?: number | string;
旧版本信息:
类名:TranslateOptions;
方法or属性:x?: number | string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TranslateOptions;
方法or属性:y?: number | string;
旧版本信息:
类名:TranslateOptions;
方法or属性:y?: number | string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TranslateOptions;
方法or属性:z?: number | string;
旧版本信息:
类名:TranslateOptions;
方法or属性:z?: number | string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ScaleOptions;
方法or属性:declare interface ScaleOptions
旧版本信息:
类名:ScaleOptions;
方法or属性:declare interface ScaleOptions
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ScaleOptions;
方法or属性:x?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:x?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RotateOptions;
方法or属性:x?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:x?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ScaleOptions;
方法or属性:y?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:y?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RotateOptions;
方法or属性:y?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:y?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ScaleOptions;
方法or属性:z?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:z?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RotateOptions;
方法or属性:z?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:z?: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ScaleOptions;
方法or属性:centerX?: number | string;
旧版本信息:
类名:ScaleOptions;
方法or属性:centerX?: number | string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RotateOptions;
方法or属性:centerX?: number | string;
旧版本信息:
类名:RotateOptions;
方法or属性:centerX?: number | string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ScaleOptions;
方法or属性:centerY?: number | string;
旧版本信息:
类名:ScaleOptions;
方法or属性:centerY?: number | string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RotateOptions;
方法or属性:centerY?: number | string;
旧版本信息:
类名:RotateOptions;
方法or属性:centerY?: number | string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AlignRuleOption;
方法or属性:declare interface AlignRuleOption
旧版本信息:
类名:AlignRuleOption;
方法or属性:declare interface AlignRuleOption
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AlignRuleOption;
方法or属性:left?: { anchor: string, align: HorizontalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:left?: { anchor: string, align: HorizontalAlign };
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AlignRuleOption;
方法or属性:right?: { anchor: string, align: HorizontalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:right?: { anchor: string, align: HorizontalAlign };
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AlignRuleOption;
方法or属性:middle?: { anchor: string, align: HorizontalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:middle?: { anchor: string, align: HorizontalAlign };
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AlignRuleOption;
方法or属性:top?: { anchor: string, align: VerticalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:top?: { anchor: string, align: VerticalAlign };
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AlignRuleOption;
方法or属性:center?: { anchor: string, align: VerticalAlign };
旧版本信息:
类名:AlignRuleOption;
方法or属性:center?: { anchor: string, align: VerticalAlign };
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RotateOptions;
方法or属性:declare interface RotateOptions
旧版本信息:
类名:RotateOptions;
方法or属性:declare interface RotateOptions
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RotateOptions;
方法or属性:angle: number | string;
旧版本信息:
类名:RotateOptions;
方法or属性:angle: number | string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ItemDragInfo;
方法or属性:declare interface ItemDragInfo
旧版本信息:
类名:ItemDragInfo;
方法or属性:declare interface ItemDragInfo
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ItemDragInfo;
方法or属性:x: number;
旧版本信息:
类名:ItemDragInfo;
方法or属性:x: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ClickEvent;
方法or属性:x: number;
旧版本信息:
类名:ClickEvent;
方法or属性:x: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchObject;
方法or属性:x: number;
旧版本信息:
类名:TouchObject;
方法or属性:x: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ItemDragInfo;
方法or属性:y: number;
旧版本信息:
类名:ItemDragInfo;
方法or属性:y: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ClickEvent;
方法or属性:y: number;
旧版本信息:
类名:ClickEvent;
方法or属性:y: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchObject;
方法or属性:y: number;
旧版本信息:
类名:TouchObject;
方法or属性:y: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:focusControl;
方法or属性:function requestFocus(value: string): boolean;
旧版本信息:
类名:focusControl;
方法or属性:function requestFocus(value: string): boolean;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:EventTarget;
方法or属性:declare interface EventTarget
旧版本信息:
类名:EventTarget;
方法or属性:declare interface EventTarget
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:EventTarget;
方法or属性:area: Area;
旧版本信息:
类名:EventTarget;
方法or属性:area: Area;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:SourceType;
方法or属性:declare enum SourceType
旧版本信息:
类名:SourceType;
方法or属性:declare enum SourceType
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:SourceType;
方法or属性:Unknown
旧版本信息:
类名:SourceType;
方法or属性:Unknown
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:SourceTool;
方法or属性:Unknown
旧版本信息:
类名:SourceTool;
方法or属性:Unknown
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:SourceType;
方法or属性:Mouse
旧版本信息:
类名:SourceType;
方法or属性:Mouse
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:SourceType;
方法or属性:TouchScreen
旧版本信息:
类名:SourceType;
方法or属性:TouchScreen
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:SourceTool;
方法or属性:declare enum SourceTool
旧版本信息:
类名:SourceTool;
方法or属性:declare enum SourceTool
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RepeatMode;
方法or属性:declare enum RepeatMode
旧版本信息:
类名:RepeatMode;
方法or属性:declare enum RepeatMode
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RepeatMode;
方法or属性:Repeat
旧版本信息:
类名:RepeatMode;
方法or属性:Repeat
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RepeatMode;
方法or属性:Stretch
旧版本信息:
类名:RepeatMode;
方法or属性:Stretch
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RepeatMode;
方法or属性:Round
旧版本信息:
类名:RepeatMode;
方法or属性:Round
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:RepeatMode;
方法or属性:Space
旧版本信息:
类名:RepeatMode;
方法or属性:Space
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BlurStyle;
方法or属性:declare enum BlurStyle
旧版本信息:
类名:BlurStyle;
方法or属性:declare enum BlurStyle
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BlurStyle;
方法or属性:Thin
旧版本信息:
类名:BlurStyle;
方法or属性:Thin
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BlurStyle;
方法or属性:Regular
旧版本信息:
类名:BlurStyle;
方法or属性:Regular
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BlurStyle;
方法or属性:Thick
旧版本信息:
类名:BlurStyle;
方法or属性:Thick
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BaseEvent;
方法or属性:declare interface BaseEvent
旧版本信息:
类名:BaseEvent;
方法or属性:declare interface BaseEvent
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BaseEvent;
方法or属性:target: EventTarget;
旧版本信息:
类名:BaseEvent;
方法or属性:target: EventTarget;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BaseEvent;
方法or属性:timestamp: number;
旧版本信息:
类名:BaseEvent;
方法or属性:timestamp: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:timestamp: number;
旧版本信息:
类名:KeyEvent;
方法or属性:timestamp: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BaseEvent;
方法or属性:source: SourceType;
旧版本信息:
类名:BaseEvent;
方法or属性:source: SourceType;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BaseEvent;
方法or属性:pressure: number;
旧版本信息:
类名:BaseEvent;
方法or属性:pressure: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BaseEvent;
方法or属性:tiltX: number;
旧版本信息:
类名:BaseEvent;
方法or属性:tiltX: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BaseEvent;
方法or属性:tiltY: number;
旧版本信息:
类名:BaseEvent;
方法or属性:tiltY: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BaseEvent;
方法or属性:sourceTool: SourceTool;
旧版本信息:
类名:BaseEvent;
方法or属性:sourceTool: SourceTool;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BorderImageOption;
方法or属性:declare interface BorderImageOption
旧版本信息:
类名:BorderImageOption;
方法or属性:declare interface BorderImageOption
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BorderImageOption;
方法or属性:slice?: Length | EdgeWidths,
旧版本信息:
类名:BorderImageOption;
方法or属性:slice?: Length | EdgeWidths,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BorderImageOption;
方法or属性:repeat?: RepeatMode,
旧版本信息:
类名:BorderImageOption;
方法or属性:repeat?: RepeatMode,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BorderImageOption;
方法or属性:source?: string | Resource | LinearGradient,
旧版本信息:
类名:BorderImageOption;
方法or属性:source?: string | Resource | LinearGradient,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BorderImageOption;
方法or属性:width?: Length | EdgeWidths,
旧版本信息:
类名:BorderImageOption;
方法or属性:width?: Length | EdgeWidths,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BorderImageOption;
方法or属性:outset?: Length | EdgeWidths,
旧版本信息:
类名:BorderImageOption;
方法or属性:outset?: Length | EdgeWidths,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:BorderImageOption;
方法or属性:fill?: boolean
旧版本信息:
类名:BorderImageOption;
方法or属性:fill?: boolean
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:ClickEvent;
方法or属性:declare interface ClickEvent
旧版本信息:
类名:ClickEvent;
方法or属性:declare interface ClickEvent
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchEvent;
方法or属性:stopPropagation: () => void;
旧版本信息:
类名:TouchEvent;
方法or属性:stopPropagation: () => void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:stopPropagation: () => void;
旧版本信息:
类名:KeyEvent;
方法or属性:stopPropagation: () => void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchObject;
方法or属性:declare interface TouchObject
旧版本信息:
类名:TouchObject;
方法or属性:declare interface TouchObject
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchObject;
方法or属性:type: TouchType;
旧版本信息:
类名:TouchObject;
方法or属性:type: TouchType;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchEvent;
方法or属性:type: TouchType;
旧版本信息:
类名:TouchEvent;
方法or属性:type: TouchType;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchObject;
方法or属性:id: number;
旧版本信息:
类名:TouchObject;
方法or属性:id: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchEvent;
方法or属性:declare interface TouchEvent
旧版本信息:
类名:TouchEvent;
方法or属性:declare interface TouchEvent
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchEvent;
方法or属性:touches: TouchObject[];
旧版本信息:
类名:TouchEvent;
方法or属性:touches: TouchObject[];
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:TouchEvent;
方法or属性:changedTouches: TouchObject[];
旧版本信息:
类名:TouchEvent;
方法or属性:changedTouches: TouchObject[];
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:declare interface KeyEvent
旧版本信息:
类名:KeyEvent;
方法or属性:declare interface KeyEvent
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:type: KeyType;
旧版本信息:
类名:KeyEvent;
方法or属性:type: KeyType;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:keyCode: number;
旧版本信息:
类名:KeyEvent;
方法or属性:keyCode: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:keyText: string;
旧版本信息:
类名:KeyEvent;
方法or属性:keyText: string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:keySource: KeySource;
旧版本信息:
类名:KeyEvent;
方法or属性:keySource: KeySource;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:deviceId: number;
旧版本信息:
类名:KeyEvent;
方法or属性:deviceId: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:KeyEvent;
方法or属性:metaKey: number;
旧版本信息:
类名:KeyEvent;
方法or属性:metaKey: number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:StateStyles;
方法or属性:declare interface StateStyles
旧版本信息:
类名:StateStyles;
方法or属性:declare interface StateStyles
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:StateStyles;
方法or属性:normal?: any;
旧版本信息:
类名:StateStyles;
方法or属性:normal?: any;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:StateStyles;
方法or属性:pressed?: any;
旧版本信息:
类名:StateStyles;
方法or属性:pressed?: any;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:StateStyles;
方法or属性:disabled?: any;
旧版本信息:
类名:StateStyles;
方法or属性:disabled?: any;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:StateStyles;
方法or属性:focused?: any;
旧版本信息:
类名:StateStyles;
方法or属性:focused?: any;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:StateStyles;
方法or属性:clicked?: any;
旧版本信息:
类名:StateStyles;
方法or属性:clicked?: any;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:PopupOptions;
方法or属性:declare interface PopupOptions
旧版本信息:
类名:PopupOptions;
方法or属性:declare interface PopupOptions
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:PopupOptions;
方法or属性:message: string;
旧版本信息:
类名:PopupOptions;
方法or属性:message: string;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:PopupOptions;
方法or属性:primaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:PopupOptions;
方法or属性:primaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:PopupOptions;
方法or属性:secondaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
旧版本信息:
类名:PopupOptions;
方法or属性:secondaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:PopupOptions;
方法or属性:onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
旧版本信息:
类名:PopupOptions;
方法or属性:onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:PopupOptions;
方法or属性:arrowOffset?: Length;
旧版本信息:
类名:PopupOptions;
方法or属性:arrowOffset?: Length;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:arrowOffset?: Length;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:arrowOffset?: Length;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:PopupOptions;
方法or属性:showInSubWindow?: boolean;
旧版本信息:
类名:PopupOptions;
方法or属性:showInSubWindow?: boolean;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:showInSubWindow?: boolean;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:showInSubWindow?: boolean;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:declare interface CustomPopupOptions
旧版本信息:
类名:CustomPopupOptions;
方法or属性:declare interface CustomPopupOptions
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:builder: CustomBuilder;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:builder: CustomBuilder;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:placement?: Placement;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:placement?: Placement;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:popupColor?: Color | string | Resource | number;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:popupColor?: Color | string | Resource | number;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:enableArrow?: boolean;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:enableArrow?: boolean;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomPopupOptions;
方法or属性:autoCancel?: boolean;
旧版本信息:
类名:CustomPopupOptions;
方法or属性:autoCancel?: boolean;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:declare class CommonMethod
旧版本信息:
类名:CommonMethod;
方法or属性:declare class CommonMethod
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:width(value: Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:width(value: Length): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:height(value: Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:height(value: Length): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:responseRegion(value: Array<Rectangle> | Rectangle): T;
旧版本信息:
类名:CommonMethod;
方法or属性:responseRegion(value: Array<Rectangle> | Rectangle): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:size(value: SizeOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:size(value: SizeOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:constraintSize(value: ConstraintSizeOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:constraintSize(value: ConstraintSizeOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:hitTestBehavior(value: HitTestMode): T;
旧版本信息:
类名:CommonMethod;
方法or属性:hitTestBehavior(value: HitTestMode): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:layoutWeight(value: number | string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:layoutWeight(value: number | string): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:padding(value: Padding | Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:padding(value: Padding | Length): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:margin(value: Margin | Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:margin(value: Margin | Length): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:backgroundColor(value: ResourceColor): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundColor(value: ResourceColor): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:backgroundImageSize(value: SizeOptions | ImageSize): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundImageSize(value: SizeOptions | ImageSize): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:backgroundImagePosition(value: Position | Alignment): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundImagePosition(value: Position | Alignment): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:opacity(value: number | Resource): T;
旧版本信息:
类名:CommonMethod;
方法or属性:opacity(value: number | Resource): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:border(value: BorderOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:border(value: BorderOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:borderStyle(value: BorderStyle | EdgeStyles): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderStyle(value: BorderStyle | EdgeStyles): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:borderWidth(value: Length | EdgeWidths): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderWidth(value: Length | EdgeWidths): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:borderColor(value: ResourceColor | EdgeColors): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderColor(value: ResourceColor | EdgeColors): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:borderRadius(value: Length | BorderRadiuses): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderRadius(value: Length | BorderRadiuses): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:borderImage(value: BorderImageOption): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderImage(value: BorderImageOption): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onClick(event: (event: ClickEvent) => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onClick(event: (event: ClickEvent) => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:hoverEffect(value: HoverEffect): T;
旧版本信息:
类名:CommonMethod;
方法or属性:hoverEffect(value: HoverEffect): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onTouch(event: (event: TouchEvent) => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onTouch(event: (event: TouchEvent) => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onKeyEvent(event: (event: KeyEvent) => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onKeyEvent(event: (event: KeyEvent) => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:focusable(value: boolean): T;
旧版本信息:
类名:CommonMethod;
方法or属性:focusable(value: boolean): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onFocus(event: () => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onFocus(event: () => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onBlur(event: () => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onBlur(event: () => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:tabIndex(index: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:tabIndex(index: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:defaultFocus(value: boolean): T;
旧版本信息:
类名:CommonMethod;
方法or属性:defaultFocus(value: boolean): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:groupDefaultFocus(value: boolean): T;
旧版本信息:
类名:CommonMethod;
方法or属性:groupDefaultFocus(value: boolean): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:focusOnTouch(value: boolean): T;
旧版本信息:
类名:CommonMethod;
方法or属性:focusOnTouch(value: boolean): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:animation(value: AnimateParam): T;
旧版本信息:
类名:CommonMethod;
方法or属性:animation(value: AnimateParam): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:transition(value: TransitionOptions | TransitionEffect): T;
旧版本信息:
类名:CommonMethod;
方法or属性:transition(value: TransitionOptions | TransitionEffect): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:gesture(gesture: GestureType, mask?: GestureMask): T;
旧版本信息:
类名:CommonMethod;
方法or属性:gesture(gesture: GestureType, mask?: GestureMask): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:priorityGesture(gesture: GestureType, mask?: GestureMask): T;
旧版本信息:
类名:CommonMethod;
方法or属性:priorityGesture(gesture: GestureType, mask?: GestureMask): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:parallelGesture(gesture: GestureType, mask?: GestureMask): T;
旧版本信息:
类名:CommonMethod;
方法or属性:parallelGesture(gesture: GestureType, mask?: GestureMask): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:blur(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:blur(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:brightness(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:brightness(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:contrast(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:contrast(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:grayscale(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:grayscale(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:colorBlend(value: Color | string | Resource): T;
旧版本信息:
类名:CommonMethod;
方法or属性:colorBlend(value: Color | string | Resource): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:saturate(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:saturate(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:sepia(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:sepia(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:invert(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:invert(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:hueRotate(value: number | string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:hueRotate(value: number | string): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:backdropBlur(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backdropBlur(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:translate(value: TranslateOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:translate(value: TranslateOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:scale(value: ScaleOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:scale(value: ScaleOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:gridSpan(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:gridSpan(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:gridOffset(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:gridOffset(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:rotate(value: RotateOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:rotate(value: RotateOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:transform(value: object): T;
旧版本信息:
类名:CommonMethod;
方法or属性:transform(value: object): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onAppear(event: () => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onAppear(event: () => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onDisAppear(event: () => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onDisAppear(event: () => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:visibility(value: Visibility): T;
旧版本信息:
类名:CommonMethod;
方法or属性:visibility(value: Visibility): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:flexGrow(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:flexGrow(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:flexShrink(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:flexShrink(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:flexBasis(value: number | string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:flexBasis(value: number | string): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:alignSelf(value: ItemAlign): T;
旧版本信息:
类名:CommonMethod;
方法or属性:alignSelf(value: ItemAlign): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:displayPriority(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:displayPriority(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:zIndex(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:zIndex(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:sharedTransition(id: string, options?: sharedTransitionOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:sharedTransition(id: string, options?: sharedTransitionOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:direction(value: Direction): T;
旧版本信息:
类名:CommonMethod;
方法or属性:direction(value: Direction): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:align(value: Alignment): T;
旧版本信息:
类名:CommonMethod;
方法or属性:align(value: Alignment): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:position(value: Position): T;
旧版本信息:
类名:CommonMethod;
方法or属性:position(value: Position): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:markAnchor(value: Position): T;
旧版本信息:
类名:CommonMethod;
方法or属性:markAnchor(value: Position): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:offset(value: Position): T;
旧版本信息:
类名:CommonMethod;
方法or属性:offset(value: Position): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:enabled(value: boolean): T;
旧版本信息:
类名:CommonMethod;
方法or属性:enabled(value: boolean): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:alignRules(value: AlignRuleOption): T;
旧版本信息:
类名:CommonMethod;
方法or属性:alignRules(value: AlignRuleOption): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:aspectRatio(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:aspectRatio(value: number): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:overlay(value: string | CustomBuilder, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
旧版本信息:
类名:CommonMethod;
方法or属性:overlay(value: string | CustomBuilder, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:linearGradient(value: {
angle?: number | string;
direction?: GradientDirection;
colors: Array<any>;
repeating?: boolean;
}): T;
旧版本信息:
类名:CommonMethod;
方法or属性:linearGradient(value: {
angle?: number | string;
direction?: GradientDirection;
colors: Array<any>;
repeating?: boolean;
}): T;
新版本信息:crossplatform
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;
旧版本信息:
类名:CommonMethod;
方法or属性:sweepGradient(value: {
center: Array<any>;
start?: number | string;
end?: number | string;
rotation?: number | string;
colors: Array<any>;
repeating?: boolean;
}): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:radialGradient(value: { center: Array<any>; radius: number | string; colors: Array<any>; repeating?: boolean }): T;
旧版本信息:
类名:CommonMethod;
方法or属性:radialGradient(value: { center: Array<any>; radius: number | string; colors: Array<any>; repeating?: boolean }): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:motionPath(value: MotionPathOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:motionPath(value: MotionPathOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:shadow(value: ShadowOptions | ShadowStyle): T;
旧版本信息:
类名:CommonMethod;
方法or属性:shadow(value: ShadowOptions | ShadowStyle): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:clip(value: boolean | CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T;
旧版本信息:
类名:CommonMethod;
方法or属性:clip(value: boolean | CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:mask(value: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute | ProgressMask): T;
旧版本信息:
类名:CommonMethod;
方法or属性:mask(value: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute | ProgressMask): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:id(value: string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:id(value: string): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:geometryTransition(id: string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:geometryTransition(id: string): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:bindMenu(
content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] | CustomBuilder,
options?: MenuOptions
): T;
旧版本信息:
类名:CommonMethod;
方法or属性:bindMenu(
content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] | CustomBuilder,
options?: MenuOptions
): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:stateStyles(value: StateStyles): T;
旧版本信息:
类名:CommonMethod;
方法or属性:stateStyles(value: StateStyles): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonMethod;
方法or属性:onVisibleAreaChange(ratios: Array<number>, event: (isVisible: boolean, currentRatio: number) => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onVisibleAreaChange(ratios: Array<number>, event: (isVisible: boolean, currentRatio: number) => void): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonAttribute;
方法or属性:declare class CommonAttribute
旧版本信息:
类名:CommonAttribute;
方法or属性:declare class CommonAttribute
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonInterface;
方法or属性:interface CommonInterface
旧版本信息:
类名:CommonInterface;
方法or属性:interface CommonInterface
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:declare class CommonShapeMethod
旧版本信息:
类名:CommonShapeMethod;
方法or属性:declare class CommonShapeMethod
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:stroke(value: ResourceColor): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:stroke(value: ResourceColor): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:fill(value: ResourceColor): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:fill(value: ResourceColor): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:strokeDashOffset(value: number | string): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeDashOffset(value: number | string): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:strokeLineCap(value: LineCapStyle): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeLineCap(value: LineCapStyle): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:strokeLineJoin(value: LineJoinStyle): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeLineJoin(value: LineJoinStyle): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:strokeMiterLimit(value: number | string): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeMiterLimit(value: number | string): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:strokeOpacity(value: number | string | Resource): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeOpacity(value: number | string | Resource): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:fillOpacity(value: number | string | Resource): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:fillOpacity(value: number | string | Resource): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:strokeWidth(value: Length): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeWidth(value: Length): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:antiAlias(value: boolean): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:antiAlias(value: boolean): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CommonShapeMethod;
方法or属性:strokeDashArray(value: Array<any>): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeDashArray(value: Array<any>): T;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LinearGradient;
方法or属性:declare interface LinearGradient
旧版本信息:
类名:LinearGradient;
方法or属性:declare interface LinearGradient
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutBorderInfo;
方法or属性:declare interface LayoutBorderInfo
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:declare interface LayoutBorderInfo
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutBorderInfo;
方法or属性:borderWidth: EdgeWidths;
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:borderWidth: EdgeWidths;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutBorderInfo;
方法or属性:margin: Margin,
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:margin: Margin,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutBorderInfo;
方法or属性:padding: Padding,
旧版本信息:
类名:LayoutBorderInfo;
方法or属性:padding: Padding,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutInfo;
方法or属性:declare interface LayoutInfo
旧版本信息:
类名:LayoutInfo;
方法or属性:declare interface LayoutInfo
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutInfo;
方法or属性:position: Position,
旧版本信息:
类名:LayoutInfo;
方法or属性:position: Position,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutChild;
方法or属性:position: Position,
旧版本信息:
类名:LayoutChild;
方法or属性:position: Position,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutInfo;
方法or属性:constraint: ConstraintSizeOptions,
旧版本信息:
类名:LayoutInfo;
方法or属性:constraint: ConstraintSizeOptions,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutChild;
方法or属性:constraint: ConstraintSizeOptions,
旧版本信息:
类名:LayoutChild;
方法or属性:constraint: ConstraintSizeOptions,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutChild;
方法or属性:declare interface LayoutChild
旧版本信息:
类名:LayoutChild;
方法or属性:declare interface LayoutChild
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutChild;
方法or属性:name: string,
旧版本信息:
类名:LayoutChild;
方法or属性:name: string,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutChild;
方法or属性:id: string,
旧版本信息:
类名:LayoutChild;
方法or属性:id: string,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutChild;
方法or属性:borderInfo: LayoutBorderInfo,
旧版本信息:
类名:LayoutChild;
方法or属性:borderInfo: LayoutBorderInfo,
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutChild;
方法or属性:measure(childConstraint: ConstraintSizeOptions),
旧版本信息:
类名:LayoutChild;
方法or属性:measure(childConstraint: ConstraintSizeOptions),
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:LayoutChild;
方法or属性:layout(childLayoutInfo: LayoutInfo),
旧版本信息:
类名:LayoutChild;
方法or属性:layout(childLayoutInfo: LayoutInfo),
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomComponent;
方法or属性:declare class CustomComponent
旧版本信息:
类名:CustomComponent;
方法or属性:declare class CustomComponent
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomComponent;
方法or属性:build(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:build(): void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomComponent;
方法or属性:aboutToAppear?(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:aboutToAppear?(): void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomComponent;
方法or属性:aboutToDisappear?(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:aboutToDisappear?(): void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomComponent;
方法or属性:onPageShow?(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:onPageShow?(): void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomComponent;
方法or属性:onPageHide?(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:onPageHide?(): void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomComponent;
方法or属性:onBackPress?(): void | boolean;
旧版本信息:
类名:CustomComponent;
方法or属性:onBackPress?(): void | boolean;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:CustomComponent;
方法or属性:pageTransition?(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:pageTransition?(): void;
新版本信息:crossplatform
common.d.ts
跨平台能力有变化 类名:AppStorage;
方法or属性:declare class AppStorage
旧版本信息:
类名:AppStorage;
方法or属性:declare class AppStorage
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:SubscribedAbstractProperty;
方法or属性:declare abstract class SubscribedAbstractProperty
旧版本信息:
类名:SubscribedAbstractProperty;
方法or属性:declare abstract class SubscribedAbstractProperty
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:SubscribedAbstractProperty;
方法or属性:info(): string;
旧版本信息:
类名:SubscribedAbstractProperty;
方法or属性:info(): string;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:SubscribedAbstractProperty;
方法or属性:abstract get(): T;
旧版本信息:
类名:SubscribedAbstractProperty;
方法or属性:abstract get(): T;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:SubscribedAbstractProperty;
方法or属性:abstract set(newValue: T): void;
旧版本信息:
类名:SubscribedAbstractProperty;
方法or属性:abstract set(newValue: T): void;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:Environment;
方法or属性:declare class Environment
旧版本信息:
类名:Environment;
方法or属性:declare class Environment
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:PersistentStorage;
方法or属性:declare class PersistentStorage
旧版本信息:
类名:PersistentStorage;
方法or属性:declare class PersistentStorage
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:declare class LocalStorage
旧版本信息:
类名:LocalStorage;
方法or属性:declare class LocalStorage
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:constructor(initializingProperties?: Object);
旧版本信息:
类名:LocalStorage;
方法or属性:constructor(initializingProperties?: Object);
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:has(propName: string): boolean;
旧版本信息:
类名:LocalStorage;
方法or属性:has(propName: string): boolean;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:keys(): IterableIterator<string>;
旧版本信息:
类名:LocalStorage;
方法or属性:keys(): IterableIterator<string>;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:size(): number;
旧版本信息:
类名:LocalStorage;
方法or属性:size(): number;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:get<T>(propName: string): T | undefined;
旧版本信息:
类名:LocalStorage;
方法or属性:get<T>(propName: string): T | undefined;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:set<T>(propName: string, newValue: T): boolean;
旧版本信息:
类名:LocalStorage;
方法or属性:set<T>(propName: string, newValue: T): boolean;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:setOrCreate<T>(propName: string, newValue: T): boolean;
旧版本信息:
类名:LocalStorage;
方法or属性:setOrCreate<T>(propName: string, newValue: T): boolean;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:link<T>(propName: string): SubscribedAbstractProperty<T>;
旧版本信息:
类名:LocalStorage;
方法or属性:link<T>(propName: string): SubscribedAbstractProperty<T>;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:setAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;
旧版本信息:
类名:LocalStorage;
方法or属性:setAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:prop<S>(propName: string): SubscribedAbstractProperty<S>;
旧版本信息:
类名:LocalStorage;
方法or属性:prop<S>(propName: string): SubscribedAbstractProperty<S>;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:setAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>;
旧版本信息:
类名:LocalStorage;
方法or属性:setAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:delete(propName: string): boolean;
旧版本信息:
类名:LocalStorage;
方法or属性:delete(propName: string): boolean;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:LocalStorage;
方法or属性:clear(): boolean;
旧版本信息:
类名:LocalStorage;
方法or属性:clear(): boolean;
新版本信息:crossplatform
common_ts_ets_api.d.ts
跨平台能力有变化 类名:ContextMenu;
方法or属性:declare class ContextMenu
旧版本信息:
类名:ContextMenu;
方法or属性:declare class ContextMenu
新版本信息:crossplatform
context_menu.d.ts
跨平台能力有变化 类名:ContextMenu;
方法or属性:static close();
旧版本信息:
类名:ContextMenu;
方法or属性:static close();
新版本信息:crossplatform
context_menu.d.ts
跨平台能力有变化 类名:CounterInterface;
方法or属性:interface CounterInterface
旧版本信息:
类名:CounterInterface;
方法or属性:interface CounterInterface
新版本信息:crossplatform
counter.d.ts
跨平台能力有变化 类名:CounterInterface;
方法or属性:(): CounterAttribute;
旧版本信息:
类名:CounterInterface;
方法or属性:(): CounterAttribute;
新版本信息:crossplatform
counter.d.ts
跨平台能力有变化 类名:CounterAttribute;
方法or属性:declare class CounterAttribute
旧版本信息:
类名:CounterAttribute;
方法or属性:declare class CounterAttribute
新版本信息:crossplatform
counter.d.ts
跨平台能力有变化 类名:CounterAttribute;
方法or属性:onInc(event: () => void): CounterAttribute;
旧版本信息:
类名:CounterAttribute;
方法or属性:onInc(event: () => void): CounterAttribute;
新版本信息:crossplatform
counter.d.ts
跨平台能力有变化 类名:CounterAttribute;
方法or属性:onDec(event: () => void): CounterAttribute;
旧版本信息:
类名:CounterAttribute;
方法or属性:onDec(event: () => void): CounterAttribute;
新版本信息:crossplatform
counter.d.ts
跨平台能力有变化 类名:CustomDialogControllerOptions;
方法or属性:declare interface CustomDialogControllerOptions
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:declare interface CustomDialogControllerOptions
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogControllerOptions;
方法or属性:builder: any;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:builder: any;
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogControllerOptions;
方法or属性:cancel?: () => void;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:cancel?: () => void;
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogControllerOptions;
方法or属性:autoCancel?: boolean;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:autoCancel?: boolean;
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogControllerOptions;
方法or属性:alignment?: DialogAlignment;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:alignment?: DialogAlignment;
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogControllerOptions;
方法or属性:offset?: Offset;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:offset?: Offset;
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogControllerOptions;
方法or属性:customStyle?: boolean;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:customStyle?: boolean;
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogControllerOptions;
方法or属性:gridCount?: number;
旧版本信息:
类名:CustomDialogControllerOptions;
方法or属性:gridCount?: number;
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogController;
方法or属性:declare class CustomDialogController
旧版本信息:
类名:CustomDialogController;
方法or属性:declare class CustomDialogController
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogController;
方法or属性:constructor(value: CustomDialogControllerOptions);
旧版本信息:
类名:CustomDialogController;
方法or属性:constructor(value: CustomDialogControllerOptions);
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogController;
方法or属性:open();
旧版本信息:
类名:CustomDialogController;
方法or属性:open();
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:CustomDialogController;
方法or属性:close();
旧版本信息:
类名:CustomDialogController;
方法or属性:close();
新版本信息:crossplatform
custom_dialog_controller.d.ts
跨平台能力有变化 类名:DataPanelType;
方法or属性:declare enum DataPanelType
旧版本信息:
类名:DataPanelType;
方法or属性:declare enum DataPanelType
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelType;
方法or属性:Line
旧版本信息:
类名:DataPanelType;
方法or属性:Line
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelType;
方法or属性:Circle
旧版本信息:
类名:DataPanelType;
方法or属性:Circle
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelOptions;
方法or属性:declare interface DataPanelOptions
旧版本信息:
类名:DataPanelOptions;
方法or属性:declare interface DataPanelOptions
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelOptions;
方法or属性:values: number[];
旧版本信息:
类名:DataPanelOptions;
方法or属性:values: number[];
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelOptions;
方法or属性:max?: number;
旧版本信息:
类名:DataPanelOptions;
方法or属性:max?: number;
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelOptions;
方法or属性:type?: DataPanelType;
旧版本信息:
类名:DataPanelOptions;
方法or属性:type?: DataPanelType;
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelInterface;
方法or属性:interface DataPanelInterface
旧版本信息:
类名:DataPanelInterface;
方法or属性:interface DataPanelInterface
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelInterface;
方法or属性:(options: DataPanelOptions): DataPanelAttribute;
旧版本信息:
类名:DataPanelInterface;
方法or属性:(options: DataPanelOptions): DataPanelAttribute;
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelAttribute;
方法or属性:declare class DataPanelAttribute
旧版本信息:
类名:DataPanelAttribute;
方法or属性:declare class DataPanelAttribute
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DataPanelAttribute;
方法or属性:closeEffect(value: boolean): DataPanelAttribute;
旧版本信息:
类名:DataPanelAttribute;
方法or属性:closeEffect(value: boolean): DataPanelAttribute;
新版本信息:crossplatform
data_panel.d.ts
跨平台能力有变化 类名:DatePickerResult;
方法or属性:declare interface DatePickerResult
旧版本信息:
类名:DatePickerResult;
方法or属性:declare interface DatePickerResult
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerResult;
方法or属性:year?: number;
旧版本信息:
类名:DatePickerResult;
方法or属性:year?: number;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerResult;
方法or属性:month?: number;
旧版本信息:
类名:DatePickerResult;
方法or属性:month?: number;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerResult;
方法or属性:day?: number;
旧版本信息:
类名:DatePickerResult;
方法or属性:day?: number;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerOptions;
方法or属性:declare interface DatePickerOptions
旧版本信息:
类名:DatePickerOptions;
方法or属性:declare interface DatePickerOptions
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerOptions;
方法or属性:start?: Date;
旧版本信息:
类名:DatePickerOptions;
方法or属性:start?: Date;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerOptions;
方法or属性:end?: Date;
旧版本信息:
类名:DatePickerOptions;
方法or属性:end?: Date;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerOptions;
方法or属性:selected?: Date;
旧版本信息:
类名:DatePickerOptions;
方法or属性:selected?: Date;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerInterface;
方法or属性:interface DatePickerInterface
旧版本信息:
类名:DatePickerInterface;
方法or属性:interface DatePickerInterface
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerInterface;
方法or属性:(options?: DatePickerOptions): DatePickerAttribute;
旧版本信息:
类名:DatePickerInterface;
方法or属性:(options?: DatePickerOptions): DatePickerAttribute;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerAttribute;
方法or属性:declare class DatePickerAttribute
旧版本信息:
类名:DatePickerAttribute;
方法or属性:declare class DatePickerAttribute
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerAttribute;
方法or属性:lunar(value: boolean): DatePickerAttribute;
旧版本信息:
类名:DatePickerAttribute;
方法or属性:lunar(value: boolean): DatePickerAttribute;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerDialogOptions;
方法or属性:declare interface DatePickerDialogOptions
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:declare interface DatePickerDialogOptions
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerDialogOptions;
方法or属性:lunar?: boolean;
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:lunar?: boolean;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerDialogOptions;
方法or属性:onCancel?: () => void;
旧版本信息:
类名:DatePickerDialogOptions;
方法or属性:onCancel?: () => void;
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerDialog;
方法or属性:declare class DatePickerDialog
旧版本信息:
类名:DatePickerDialog;
方法or属性:declare class DatePickerDialog
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DatePickerDialog;
方法or属性:static show(options?: DatePickerDialogOptions);
旧版本信息:
类名:DatePickerDialog;
方法or属性:static show(options?: DatePickerDialogOptions);
新版本信息:crossplatform
date_picker.d.ts
跨平台能力有变化 类名:DividerInterface;
方法or属性:interface DividerInterface
旧版本信息:
类名:DividerInterface;
方法or属性:interface DividerInterface
新版本信息:crossplatform
divider.d.ts
跨平台能力有变化 类名:DividerInterface;
方法or属性:(): DividerAttribute;
旧版本信息:
类名:DividerInterface;
方法or属性:(): DividerAttribute;
新版本信息:crossplatform
divider.d.ts
跨平台能力有变化 类名:DividerAttribute;
方法or属性:declare class DividerAttribute
旧版本信息:
类名:DividerAttribute;
方法or属性:declare class DividerAttribute
新版本信息:crossplatform
divider.d.ts
跨平台能力有变化 类名:DividerAttribute;
方法or属性:vertical(value: boolean): DividerAttribute;
旧版本信息:
类名:DividerAttribute;
方法or属性:vertical(value: boolean): DividerAttribute;
新版本信息:crossplatform
divider.d.ts
跨平台能力有变化 类名:DividerAttribute;
方法or属性:color(value: ResourceColor): DividerAttribute;
旧版本信息:
类名:DividerAttribute;
方法or属性:color(value: ResourceColor): DividerAttribute;
新版本信息:crossplatform
divider.d.ts
跨平台能力有变化 类名:DividerAttribute;
方法or属性:strokeWidth(value: number | string): DividerAttribute;
旧版本信息:
类名:DividerAttribute;
方法or属性:strokeWidth(value: number | string): DividerAttribute;
新版本信息:crossplatform
divider.d.ts
跨平台能力有变化 类名:DividerAttribute;
方法or属性:lineCap(value: LineCapStyle): DividerAttribute;
旧版本信息:
类名:DividerAttribute;
方法or属性:lineCap(value: LineCapStyle): DividerAttribute;
新版本信息:crossplatform
divider.d.ts
跨平台能力有变化 类名:EllipseInterface;
方法or属性:interface EllipseInterface
旧版本信息:
类名:EllipseInterface;
方法or属性:interface EllipseInterface
新版本信息:crossplatform
ellipse.d.ts
跨平台能力有变化 类名:EllipseInterface;
方法or属性:(value?: { width?: string | number; height?: string | number }): EllipseAttribute;
旧版本信息:
类名:EllipseInterface;
方法or属性:(value?: { width?: string | number; height?: string | number }): EllipseAttribute;
新版本信息:crossplatform
ellipse.d.ts
跨平台能力有变化 类名:EllipseAttribute;
方法or属性:declare class EllipseAttribute
旧版本信息:
类名:EllipseAttribute;
方法or属性:declare class EllipseAttribute
新版本信息:crossplatform
ellipse.d.ts
跨平台能力有变化 类名:Color;
方法or属性:declare enum Color
旧版本信息:
类名:Color;
方法or属性:declare enum Color
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:White
旧版本信息:
类名:Color;
方法or属性:White
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Black
旧版本信息:
类名:Color;
方法or属性:Black
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Blue
旧版本信息:
类名:Color;
方法or属性:Blue
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Brown
旧版本信息:
类名:Color;
方法or属性:Brown
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Gray
旧版本信息:
类名:Color;
方法or属性:Gray
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Green
旧版本信息:
类名:Color;
方法or属性:Green
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Grey
旧版本信息:
类名:Color;
方法or属性:Grey
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Orange
旧版本信息:
类名:Color;
方法or属性:Orange
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Pink
旧版本信息:
类名:Color;
方法or属性:Pink
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Red
旧版本信息:
类名:Color;
方法or属性:Red
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Yellow
旧版本信息:
类名:Color;
方法or属性:Yellow
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Color;
方法or属性:Transparent
旧版本信息:
类名:Color;
方法or属性:Transparent
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HitTestMode;
方法or属性:Transparent
旧版本信息:
类名:HitTestMode;
方法or属性:Transparent
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageFit;
方法or属性:declare enum ImageFit
旧版本信息:
类名:ImageFit;
方法or属性:declare enum ImageFit
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageFit;
方法or属性:Contain
旧版本信息:
类名:ImageFit;
方法or属性:Contain
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageSize;
方法or属性:Contain
旧版本信息:
类名:ImageSize;
方法or属性:Contain
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageFit;
方法or属性:Cover
旧版本信息:
类名:ImageFit;
方法or属性:Cover
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageSize;
方法or属性:Cover
旧版本信息:
类名:ImageSize;
方法or属性:Cover
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageFit;
方法or属性:Auto
旧版本信息:
类名:ImageFit;
方法or属性:Auto
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Direction;
方法or属性:Auto
旧版本信息:
类名:Direction;
方法or属性:Auto
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:BarState;
方法or属性:Auto
旧版本信息:
类名:BarState;
方法or属性:Auto
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ItemAlign;
方法or属性:Auto
旧版本信息:
类名:ItemAlign;
方法or属性:Auto
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageSize;
方法or属性:Auto
旧版本信息:
类名:ImageSize;
方法or属性:Auto
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HoverEffect;
方法or属性:Auto
旧版本信息:
类名:HoverEffect;
方法or属性:Auto
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageFit;
方法or属性:Fill
旧版本信息:
类名:ImageFit;
方法or属性:Fill
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageFit;
方法or属性:ScaleDown
旧版本信息:
类名:ImageFit;
方法or属性:ScaleDown
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageFit;
方法or属性:None
旧版本信息:
类名:ImageFit;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseButton;
方法or属性:None
旧版本信息:
类名:MouseButton;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FillMode;
方法or属性:None
旧版本信息:
类名:FillMode;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:EdgeEffect;
方法or属性:None
旧版本信息:
类名:EdgeEffect;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Visibility;
方法or属性:None
旧版本信息:
类名:Visibility;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:None
旧版本信息:
类名:GradientDirection;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextOverflow;
方法or属性:None
旧版本信息:
类名:TextOverflow;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextDecorationType;
方法or属性:None
旧版本信息:
类名:TextDecorationType;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HoverEffect;
方法or属性:None
旧版本信息:
类名:HoverEffect;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HitTestMode;
方法or属性:None
旧版本信息:
类名:HitTestMode;
方法or属性:None
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:BorderStyle;
方法or属性:declare enum BorderStyle
旧版本信息:
类名:BorderStyle;
方法or属性:declare enum BorderStyle
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:BorderStyle;
方法or属性:Dotted
旧版本信息:
类名:BorderStyle;
方法or属性:Dotted
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:BorderStyle;
方法or属性:Dashed
旧版本信息:
类名:BorderStyle;
方法or属性:Dashed
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:BorderStyle;
方法or属性:Solid
旧版本信息:
类名:BorderStyle;
方法or属性:Solid
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:LineJoinStyle;
方法or属性:declare enum LineJoinStyle
旧版本信息:
类名:LineJoinStyle;
方法or属性:declare enum LineJoinStyle
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:LineJoinStyle;
方法or属性:Miter
旧版本信息:
类名:LineJoinStyle;
方法or属性:Miter
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:LineJoinStyle;
方法or属性:Round
旧版本信息:
类名:LineJoinStyle;
方法or属性:Round
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:LineCapStyle;
方法or属性:Round
旧版本信息:
类名:LineCapStyle;
方法or属性:Round
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:LineJoinStyle;
方法or属性:Bevel
旧版本信息:
类名:LineJoinStyle;
方法or属性:Bevel
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TouchType;
方法or属性:declare enum TouchType
旧版本信息:
类名:TouchType;
方法or属性:declare enum TouchType
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TouchType;
方法or属性:Down
旧版本信息:
类名:TouchType;
方法or属性:Down
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:KeyType;
方法or属性:Down
旧版本信息:
类名:KeyType;
方法or属性:Down
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TouchType;
方法or属性:Up
旧版本信息:
类名:TouchType;
方法or属性:Up
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:KeyType;
方法or属性:Up
旧版本信息:
类名:KeyType;
方法or属性:Up
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TouchType;
方法or属性:Move
旧版本信息:
类名:TouchType;
方法or属性:Move
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseAction;
方法or属性:Move
旧版本信息:
类名:MouseAction;
方法or属性:Move
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TouchType;
方法or属性:Cancel
旧版本信息:
类名:TouchType;
方法or属性:Cancel
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseButton;
方法or属性:declare enum MouseButton
旧版本信息:
类名:MouseButton;
方法or属性:declare enum MouseButton
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseButton;
方法or属性:Left
旧版本信息:
类名:MouseButton;
方法or属性:Left
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:Left
旧版本信息:
类名:GradientDirection;
方法or属性:Left
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:Left
旧版本信息:
类名:Placement;
方法or属性:Left
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseButton;
方法or属性:Right
旧版本信息:
类名:MouseButton;
方法or属性:Right
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:Right
旧版本信息:
类名:GradientDirection;
方法or属性:Right
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:Right
旧版本信息:
类名:Placement;
方法or属性:Right
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseButton;
方法or属性:Middle
旧版本信息:
类名:MouseButton;
方法or属性:Middle
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseButton;
方法or属性:Back
旧版本信息:
类名:MouseButton;
方法or属性:Back
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseButton;
方法or属性:Forward
旧版本信息:
类名:MouseButton;
方法or属性:Forward
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseAction;
方法or属性:declare enum MouseAction
旧版本信息:
类名:MouseAction;
方法or属性:declare enum MouseAction
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseAction;
方法or属性:Press
旧版本信息:
类名:MouseAction;
方法or属性:Press
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseAction;
方法or属性:Release
旧版本信息:
类名:MouseAction;
方法or属性:Release
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:MouseAction;
方法or属性:Hover
旧版本信息:
类名:MouseAction;
方法or属性:Hover
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:AnimationStatus;
方法or属性:declare enum AnimationStatus
旧版本信息:
类名:AnimationStatus;
方法or属性:declare enum AnimationStatus
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:AnimationStatus;
方法or属性:Initial
旧版本信息:
类名:AnimationStatus;
方法or属性:Initial
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:AnimationStatus;
方法or属性:Running
旧版本信息:
类名:AnimationStatus;
方法or属性:Running
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:AnimationStatus;
方法or属性:Paused
旧版本信息:
类名:AnimationStatus;
方法or属性:Paused
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:AnimationStatus;
方法or属性:Stopped
旧版本信息:
类名:AnimationStatus;
方法or属性:Stopped
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:declare enum Curve
旧版本信息:
类名:Curve;
方法or属性:declare enum Curve
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:Linear
旧版本信息:
类名:Curve;
方法or属性:Linear
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:Ease
旧版本信息:
类名:Curve;
方法or属性:Ease
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:EaseIn
旧版本信息:
类名:Curve;
方法or属性:EaseIn
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:EaseOut
旧版本信息:
类名:Curve;
方法or属性:EaseOut
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:EaseInOut
旧版本信息:
类名:Curve;
方法or属性:EaseInOut
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:FastOutSlowIn
旧版本信息:
类名:Curve;
方法or属性:FastOutSlowIn
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:LinearOutSlowIn
旧版本信息:
类名:Curve;
方法or属性:LinearOutSlowIn
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:FastOutLinearIn
旧版本信息:
类名:Curve;
方法or属性:FastOutLinearIn
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:ExtremeDeceleration
旧版本信息:
类名:Curve;
方法or属性:ExtremeDeceleration
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:Sharp
旧版本信息:
类名:Curve;
方法or属性:Sharp
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:Rhythm
旧版本信息:
类名:Curve;
方法or属性:Rhythm
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:Smooth
旧版本信息:
类名:Curve;
方法or属性:Smooth
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Curve;
方法or属性:Friction
旧版本信息:
类名:Curve;
方法or属性:Friction
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FillMode;
方法or属性:declare enum FillMode
旧版本信息:
类名:FillMode;
方法or属性:declare enum FillMode
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FillMode;
方法or属性:Forwards
旧版本信息:
类名:FillMode;
方法or属性:Forwards
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FillMode;
方法or属性:Backwards
旧版本信息:
类名:FillMode;
方法or属性:Backwards
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FillMode;
方法or属性:Both
旧版本信息:
类名:FillMode;
方法or属性:Both
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:PlayMode;
方法or属性:declare enum PlayMode
旧版本信息:
类名:PlayMode;
方法or属性:declare enum PlayMode
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:PlayMode;
方法or属性:Normal
旧版本信息:
类名:PlayMode;
方法or属性:Normal
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontStyle;
方法or属性:Normal
旧版本信息:
类名:FontStyle;
方法or属性:Normal
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontWeight;
方法or属性:Normal
旧版本信息:
类名:FontWeight;
方法or属性:Normal
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextCase;
方法or属性:Normal
旧版本信息:
类名:TextCase;
方法or属性:Normal
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:PlayMode;
方法or属性:Reverse
旧版本信息:
类名:PlayMode;
方法or属性:Reverse
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:PlayMode;
方法or属性:Alternate
旧版本信息:
类名:PlayMode;
方法or属性:Alternate
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:PlayMode;
方法or属性:AlternateReverse
旧版本信息:
类名:PlayMode;
方法or属性:AlternateReverse
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:KeyType;
方法or属性:declare enum KeyType
旧版本信息:
类名:KeyType;
方法or属性:declare enum KeyType
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:KeySource;
方法or属性:declare enum KeySource
旧版本信息:
类名:KeySource;
方法or属性:declare enum KeySource
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:KeySource;
方法or属性:Unknown
旧版本信息:
类名:KeySource;
方法or属性:Unknown
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:KeySource;
方法or属性:Keyboard
旧版本信息:
类名:KeySource;
方法or属性:Keyboard
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Edge;
方法or属性:declare enum Edge
旧版本信息:
类名:Edge;
方法or属性:declare enum Edge
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Edge;
方法or属性:Top
旧版本信息:
类名:Edge;
方法or属性:Top
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:Top
旧版本信息:
类名:Alignment;
方法or属性:Top
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:VerticalAlign;
方法or属性:Top
旧版本信息:
类名:VerticalAlign;
方法or属性:Top
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:Top
旧版本信息:
类名:GradientDirection;
方法or属性:Top
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:Top
旧版本信息:
类名:Placement;
方法or属性:Top
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Edge;
方法or属性:Bottom
旧版本信息:
类名:Edge;
方法or属性:Bottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:Bottom
旧版本信息:
类名:Alignment;
方法or属性:Bottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:VerticalAlign;
方法or属性:Bottom
旧版本信息:
类名:VerticalAlign;
方法or属性:Bottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:Bottom
旧版本信息:
类名:GradientDirection;
方法or属性:Bottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:Bottom
旧版本信息:
类名:Placement;
方法or属性:Bottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Edge;
方法or属性:Start
旧版本信息:
类名:Edge;
方法or属性:Start
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:Start
旧版本信息:
类名:Alignment;
方法or属性:Start
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HorizontalAlign;
方法or属性:Start
旧版本信息:
类名:HorizontalAlign;
方法or属性:Start
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexAlign;
方法or属性:Start
旧版本信息:
类名:FlexAlign;
方法or属性:Start
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ItemAlign;
方法or属性:Start
旧版本信息:
类名:ItemAlign;
方法or属性:Start
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextAlign;
方法or属性:Start
旧版本信息:
类名:TextAlign;
方法or属性:Start
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Edge;
方法or属性:End
旧版本信息:
类名:Edge;
方法or属性:End
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:End
旧版本信息:
类名:Alignment;
方法or属性:End
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HorizontalAlign;
方法or属性:End
旧版本信息:
类名:HorizontalAlign;
方法or属性:End
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexAlign;
方法or属性:End
旧版本信息:
类名:FlexAlign;
方法or属性:End
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ItemAlign;
方法or属性:End
旧版本信息:
类名:ItemAlign;
方法or属性:End
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextAlign;
方法or属性:End
旧版本信息:
类名:TextAlign;
方法or属性:End
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Week;
方法or属性:declare enum Week
旧版本信息:
类名:Week;
方法or属性:declare enum Week
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Week;
方法or属性:Mon
旧版本信息:
类名:Week;
方法or属性:Mon
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Week;
方法or属性:Tue
旧版本信息:
类名:Week;
方法or属性:Tue
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Week;
方法or属性:Wed
旧版本信息:
类名:Week;
方法or属性:Wed
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Week;
方法or属性:Thur
旧版本信息:
类名:Week;
方法or属性:Thur
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Week;
方法or属性:Fri
旧版本信息:
类名:Week;
方法or属性:Fri
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Week;
方法or属性:Sat
旧版本信息:
类名:Week;
方法or属性:Sat
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Week;
方法or属性:Sun
旧版本信息:
类名:Week;
方法or属性:Sun
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Direction;
方法or属性:declare enum Direction
旧版本信息:
类名:Direction;
方法or属性:declare enum Direction
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Direction;
方法or属性:Ltr
旧版本信息:
类名:Direction;
方法or属性:Ltr
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Direction;
方法or属性:Rtl
旧版本信息:
类名:Direction;
方法or属性:Rtl
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:BarState;
方法or属性:declare enum BarState
旧版本信息:
类名:BarState;
方法or属性:declare enum BarState
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:BarState;
方法or属性:Off
旧版本信息:
类名:BarState;
方法or属性:Off
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:BarState;
方法or属性:On
旧版本信息:
类名:BarState;
方法or属性:On
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:EdgeEffect;
方法or属性:declare enum EdgeEffect
旧版本信息:
类名:EdgeEffect;
方法or属性:declare enum EdgeEffect
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:EdgeEffect;
方法or属性:Spring
旧版本信息:
类名:EdgeEffect;
方法or属性:Spring
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:EdgeEffect;
方法or属性:Fade
旧版本信息:
类名:EdgeEffect;
方法or属性:Fade
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:declare enum Alignment
旧版本信息:
类名:Alignment;
方法or属性:declare enum Alignment
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:TopStart
旧版本信息:
类名:Alignment;
方法or属性:TopStart
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:TopEnd
旧版本信息:
类名:Alignment;
方法or属性:TopEnd
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:Center
旧版本信息:
类名:Alignment;
方法or属性:Center
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HorizontalAlign;
方法or属性:Center
旧版本信息:
类名:HorizontalAlign;
方法or属性:Center
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexAlign;
方法or属性:Center
旧版本信息:
类名:FlexAlign;
方法or属性:Center
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ItemAlign;
方法or属性:Center
旧版本信息:
类名:ItemAlign;
方法or属性:Center
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:VerticalAlign;
方法or属性:Center
旧版本信息:
类名:VerticalAlign;
方法or属性:Center
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextAlign;
方法or属性:Center
旧版本信息:
类名:TextAlign;
方法or属性:Center
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:BottomStart
旧版本信息:
类名:Alignment;
方法or属性:BottomStart
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Alignment;
方法or属性:BottomEnd
旧版本信息:
类名:Alignment;
方法or属性:BottomEnd
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TransitionType;
方法or属性:declare enum TransitionType
旧版本信息:
类名:TransitionType;
方法or属性:declare enum TransitionType
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TransitionType;
方法or属性:All
旧版本信息:
类名:TransitionType;
方法or属性:All
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TransitionType;
方法or属性:Insert
旧版本信息:
类名:TransitionType;
方法or属性:Insert
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TransitionType;
方法or属性:Delete
旧版本信息:
类名:TransitionType;
方法or属性:Delete
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:RelateType;
方法or属性:declare enum RelateType
旧版本信息:
类名:RelateType;
方法or属性:declare enum RelateType
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:RelateType;
方法or属性:FILL
旧版本信息:
类名:RelateType;
方法or属性:FILL
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:RelateType;
方法or属性:FIT
旧版本信息:
类名:RelateType;
方法or属性:FIT
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Visibility;
方法or属性:declare enum Visibility
旧版本信息:
类名:Visibility;
方法or属性:declare enum Visibility
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Visibility;
方法or属性:Visible
旧版本信息:
类名:Visibility;
方法or属性:Visible
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Visibility;
方法or属性:Hidden
旧版本信息:
类名:Visibility;
方法or属性:Hidden
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:LineCapStyle;
方法or属性:declare enum LineCapStyle
旧版本信息:
类名:LineCapStyle;
方法or属性:declare enum LineCapStyle
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:LineCapStyle;
方法or属性:Butt
旧版本信息:
类名:LineCapStyle;
方法or属性:Butt
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:LineCapStyle;
方法or属性:Square
旧版本信息:
类名:LineCapStyle;
方法or属性:Square
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Axis;
方法or属性:declare enum Axis
旧版本信息:
类名:Axis;
方法or属性:declare enum Axis
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Axis;
方法or属性:Vertical
旧版本信息:
类名:Axis;
方法or属性:Vertical
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Axis;
方法or属性:Horizontal
旧版本信息:
类名:Axis;
方法or属性:Horizontal
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HorizontalAlign;
方法or属性:declare enum HorizontalAlign
旧版本信息:
类名:HorizontalAlign;
方法or属性:declare enum HorizontalAlign
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexAlign;
方法or属性:declare enum FlexAlign
旧版本信息:
类名:FlexAlign;
方法or属性:declare enum FlexAlign
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexAlign;
方法or属性:SpaceBetween
旧版本信息:
类名:FlexAlign;
方法or属性:SpaceBetween
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexAlign;
方法or属性:SpaceAround
旧版本信息:
类名:FlexAlign;
方法or属性:SpaceAround
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexAlign;
方法or属性:SpaceEvenly
旧版本信息:
类名:FlexAlign;
方法or属性:SpaceEvenly
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ItemAlign;
方法or属性:declare enum ItemAlign
旧版本信息:
类名:ItemAlign;
方法or属性:declare enum ItemAlign
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ItemAlign;
方法or属性:Baseline
旧版本信息:
类名:ItemAlign;
方法or属性:Baseline
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ItemAlign;
方法or属性:Stretch
旧版本信息:
类名:ItemAlign;
方法or属性:Stretch
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexDirection;
方法or属性:declare enum FlexDirection
旧版本信息:
类名:FlexDirection;
方法or属性:declare enum FlexDirection
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexDirection;
方法or属性:Row
旧版本信息:
类名:FlexDirection;
方法or属性:Row
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexDirection;
方法or属性:Column
旧版本信息:
类名:FlexDirection;
方法or属性:Column
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexDirection;
方法or属性:RowReverse
旧版本信息:
类名:FlexDirection;
方法or属性:RowReverse
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexDirection;
方法or属性:ColumnReverse
旧版本信息:
类名:FlexDirection;
方法or属性:ColumnReverse
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexWrap;
方法or属性:declare enum FlexWrap
旧版本信息:
类名:FlexWrap;
方法or属性:declare enum FlexWrap
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexWrap;
方法or属性:NoWrap
旧版本信息:
类名:FlexWrap;
方法or属性:NoWrap
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexWrap;
方法or属性:Wrap
旧版本信息:
类名:FlexWrap;
方法or属性:Wrap
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexWrap;
方法or属性:WrapReverse
旧版本信息:
类名:FlexWrap;
方法or属性:WrapReverse
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:VerticalAlign;
方法or属性:declare enum VerticalAlign
旧版本信息:
类名:VerticalAlign;
方法or属性:declare enum VerticalAlign
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageRepeat;
方法or属性:declare enum ImageRepeat
旧版本信息:
类名:ImageRepeat;
方法or属性:declare enum ImageRepeat
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageRepeat;
方法or属性:NoRepeat
旧版本信息:
类名:ImageRepeat;
方法or属性:NoRepeat
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageRepeat;
方法or属性:X
旧版本信息:
类名:ImageRepeat;
方法or属性:X
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageRepeat;
方法or属性:Y
旧版本信息:
类名:ImageRepeat;
方法or属性:Y
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageRepeat;
方法or属性:XY
旧版本信息:
类名:ImageRepeat;
方法or属性:XY
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ImageSize;
方法or属性:declare enum ImageSize
旧版本信息:
类名:ImageSize;
方法or属性:declare enum ImageSize
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:declare enum GradientDirection
旧版本信息:
类名:GradientDirection;
方法or属性:declare enum GradientDirection
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:LeftTop
旧版本信息:
类名:GradientDirection;
方法or属性:LeftTop
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:LeftTop
旧版本信息:
类名:Placement;
方法or属性:LeftTop
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:LeftBottom
旧版本信息:
类名:GradientDirection;
方法or属性:LeftBottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:LeftBottom
旧版本信息:
类名:Placement;
方法or属性:LeftBottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:RightTop
旧版本信息:
类名:GradientDirection;
方法or属性:RightTop
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:RightTop
旧版本信息:
类名:Placement;
方法or属性:RightTop
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:GradientDirection;
方法or属性:RightBottom
旧版本信息:
类名:GradientDirection;
方法or属性:RightBottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:RightBottom
旧版本信息:
类名:Placement;
方法or属性:RightBottom
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:SharedTransitionEffectType;
方法or属性:declare enum SharedTransitionEffectType
旧版本信息:
类名:SharedTransitionEffectType;
方法or属性:declare enum SharedTransitionEffectType
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:SharedTransitionEffectType;
方法or属性:Static
旧版本信息:
类名:SharedTransitionEffectType;
方法or属性:Static
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:SharedTransitionEffectType;
方法or属性:Exchange
旧版本信息:
类名:SharedTransitionEffectType;
方法or属性:Exchange
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontStyle;
方法or属性:declare enum FontStyle
旧版本信息:
类名:FontStyle;
方法or属性:declare enum FontStyle
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontStyle;
方法or属性:Italic
旧版本信息:
类名:FontStyle;
方法or属性:Italic
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontWeight;
方法or属性:declare enum FontWeight
旧版本信息:
类名:FontWeight;
方法or属性:declare enum FontWeight
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontWeight;
方法or属性:Lighter
旧版本信息:
类名:FontWeight;
方法or属性:Lighter
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontWeight;
方法or属性:Regular
旧版本信息:
类名:FontWeight;
方法or属性:Regular
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontWeight;
方法or属性:Medium
旧版本信息:
类名:FontWeight;
方法or属性:Medium
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontWeight;
方法or属性:Bold
旧版本信息:
类名:FontWeight;
方法or属性:Bold
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FontWeight;
方法or属性:Bolder
旧版本信息:
类名:FontWeight;
方法or属性:Bolder
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextAlign;
方法or属性:declare enum TextAlign
旧版本信息:
类名:TextAlign;
方法or属性:declare enum TextAlign
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextOverflow;
方法or属性:declare enum TextOverflow
旧版本信息:
类名:TextOverflow;
方法or属性:declare enum TextOverflow
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextOverflow;
方法or属性:Clip
旧版本信息:
类名:TextOverflow;
方法or属性:Clip
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextOverflow;
方法or属性:Ellipsis
旧版本信息:
类名:TextOverflow;
方法or属性:Ellipsis
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextDecorationType;
方法or属性:declare enum TextDecorationType
旧版本信息:
类名:TextDecorationType;
方法or属性:declare enum TextDecorationType
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextDecorationType;
方法or属性:Underline
旧版本信息:
类名:TextDecorationType;
方法or属性:Underline
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextDecorationType;
方法or属性:Overline
旧版本信息:
类名:TextDecorationType;
方法or属性:Overline
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextDecorationType;
方法or属性:LineThrough
旧版本信息:
类名:TextDecorationType;
方法or属性:LineThrough
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextCase;
方法or属性:declare enum TextCase
旧版本信息:
类名:TextCase;
方法or属性:declare enum TextCase
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextCase;
方法or属性:LowerCase
旧版本信息:
类名:TextCase;
方法or属性:LowerCase
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TextCase;
方法or属性:UpperCase
旧版本信息:
类名:TextCase;
方法or属性:UpperCase
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ResponseType;
方法or属性:declare enum ResponseType
旧版本信息:
类名:ResponseType;
方法or属性:declare enum ResponseType
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ResponseType;
方法or属性:RightClick
旧版本信息:
类名:ResponseType;
方法or属性:RightClick
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:ResponseType;
方法or属性:LongPress
旧版本信息:
类名:ResponseType;
方法or属性:LongPress
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HoverEffect;
方法or属性:declare enum HoverEffect
旧版本信息:
类名:HoverEffect;
方法or属性:declare enum HoverEffect
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HoverEffect;
方法or属性:Scale
旧版本信息:
类名:HoverEffect;
方法or属性:Scale
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HoverEffect;
方法or属性:Highlight
旧版本信息:
类名:HoverEffect;
方法or属性:Highlight
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:declare enum Placement
旧版本信息:
类名:Placement;
方法or属性:declare enum Placement
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:TopLeft
旧版本信息:
类名:Placement;
方法or属性:TopLeft
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:TopRight
旧版本信息:
类名:Placement;
方法or属性:TopRight
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:BottomLeft
旧版本信息:
类名:Placement;
方法or属性:BottomLeft
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:Placement;
方法or属性:BottomRight
旧版本信息:
类名:Placement;
方法or属性:BottomRight
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:CopyOptions;
方法or属性:declare enum CopyOptions
旧版本信息:
类名:CopyOptions;
方法or属性:declare enum CopyOptions
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:CopyOptions;
方法or属性:None = 0
旧版本信息:
类名:CopyOptions;
方法or属性:None = 0
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:CopyOptions;
方法or属性:InApp = 1
旧版本信息:
类名:CopyOptions;
方法or属性:InApp = 1
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:CopyOptions;
方法or属性:LocalDevice = 2
旧版本信息:
类名:CopyOptions;
方法or属性:LocalDevice = 2
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HitTestMode;
方法or属性:declare enum HitTestMode
旧版本信息:
类名:HitTestMode;
方法or属性:declare enum HitTestMode
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HitTestMode;
方法or属性:Default
旧版本信息:
类名:HitTestMode;
方法or属性:Default
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:HitTestMode;
方法or属性:Block
旧版本信息:
类名:HitTestMode;
方法or属性:Block
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TitleHeight;
方法or属性:declare enum TitleHeight
旧版本信息:
类名:TitleHeight;
方法or属性:declare enum TitleHeight
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TitleHeight;
方法or属性:MainOnly
旧版本信息:
类名:TitleHeight;
方法or属性:MainOnly
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:TitleHeight;
方法or属性:MainWithSub
旧版本信息:
类名:TitleHeight;
方法or属性:MainWithSub
新版本信息:crossplatform
enums.d.ts
跨平台能力有变化 类名:FlexOptions;
方法or属性:declare interface FlexOptions
旧版本信息:
类名:FlexOptions;
方法or属性:declare interface FlexOptions
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlexOptions;
方法or属性:direction?: FlexDirection;
旧版本信息:
类名:FlexOptions;
方法or属性:direction?: FlexDirection;
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlexOptions;
方法or属性:wrap?: FlexWrap;
旧版本信息:
类名:FlexOptions;
方法or属性:wrap?: FlexWrap;
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlexOptions;
方法or属性:justifyContent?: FlexAlign;
旧版本信息:
类名:FlexOptions;
方法or属性:justifyContent?: FlexAlign;
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlexOptions;
方法or属性:alignItems?: ItemAlign;
旧版本信息:
类名:FlexOptions;
方法or属性:alignItems?: ItemAlign;
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlexOptions;
方法or属性:alignContent?: FlexAlign;
旧版本信息:
类名:FlexOptions;
方法or属性:alignContent?: FlexAlign;
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlexInterface;
方法or属性:interface FlexInterface
旧版本信息:
类名:FlexInterface;
方法or属性:interface FlexInterface
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlexInterface;
方法or属性:(value?: FlexOptions): FlexAttribute;
旧版本信息:
类名:FlexInterface;
方法or属性:(value?: FlexOptions): FlexAttribute;
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlexAttribute;
方法or属性:declare class FlexAttribute
旧版本信息:
类名:FlexAttribute;
方法or属性:declare class FlexAttribute
新版本信息:crossplatform
flex.d.ts
跨平台能力有变化 类名:FlowItemInterface;
方法or属性:interface FlowItemInterface
旧版本信息:
类名:FlowItemInterface;
方法or属性:interface FlowItemInterface
新版本信息:crossplatform
flow_item.d.ts
跨平台能力有变化 类名:FlowItemInterface;
方法or属性:(): FlowItemAttribute;
旧版本信息:
类名:FlowItemInterface;
方法or属性:(): FlowItemAttribute;
新版本信息:crossplatform
flow_item.d.ts
跨平台能力有变化 类名:FlowItemAttribute;
方法or属性:declare class FlowItemAttribute
旧版本信息:
类名:FlowItemAttribute;
方法or属性:declare class FlowItemAttribute
新版本信息:crossplatform
flow_item.d.ts
跨平台能力有变化 类名:ForEachInterface;
方法or属性:interface ForEachInterface
旧版本信息:
类名:ForEachInterface;
方法or属性:interface ForEachInterface
新版本信息:crossplatform
for_each.d.ts
跨平台能力有变化 类名:ForEachInterface;
方法or属性:(
arr: Array<any>,
itemGenerator: (item: any, index: number) => void,
keyGenerator?: (item: any, index: number) => string,
): ForEachInterface;
旧版本信息:
类名:ForEachInterface;
方法or属性:(
arr: Array<any>,
itemGenerator: (item: any, index: number) => void,
keyGenerator?: (item: any, index: number) => string,
): ForEachInterface;
新版本信息:crossplatform
for_each.d.ts
跨平台能力有变化 类名:GaugeInterface;
方法or属性:interface GaugeInterface
旧版本信息:
类名:GaugeInterface;
方法or属性:interface GaugeInterface
新版本信息:crossplatform
gauge.d.ts
跨平台能力有变化 类名:GaugeInterface;
方法or属性:(options: { value: number; min?: number; max?: number }): GaugeAttribute;
旧版本信息:
类名:GaugeInterface;
方法or属性:(options: { value: number; min?: number; max?: number }): GaugeAttribute;
新版本信息:crossplatform
gauge.d.ts
跨平台能力有变化 类名:GaugeAttribute;
方法or属性:declare class GaugeAttribute
旧版本信息:
类名:GaugeAttribute;
方法or属性:declare class GaugeAttribute
新版本信息:crossplatform
gauge.d.ts
跨平台能力有变化 类名:GaugeAttribute;
方法or属性:value(value: number): GaugeAttribute;
旧版本信息:
类名:GaugeAttribute;
方法or属性:value(value: number): GaugeAttribute;
新版本信息:crossplatform
gauge.d.ts
跨平台能力有变化 类名:GaugeAttribute;
方法or属性:startAngle(angle: number): GaugeAttribute;
旧版本信息:
类名:GaugeAttribute;
方法or属性:startAngle(angle: number): GaugeAttribute;
新版本信息:crossplatform
gauge.d.ts
跨平台能力有变化 类名:GaugeAttribute;
方法or属性:endAngle(angle: number): GaugeAttribute;
旧版本信息:
类名:GaugeAttribute;
方法or属性:endAngle(angle: number): GaugeAttribute;
新版本信息:crossplatform
gauge.d.ts
跨平台能力有变化 类名:GaugeAttribute;
方法or属性:colors(colors: Array<[ResourceColor, number]>): GaugeAttribute;
旧版本信息:
类名:GaugeAttribute;
方法or属性:colors(colors: Array<[ResourceColor, number]>): GaugeAttribute;
新版本信息:crossplatform
gauge.d.ts
跨平台能力有变化 类名:GaugeAttribute;
方法or属性:strokeWidth(length: Length): GaugeAttribute;
旧版本信息:
类名:GaugeAttribute;
方法or属性:strokeWidth(length: Length): GaugeAttribute;
新版本信息:crossplatform
gauge.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:declare enum PanDirection
旧版本信息:
类名:PanDirection;
方法or属性:declare enum PanDirection
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:None
旧版本信息:
类名:PanDirection;
方法or属性:None
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:SwipeDirection;
方法or属性:None
旧版本信息:
类名:SwipeDirection;
方法or属性:None
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:Horizontal
旧版本信息:
类名:PanDirection;
方法or属性:Horizontal
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:SwipeDirection;
方法or属性:Horizontal
旧版本信息:
类名:SwipeDirection;
方法or属性:Horizontal
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:Left
旧版本信息:
类名:PanDirection;
方法or属性:Left
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:Right
旧版本信息:
类名:PanDirection;
方法or属性:Right
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:Vertical
旧版本信息:
类名:PanDirection;
方法or属性:Vertical
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:SwipeDirection;
方法or属性:Vertical
旧版本信息:
类名:SwipeDirection;
方法or属性:Vertical
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:Up
旧版本信息:
类名:PanDirection;
方法or属性:Up
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:Down
旧版本信息:
类名:PanDirection;
方法or属性:Down
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanDirection;
方法or属性:All
旧版本信息:
类名:PanDirection;
方法or属性:All
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:SwipeDirection;
方法or属性:All
旧版本信息:
类名:SwipeDirection;
方法or属性:All
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:SwipeDirection;
方法or属性:declare enum SwipeDirection
旧版本信息:
类名:SwipeDirection;
方法or属性:declare enum SwipeDirection
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureMode;
方法or属性:declare enum GestureMode
旧版本信息:
类名:GestureMode;
方法or属性:declare enum GestureMode
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureMode;
方法or属性:Sequence
旧版本信息:
类名:GestureMode;
方法or属性:Sequence
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureMode;
方法or属性:Parallel
旧版本信息:
类名:GestureMode;
方法or属性:Parallel
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureMode;
方法or属性:Exclusive
旧版本信息:
类名:GestureMode;
方法or属性:Exclusive
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureMask;
方法or属性:declare enum GestureMask
旧版本信息:
类名:GestureMask;
方法or属性:declare enum GestureMask
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureMask;
方法or属性:Normal
旧版本信息:
类名:GestureMask;
方法or属性:Normal
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureMask;
方法or属性:IgnoreInternal
旧版本信息:
类名:GestureMask;
方法or属性:IgnoreInternal
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:FingerInfo;
方法or属性:interface FingerInfo
旧版本信息:
类名:FingerInfo;
方法or属性:interface FingerInfo
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:FingerInfo;
方法or属性:id: number;
旧版本信息:
类名:FingerInfo;
方法or属性:id: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:FingerInfo;
方法or属性:globalX: number;
旧版本信息:
类名:FingerInfo;
方法or属性:globalX: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:FingerInfo;
方法or属性:globalY: number;
旧版本信息:
类名:FingerInfo;
方法or属性:globalY: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:FingerInfo;
方法or属性:localX: number;
旧版本信息:
类名:FingerInfo;
方法or属性:localX: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:FingerInfo;
方法or属性:localY: number;
旧版本信息:
类名:FingerInfo;
方法or属性:localY: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:interface GestureEvent
旧版本信息:
类名:GestureEvent;
方法or属性:interface GestureEvent
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:repeat: boolean;
旧版本信息:
类名:GestureEvent;
方法or属性:repeat: boolean;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:fingerList: FingerInfo[];
旧版本信息:
类名:GestureEvent;
方法or属性:fingerList: FingerInfo[];
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:offsetX: number;
旧版本信息:
类名:GestureEvent;
方法or属性:offsetX: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:offsetY: number;
旧版本信息:
类名:GestureEvent;
方法or属性:offsetY: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:angle: number;
旧版本信息:
类名:GestureEvent;
方法or属性:angle: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:speed: number;
旧版本信息:
类名:GestureEvent;
方法or属性:speed: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:scale: number;
旧版本信息:
类名:GestureEvent;
方法or属性:scale: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:pinchCenterX: number;
旧版本信息:
类名:GestureEvent;
方法or属性:pinchCenterX: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureEvent;
方法or属性:pinchCenterY: number;
旧版本信息:
类名:GestureEvent;
方法or属性:pinchCenterY: number;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:TapGestureInterface;
方法or属性:interface TapGestureInterface
旧版本信息:
类名:TapGestureInterface;
方法or属性:interface TapGestureInterface
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:TapGestureInterface;
方法or属性:(value?: { count?: number; fingers?: number }): TapGestureInterface;
旧版本信息:
类名:TapGestureInterface;
方法or属性:(value?: { count?: number; fingers?: number }): TapGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:TapGestureInterface;
方法or属性:onAction(event: (event: GestureEvent) => void): TapGestureInterface;
旧版本信息:
类名:TapGestureInterface;
方法or属性:onAction(event: (event: GestureEvent) => void): TapGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:LongPressGestureInterface;
方法or属性:interface LongPressGestureInterface
旧版本信息:
类名:LongPressGestureInterface;
方法or属性:interface LongPressGestureInterface
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:LongPressGestureInterface;
方法or属性:(value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
旧版本信息:
类名:LongPressGestureInterface;
方法or属性:(value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:LongPressGestureInterface;
方法or属性:onAction(event: (event: GestureEvent) => void): LongPressGestureInterface;
旧版本信息:
类名:LongPressGestureInterface;
方法or属性:onAction(event: (event: GestureEvent) => void): LongPressGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:LongPressGestureInterface;
方法or属性:onActionEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;
旧版本信息:
类名:LongPressGestureInterface;
方法or属性:onActionEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:LongPressGestureInterface;
方法or属性:onActionCancel(event: () => void): LongPressGestureInterface;
旧版本信息:
类名:LongPressGestureInterface;
方法or属性:onActionCancel(event: () => void): LongPressGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureOptions;
方法or属性:declare class PanGestureOptions
旧版本信息:
类名:PanGestureOptions;
方法or属性:declare class PanGestureOptions
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureOptions;
方法or属性:constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
旧版本信息:
类名:PanGestureOptions;
方法or属性:constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureOptions;
方法or属性:setDirection(value: PanDirection);
旧版本信息:
类名:PanGestureOptions;
方法or属性:setDirection(value: PanDirection);
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureOptions;
方法or属性:setDistance(value: number);
旧版本信息:
类名:PanGestureOptions;
方法or属性:setDistance(value: number);
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureOptions;
方法or属性:setFingers(value: number);
旧版本信息:
类名:PanGestureOptions;
方法or属性:setFingers(value: number);
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureInterface;
方法or属性:interface PanGestureInterface
旧版本信息:
类名:PanGestureInterface;
方法or属性:interface PanGestureInterface
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureInterface;
方法or属性:(value?: { fingers?: number; direction?: PanDirection; distance?: number } | PanGestureOptions): PanGestureInterface;
旧版本信息:
类名:PanGestureInterface;
方法or属性:(value?: { fingers?: number; direction?: PanDirection; distance?: number } | PanGestureOptions): PanGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureInterface;
方法or属性:onActionStart(event: (event: GestureEvent) => void): PanGestureInterface;
旧版本信息:
类名:PanGestureInterface;
方法or属性:onActionStart(event: (event: GestureEvent) => void): PanGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureInterface;
方法or属性:onActionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;
旧版本信息:
类名:PanGestureInterface;
方法or属性:onActionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureInterface;
方法or属性:onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;
旧版本信息:
类名:PanGestureInterface;
方法or属性:onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PanGestureInterface;
方法or属性:onActionCancel(event: () => void): PanGestureInterface;
旧版本信息:
类名:PanGestureInterface;
方法or属性:onActionCancel(event: () => void): PanGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:SwipeGestureInterface;
方法or属性:interface SwipeGestureInterface
旧版本信息:
类名:SwipeGestureInterface;
方法or属性:interface SwipeGestureInterface
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:SwipeGestureInterface;
方法or属性:(value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
旧版本信息:
类名:SwipeGestureInterface;
方法or属性:(value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:SwipeGestureInterface;
方法or属性:onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;
旧版本信息:
类名:SwipeGestureInterface;
方法or属性:onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PinchGestureInterface;
方法or属性:interface PinchGestureInterface
旧版本信息:
类名:PinchGestureInterface;
方法or属性:interface PinchGestureInterface
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PinchGestureInterface;
方法or属性:(value?: { fingers?: number; distance?: number }): PinchGestureInterface;
旧版本信息:
类名:PinchGestureInterface;
方法or属性:(value?: { fingers?: number; distance?: number }): PinchGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PinchGestureInterface;
方法or属性:onActionStart(event: (event: GestureEvent) => void): PinchGestureInterface;
旧版本信息:
类名:PinchGestureInterface;
方法or属性:onActionStart(event: (event: GestureEvent) => void): PinchGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PinchGestureInterface;
方法or属性:onActionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;
旧版本信息:
类名:PinchGestureInterface;
方法or属性:onActionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PinchGestureInterface;
方法or属性:onActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;
旧版本信息:
类名:PinchGestureInterface;
方法or属性:onActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:PinchGestureInterface;
方法or属性:onActionCancel(event: () => void): PinchGestureInterface;
旧版本信息:
类名:PinchGestureInterface;
方法or属性:onActionCancel(event: () => void): PinchGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:RotationGestureInterface;
方法or属性:interface RotationGestureInterface
旧版本信息:
类名:RotationGestureInterface;
方法or属性:interface RotationGestureInterface
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:RotationGestureInterface;
方法or属性:(value?: { fingers?: number; angle?: number }): RotationGestureInterface;
旧版本信息:
类名:RotationGestureInterface;
方法or属性:(value?: { fingers?: number; angle?: number }): RotationGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:RotationGestureInterface;
方法or属性:onActionStart(event: (event: GestureEvent) => void): RotationGestureInterface;
旧版本信息:
类名:RotationGestureInterface;
方法or属性:onActionStart(event: (event: GestureEvent) => void): RotationGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:RotationGestureInterface;
方法or属性:onActionUpdate(event: (event: GestureEvent) => void): RotationGestureInterface;
旧版本信息:
类名:RotationGestureInterface;
方法or属性:onActionUpdate(event: (event: GestureEvent) => void): RotationGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:RotationGestureInterface;
方法or属性:onActionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;
旧版本信息:
类名:RotationGestureInterface;
方法or属性:onActionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:RotationGestureInterface;
方法or属性:onActionCancel(event: () => void): RotationGestureInterface;
旧版本信息:
类名:RotationGestureInterface;
方法or属性:onActionCancel(event: () => void): RotationGestureInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureGroupInterface;
方法or属性:interface GestureGroupInterface
旧版本信息:
类名:GestureGroupInterface;
方法or属性:interface GestureGroupInterface
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureGroupInterface;
方法or属性:(mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
旧版本信息:
类名:GestureGroupInterface;
方法or属性:(mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GestureGroupInterface;
方法or属性:onCancel(event: () => void): GestureGroupInterface;
旧版本信息:
类名:GestureGroupInterface;
方法or属性:onCancel(event: () => void): GestureGroupInterface;
新版本信息:crossplatform
gesture.d.ts
跨平台能力有变化 类名:GridInterface;
方法or属性:interface GridInterface
旧版本信息:
类名:GridInterface;
方法or属性:interface GridInterface
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridInterface;
方法or属性:(scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;
旧版本信息:
类名:GridInterface;
方法or属性:(scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridDirection;
方法or属性:declare enum GridDirection
旧版本信息:
类名:GridDirection;
方法or属性:declare enum GridDirection
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridDirection;
方法or属性:Row
旧版本信息:
类名:GridDirection;
方法or属性:Row
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridDirection;
方法or属性:Column
旧版本信息:
类名:GridDirection;
方法or属性:Column
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridDirection;
方法or属性:RowReverse
旧版本信息:
类名:GridDirection;
方法or属性:RowReverse
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridDirection;
方法or属性:ColumnReverse
旧版本信息:
类名:GridDirection;
方法or属性:ColumnReverse
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:declare class GridAttribute
旧版本信息:
类名:GridAttribute;
方法or属性:declare class GridAttribute
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:columnsTemplate(value: string): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:columnsTemplate(value: string): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:rowsTemplate(value: string): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:rowsTemplate(value: string): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:columnsGap(value: Length): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:columnsGap(value: Length): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:rowsGap(value: Length): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:rowsGap(value: Length): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:scrollBarWidth(value: number | string): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:scrollBarWidth(value: number | string): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:scrollBarColor(value: Color | number | string): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:scrollBarColor(value: Color | number | string): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:scrollBar(value: BarState): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:scrollBar(value: BarState): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:onScrollIndex(event: (first: number, last: number) => void): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:onScrollIndex(event: (first: number, last: number) => void): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:cachedCount(value: number): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:cachedCount(value: number): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:editMode(value: boolean): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:editMode(value: boolean): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:multiSelectable(value: boolean): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:multiSelectable(value: boolean): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:maxCount(value: number): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:maxCount(value: number): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:minCount(value: number): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:minCount(value: number): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:cellLength(value: number): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:cellLength(value: number): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:layoutDirection(value: GridDirection): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:layoutDirection(value: GridDirection): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:supportAnimation(value: boolean): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:supportAnimation(value: boolean): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) | void): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) | void): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridAttribute;
方法or属性:onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
旧版本信息:
类名:GridAttribute;
方法or属性:onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
新版本信息:crossplatform
grid.d.ts
跨平台能力有变化 类名:GridItemInterface;
方法or属性:interface GridItemInterface
旧版本信息:
类名:GridItemInterface;
方法or属性:interface GridItemInterface
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridItemInterface;
方法or属性:(): GridItemAttribute;
旧版本信息:
类名:GridItemInterface;
方法or属性:(): GridItemAttribute;
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridItemAttribute;
方法or属性:declare class GridItemAttribute
旧版本信息:
类名:GridItemAttribute;
方法or属性:declare class GridItemAttribute
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridItemAttribute;
方法or属性:rowStart(value: number): GridItemAttribute;
旧版本信息:
类名:GridItemAttribute;
方法or属性:rowStart(value: number): GridItemAttribute;
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridItemAttribute;
方法or属性:rowEnd(value: number): GridItemAttribute;
旧版本信息:
类名:GridItemAttribute;
方法or属性:rowEnd(value: number): GridItemAttribute;
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridItemAttribute;
方法or属性:columnStart(value: number): GridItemAttribute;
旧版本信息:
类名:GridItemAttribute;
方法or属性:columnStart(value: number): GridItemAttribute;
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridItemAttribute;
方法or属性:columnEnd(value: number): GridItemAttribute;
旧版本信息:
类名:GridItemAttribute;
方法or属性:columnEnd(value: number): GridItemAttribute;
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridItemAttribute;
方法or属性:selectable(value: boolean): GridItemAttribute;
旧版本信息:
类名:GridItemAttribute;
方法or属性:selectable(value: boolean): GridItemAttribute;
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridItemAttribute;
方法or属性:onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
旧版本信息:
类名:GridItemAttribute;
方法or属性:onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
新版本信息:crossplatform
gridItem.d.ts
跨平台能力有变化 类名:GridColColumnOption;
方法or属性:declare interface GridColColumnOption
旧版本信息:
类名:GridColColumnOption;
方法or属性:declare interface GridColColumnOption
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColColumnOption;
方法or属性:xs?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:xs?: number,
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColColumnOption;
方法or属性:sm?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:sm?: number,
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColColumnOption;
方法or属性:md?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:md?: number,
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColColumnOption;
方法or属性:lg?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:lg?: number,
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColColumnOption;
方法or属性:xl?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:xl?: number,
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColColumnOption;
方法or属性:xxl?: number,
旧版本信息:
类名:GridColColumnOption;
方法or属性:xxl?: number,
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColOptions;
方法or属性:declare interface GridColOptions
旧版本信息:
类名:GridColOptions;
方法or属性:declare interface GridColOptions
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColOptions;
方法or属性:span?: number | GridColColumnOption;
旧版本信息:
类名:GridColOptions;
方法or属性:span?: number | GridColColumnOption;
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColOptions;
方法or属性:offset?: number | GridColColumnOption;
旧版本信息:
类名:GridColOptions;
方法or属性:offset?: number | GridColColumnOption;
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColOptions;
方法or属性:order?: number | GridColColumnOption;
旧版本信息:
类名:GridColOptions;
方法or属性:order?: number | GridColColumnOption;
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColInterface;
方法or属性:interface GridColInterface
旧版本信息:
类名:GridColInterface;
方法or属性:interface GridColInterface
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColInterface;
方法or属性:(option?: GridColOptions): GridColAttribute;
旧版本信息:
类名:GridColInterface;
方法or属性:(option?: GridColOptions): GridColAttribute;
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColAttribute;
方法or属性:span(value: number | GridColColumnOption): GridColAttribute;
旧版本信息:
类名:GridColAttribute;
方法or属性:span(value: number | GridColColumnOption): GridColAttribute;
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColAttribute;
方法or属性:gridColOffset(value: number | GridColColumnOption): GridColAttribute;
旧版本信息:
类名:GridColAttribute;
方法or属性:gridColOffset(value: number | GridColColumnOption): GridColAttribute;
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridColAttribute;
方法or属性:order(value: number | GridColColumnOption): GridColAttribute;
旧版本信息:
类名:GridColAttribute;
方法or属性:order(value: number | GridColColumnOption): GridColAttribute;
新版本信息:crossplatform
grid_col.d.ts
跨平台能力有变化 类名:GridRowSizeOption;
方法or属性:declare interface GridRowSizeOption
旧版本信息:
类名:GridRowSizeOption;
方法or属性:declare interface GridRowSizeOption
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowSizeOption;
方法or属性:xs?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:xs?: Length,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowSizeOption;
方法or属性:sm?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:sm?: Length,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowSizeOption;
方法or属性:md?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:md?: Length,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowSizeOption;
方法or属性:lg?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:lg?: Length,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowSizeOption;
方法or属性:xl?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:xl?: Length,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowSizeOption;
方法or属性:xxl?: Length,
旧版本信息:
类名:GridRowSizeOption;
方法or属性:xxl?: Length,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowColumnOption;
方法or属性:declare interface GridRowColumnOption
旧版本信息:
类名:GridRowColumnOption;
方法or属性:declare interface GridRowColumnOption
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowColumnOption;
方法or属性:xs?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:xs?: number,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowColumnOption;
方法or属性:sm?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:sm?: number,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowColumnOption;
方法or属性:md?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:md?: number,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowColumnOption;
方法or属性:lg?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:lg?: number,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowColumnOption;
方法or属性:xl?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:xl?: number,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowColumnOption;
方法or属性:xxl?: number,
旧版本信息:
类名:GridRowColumnOption;
方法or属性:xxl?: number,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GutterOption;
方法or属性:declare interface GutterOption
旧版本信息:
类名:GutterOption;
方法or属性:declare interface GutterOption
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GutterOption;
方法or属性:x?: Length | GridRowSizeOption,
旧版本信息:
类名:GutterOption;
方法or属性:x?: Length | GridRowSizeOption,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GutterOption;
方法or属性:y?: Length | GridRowSizeOption
旧版本信息:
类名:GutterOption;
方法or属性:y?: Length | GridRowSizeOption
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:BreakpointsReference;
方法or属性:declare enum BreakpointsReference
旧版本信息:
类名:BreakpointsReference;
方法or属性:declare enum BreakpointsReference
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:BreakpointsReference;
方法or属性:WindowSize
旧版本信息:
类名:BreakpointsReference;
方法or属性:WindowSize
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:BreakpointsReference;
方法or属性:ComponentSize
旧版本信息:
类名:BreakpointsReference;
方法or属性:ComponentSize
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowDirection;
方法or属性:declare enum GridRowDirection
旧版本信息:
类名:GridRowDirection;
方法or属性:declare enum GridRowDirection
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowDirection;
方法or属性:Row
旧版本信息:
类名:GridRowDirection;
方法or属性:Row
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowDirection;
方法or属性:RowReverse
旧版本信息:
类名:GridRowDirection;
方法or属性:RowReverse
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:BreakPoints;
方法or属性:declare interface BreakPoints
旧版本信息:
类名:BreakPoints;
方法or属性:declare interface BreakPoints
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:BreakPoints;
方法or属性:value?: Array<string>,
旧版本信息:
类名:BreakPoints;
方法or属性:value?: Array<string>,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:BreakPoints;
方法or属性:reference?: BreakpointsReference,
旧版本信息:
类名:BreakPoints;
方法or属性:reference?: BreakpointsReference,
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowOptions;
方法or属性:declare interface GridRowOptions
旧版本信息:
类名:GridRowOptions;
方法or属性:declare interface GridRowOptions
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowOptions;
方法or属性:gutter?: Length | GutterOption;
旧版本信息:
类名:GridRowOptions;
方法or属性:gutter?: Length | GutterOption;
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowOptions;
方法or属性:columns?: number | GridRowColumnOption;
旧版本信息:
类名:GridRowOptions;
方法or属性:columns?: number | GridRowColumnOption;
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowOptions;
方法or属性:breakpoints?: BreakPoints;
旧版本信息:
类名:GridRowOptions;
方法or属性:breakpoints?: BreakPoints;
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowOptions;
方法or属性:direction?: GridRowDirection;
旧版本信息:
类名:GridRowOptions;
方法or属性:direction?: GridRowDirection;
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowInterface;
方法or属性:interface GridRowInterface
旧版本信息:
类名:GridRowInterface;
方法or属性:interface GridRowInterface
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowInterface;
方法or属性:(option?: GridRowOptions): GridRowAttribute;
旧版本信息:
类名:GridRowInterface;
方法or属性:(option?: GridRowOptions): GridRowAttribute;
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:GridRowAttribute;
方法or属性:onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
旧版本信息:
类名:GridRowAttribute;
方法or属性:onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
新版本信息:crossplatform
grid_row.d.ts
跨平台能力有变化 类名:ImageRenderMode;
方法or属性:declare enum ImageRenderMode
旧版本信息:
类名:ImageRenderMode;
方法or属性:declare enum ImageRenderMode
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageRenderMode;
方法or属性:Original
旧版本信息:
类名:ImageRenderMode;
方法or属性:Original
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageRenderMode;
方法or属性:Template
旧版本信息:
类名:ImageRenderMode;
方法or属性:Template
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageInterpolation;
方法or属性:declare enum ImageInterpolation
旧版本信息:
类名:ImageInterpolation;
方法or属性:declare enum ImageInterpolation
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageInterpolation;
方法or属性:None
旧版本信息:
类名:ImageInterpolation;
方法or属性:None
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageInterpolation;
方法or属性:Low
旧版本信息:
类名:ImageInterpolation;
方法or属性:Low
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageInterpolation;
方法or属性:Medium
旧版本信息:
类名:ImageInterpolation;
方法or属性:Medium
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageInterpolation;
方法or属性:High
旧版本信息:
类名:ImageInterpolation;
方法or属性:High
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageInterface;
方法or属性:interface ImageInterface
旧版本信息:
类名:ImageInterface;
方法or属性:interface ImageInterface
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageInterface;
方法or属性:(src: PixelMap | ResourceStr | DrawableDescriptor): ImageAttribute;
旧版本信息:
类名:ImageInterface;
方法or属性:(src: PixelMap | ResourceStr | DrawableDescriptor): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:declare class ImageAttribute
旧版本信息:
类名:ImageAttribute;
方法or属性:declare class ImageAttribute
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:alt(value: string | Resource): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:alt(value: string | Resource): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:matchTextDirection(value: boolean): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:matchTextDirection(value: boolean): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:fitOriginalSize(value: boolean): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:fitOriginalSize(value: boolean): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:fillColor(value: ResourceColor): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:fillColor(value: ResourceColor): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:objectFit(value: ImageFit): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:objectFit(value: ImageFit): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:objectRepeat(value: ImageRepeat): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:objectRepeat(value: ImageRepeat): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:autoResize(value: boolean): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:autoResize(value: boolean): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:renderMode(value: ImageRenderMode): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:renderMode(value: ImageRenderMode): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:interpolation(value: ImageInterpolation): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:interpolation(value: ImageInterpolation): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:sourceSize(value: { width: number; height: number }): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:sourceSize(value: { width: number; height: number }): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:syncLoad(value: boolean): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:syncLoad(value: boolean): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:colorFilter(value: ColorFilter): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:colorFilter(value: ColorFilter): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:copyOption(value: CopyOptions): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:copyOption(value: CopyOptions): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:onComplete(
callback: (event?: {
width: number;
height: number;
componentWidth: number;
componentHeight: number;
loadingStatus: number;
contentWidth: number;
contentHeight: number;
contentOffsetX: number;
contentOffsetY: number;
}) => void,
): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:onComplete(
callback: (event?: {
width: number;
height: number;
componentWidth: number;
componentHeight: number;
loadingStatus: number;
contentWidth: number;
contentHeight: number;
contentOffsetX: number;
contentOffsetY: number;
}) => void,
): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAttribute;
方法or属性:onFinish(event: () => void): ImageAttribute;
旧版本信息:
类名:ImageAttribute;
方法or属性:onFinish(event: () => void): ImageAttribute;
新版本信息:crossplatform
image.d.ts
跨平台能力有变化 类名:ImageAnimatorInterface;
方法or属性:interface ImageAnimatorInterface
旧版本信息:
类名:ImageAnimatorInterface;
方法or属性:interface ImageAnimatorInterface
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorInterface;
方法or属性:(): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorInterface;
方法or属性:(): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageFrameInfo;
方法or属性:interface ImageFrameInfo
旧版本信息:
类名:ImageFrameInfo;
方法or属性:interface ImageFrameInfo
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageFrameInfo;
方法or属性:src: string | Resource;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:src: string | Resource;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageFrameInfo;
方法or属性:width?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:width?: number | string;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageFrameInfo;
方法or属性:height?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:height?: number | string;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageFrameInfo;
方法or属性:top?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:top?: number | string;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageFrameInfo;
方法or属性:left?: number | string;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:left?: number | string;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageFrameInfo;
方法or属性:duration?: number;
旧版本信息:
类名:ImageFrameInfo;
方法or属性:duration?: number;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:declare class ImageAnimatorAttribute
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:declare class ImageAnimatorAttribute
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:state(value: AnimationStatus): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:state(value: AnimationStatus): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:duration(value: number): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:duration(value: number): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:reverse(value: boolean): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:reverse(value: boolean): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:fixedSize(value: boolean): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:fixedSize(value: boolean): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:fillMode(value: FillMode): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:fillMode(value: FillMode): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:iterations(value: number): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:iterations(value: number): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:onStart(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onStart(event: () => void): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:onPause(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onPause(event: () => void): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:onRepeat(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onRepeat(event: () => void): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:onCancel(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onCancel(event: () => void): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:ImageAnimatorAttribute;
方法or属性:onFinish(event: () => void): ImageAnimatorAttribute;
旧版本信息:
类名:ImageAnimatorAttribute;
方法or属性:onFinish(event: () => void): ImageAnimatorAttribute;
新版本信息:crossplatform
image_animator.d.ts
跨平台能力有变化 类名:DataChangeListener;
方法or属性:declare interface DataChangeListener
旧版本信息:
类名:DataChangeListener;
方法or属性:declare interface DataChangeListener
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:DataChangeListener;
方法or属性:onDataReloaded(): void;
旧版本信息:
类名:DataChangeListener;
方法or属性:onDataReloaded(): void;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:DataChangeListener;
方法or属性:onDataAdd(index: number): void;
旧版本信息:
类名:DataChangeListener;
方法or属性:onDataAdd(index: number): void;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:DataChangeListener;
方法or属性:onDataMove(from: number, to: number): void;
旧版本信息:
类名:DataChangeListener;
方法or属性:onDataMove(from: number, to: number): void;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:DataChangeListener;
方法or属性:onDataDelete(index: number): void;
旧版本信息:
类名:DataChangeListener;
方法or属性:onDataDelete(index: number): void;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:DataChangeListener;
方法or属性:onDataChange(index: number): void;
旧版本信息:
类名:DataChangeListener;
方法or属性:onDataChange(index: number): void;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:IDataSource;
方法or属性:declare interface IDataSource
旧版本信息:
类名:IDataSource;
方法or属性:declare interface IDataSource
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:IDataSource;
方法or属性:totalCount(): number;
旧版本信息:
类名:IDataSource;
方法or属性:totalCount(): number;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:IDataSource;
方法or属性:getData(index: number): any;
旧版本信息:
类名:IDataSource;
方法or属性:getData(index: number): any;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:IDataSource;
方法or属性:registerDataChangeListener(listener: DataChangeListener): void;
旧版本信息:
类名:IDataSource;
方法or属性:registerDataChangeListener(listener: DataChangeListener): void;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:IDataSource;
方法or属性:unregisterDataChangeListener(listener: DataChangeListener): void;
旧版本信息:
类名:IDataSource;
方法or属性:unregisterDataChangeListener(listener: DataChangeListener): void;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:LazyForEachInterface;
方法or属性:interface LazyForEachInterface
旧版本信息:
类名:LazyForEachInterface;
方法or属性:interface LazyForEachInterface
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:LazyForEachInterface;
方法or属性:(
dataSource: IDataSource,
itemGenerator: (item: any, index: number) => void,
keyGenerator?: (item: any, index: number) => string,
): LazyForEachInterface;
旧版本信息:
类名:LazyForEachInterface;
方法or属性:(
dataSource: IDataSource,
itemGenerator: (item: any, index: number) => void,
keyGenerator?: (item: any, index: number) => string,
): LazyForEachInterface;
新版本信息:crossplatform
lazy_for_each.d.ts
跨平台能力有变化 类名:LineInterface;
方法or属性:interface LineInterface
旧版本信息:
类名:LineInterface;
方法or属性:interface LineInterface
新版本信息:crossplatform
line.d.ts
跨平台能力有变化 类名:LineInterface;
方法or属性:(value?: { width?: string | number; height?: string | number }): LineAttribute;
旧版本信息:
类名:LineInterface;
方法or属性:(value?: { width?: string | number; height?: string | number }): LineAttribute;
新版本信息:crossplatform
line.d.ts
跨平台能力有变化 类名:LineAttribute;
方法or属性:declare class LineAttribute
旧版本信息:
类名:LineAttribute;
方法or属性:declare class LineAttribute
新版本信息:crossplatform
line.d.ts
跨平台能力有变化 类名:LineAttribute;
方法or属性:startPoint(value: Array<any>): LineAttribute;
旧版本信息:
类名:LineAttribute;
方法or属性:startPoint(value: Array<any>): LineAttribute;
新版本信息:crossplatform
line.d.ts
跨平台能力有变化 类名:LineAttribute;
方法or属性:endPoint(value: Array<any>): LineAttribute;
旧版本信息:
类名:LineAttribute;
方法or属性:endPoint(value: Array<any>): LineAttribute;
新版本信息:crossplatform
line.d.ts
跨平台能力有变化 类名:ScrollState;
方法or属性:declare enum ScrollState
旧版本信息:
类名:ScrollState;
方法or属性:declare enum ScrollState
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ScrollState;
方法or属性:Idle
旧版本信息:
类名:ScrollState;
方法or属性:Idle
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ScrollState;
方法or属性:Scroll
旧版本信息:
类名:ScrollState;
方法or属性:Scroll
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ScrollState;
方法or属性:Fling
旧版本信息:
类名:ScrollState;
方法or属性:Fling
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListItemAlign;
方法or属性:declare enum ListItemAlign
旧版本信息:
类名:ListItemAlign;
方法or属性:declare enum ListItemAlign
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListItemAlign;
方法or属性:Start
旧版本信息:
类名:ListItemAlign;
方法or属性:Start
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListItemAlign;
方法or属性:Center
旧版本信息:
类名:ListItemAlign;
方法or属性:Center
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListItemAlign;
方法or属性:End
旧版本信息:
类名:ListItemAlign;
方法or属性:End
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:StickyStyle;
方法or属性:declare enum StickyStyle
旧版本信息:
类名:StickyStyle;
方法or属性:declare enum StickyStyle
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:StickyStyle;
方法or属性:None = 0
旧版本信息:
类名:StickyStyle;
方法or属性:None = 0
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:StickyStyle;
方法or属性:Header = 1
旧版本信息:
类名:StickyStyle;
方法or属性:Header = 1
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:StickyStyle;
方法or属性:Footer = 2
旧版本信息:
类名:StickyStyle;
方法or属性:Footer = 2
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListInterface;
方法or属性:interface ListInterface
旧版本信息:
类名:ListInterface;
方法or属性:interface ListInterface
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListInterface;
方法or属性:(value?: { initialIndex?: number; space?: number | string; scroller?: Scroller }): ListAttribute;
旧版本信息:
类名:ListInterface;
方法or属性:(value?: { initialIndex?: number; space?: number | string; scroller?: Scroller }): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:declare class ListAttribute
旧版本信息:
类名:ListAttribute;
方法or属性:declare class ListAttribute
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:lanes(value: number | LengthConstrain, gutter?: Dimension): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:lanes(value: number | LengthConstrain, gutter?: Dimension): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:alignListItem(value: ListItemAlign): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:alignListItem(value: ListItemAlign): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:listDirection(value: Axis): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:listDirection(value: Axis): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:scrollBar(value: BarState): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:scrollBar(value: BarState): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:edgeEffect(value: EdgeEffect): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:edgeEffect(value: EdgeEffect): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} | null,
): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} | null,
): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:multiSelectable(value: boolean): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:multiSelectable(value: boolean): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:cachedCount(value: number): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:cachedCount(value: number): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:chainAnimation(value: boolean): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:chainAnimation(value: boolean): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:sticky(value: StickyStyle): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:sticky(value: StickyStyle): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onScrollIndex(event: (start: number, end: number, center: number) => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onScrollIndex(event: (start: number, end: number, center: number) => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onReachStart(event: () => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onReachStart(event: () => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onReachEnd(event: () => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onReachEnd(event: () => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onScrollStart(event: () => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onScrollStart(event: () => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onScrollStop(event: () => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onScrollStop(event: () => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) | void)): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) | void)): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:ListAttribute;
方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
旧版本信息:
类名:ListAttribute;
方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
新版本信息:crossplatform
list.d.ts
跨平台能力有变化 类名:SwipeEdgeEffect;
方法or属性:None
旧版本信息:
类名:SwipeEdgeEffect;
方法or属性:None
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:SwipeEdgeEffect;
方法or属性:declare enum SwipeEdgeEffect
旧版本信息:
类名:SwipeEdgeEffect;
方法or属性:declare enum SwipeEdgeEffect
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:SwipeEdgeEffect;
方法or属性:Spring
旧版本信息:
类名:SwipeEdgeEffect;
方法or属性:Spring
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:SwipeActionOptions;
方法or属性:declare interface SwipeActionOptions
旧版本信息:
类名:SwipeActionOptions;
方法or属性:declare interface SwipeActionOptions
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:SwipeActionOptions;
方法or属性:start?: CustomBuilder | SwipeActionItem;
旧版本信息:
类名:SwipeActionOptions;
方法or属性:start?: CustomBuilder | SwipeActionItem;
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:SwipeActionOptions;
方法or属性:end?: CustomBuilder | SwipeActionItem;
旧版本信息:
类名:SwipeActionOptions;
方法or属性:end?: CustomBuilder | SwipeActionItem;
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:SwipeActionOptions;
方法or属性:edgeEffect?: SwipeEdgeEffect;
旧版本信息:
类名:SwipeActionOptions;
方法or属性:edgeEffect?: SwipeEdgeEffect;
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:ListItemInterface;
方法or属性:interface ListItemInterface
旧版本信息:
类名:ListItemInterface;
方法or属性:interface ListItemInterface
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:ListItemAttribute;
方法or属性:declare class ListItemAttribute
旧版本信息:
类名:ListItemAttribute;
方法or属性:declare class ListItemAttribute
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:ListItemAttribute;
方法or属性:selectable(value: boolean): ListItemAttribute;
旧版本信息:
类名:ListItemAttribute;
方法or属性:selectable(value: boolean): ListItemAttribute;
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:ListItemAttribute;
方法or属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;
旧版本信息:
类名:ListItemAttribute;
方法or属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:ListItemAttribute;
方法or属性:onSelect(event: (isSelected: boolean) => void): ListItemAttribute;
旧版本信息:
类名:ListItemAttribute;
方法or属性:onSelect(event: (isSelected: boolean) => void): ListItemAttribute;
新版本信息:crossplatform
list_item.d.ts
跨平台能力有变化 类名:ListItemGroupOptions;
方法or属性:declare interface ListItemGroupOptions
旧版本信息:
类名:ListItemGroupOptions;
方法or属性:declare interface ListItemGroupOptions
新版本信息:crossplatform
list_item_group.d.ts
跨平台能力有变化 类名:ListItemGroupOptions;
方法or属性:header?: CustomBuilder;
旧版本信息:
类名:ListItemGroupOptions;
方法or属性:header?: CustomBuilder;
新版本信息:crossplatform
list_item_group.d.ts
跨平台能力有变化 类名:ListItemGroupOptions;
方法or属性:footer?: CustomBuilder;
旧版本信息:
类名:ListItemGroupOptions;
方法or属性:footer?: CustomBuilder;
新版本信息:crossplatform
list_item_group.d.ts
跨平台能力有变化 类名:ListItemGroupOptions;
方法or属性:space?: number | string;
旧版本信息:
类名:ListItemGroupOptions;
方法or属性:space?: number | string;
新版本信息:crossplatform
list_item_group.d.ts
跨平台能力有变化 类名:ListItemGroupInterface;
方法or属性:interface ListItemGroupInterface
旧版本信息:
类名:ListItemGroupInterface;
方法or属性:interface ListItemGroupInterface
新版本信息:crossplatform
list_item_group.d.ts
跨平台能力有变化 类名:ListItemGroupInterface;
方法or属性:(options?: ListItemGroupOptions): ListItemGroupAttribute;
旧版本信息:
类名:ListItemGroupInterface;
方法or属性:(options?: ListItemGroupOptions): ListItemGroupAttribute;
新版本信息:crossplatform
list_item_group.d.ts
跨平台能力有变化 类名:ListItemGroupAttribute;
方法or属性:declare class ListItemGroupAttribute
旧版本信息:
类名:ListItemGroupAttribute;
方法or属性:declare class ListItemGroupAttribute
新版本信息:crossplatform
list_item_group.d.ts
跨平台能力有变化 类名:ListItemGroupAttribute;
方法or属性:divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} | null,
): ListItemGroupAttribute;
旧版本信息:
类名:ListItemGroupAttribute;
方法or属性:divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} | null,
): ListItemGroupAttribute;
新版本信息:crossplatform
list_item_group.d.ts
跨平台能力有变化 类名:LoadingProgressStyle;
方法or属性:declare enum LoadingProgressStyle
旧版本信息:
类名:LoadingProgressStyle;
方法or属性:declare enum LoadingProgressStyle
新版本信息:crossplatform
loading_progress.d.ts
跨平台能力有变化 类名:LoadingProgressStyle;
方法or属性:Default
旧版本信息:
类名:LoadingProgressStyle;
方法or属性:Default
新版本信息:crossplatform
loading_progress.d.ts
跨平台能力有变化 类名:LoadingProgressStyle;
方法or属性:Circular
旧版本信息:
类名:LoadingProgressStyle;
方法or属性:Circular
新版本信息:crossplatform
loading_progress.d.ts
跨平台能力有变化 类名:LoadingProgressStyle;
方法or属性:Orbital
旧版本信息:
类名:LoadingProgressStyle;
方法or属性:Orbital
新版本信息:crossplatform
loading_progress.d.ts
跨平台能力有变化 类名:LoadingProgressInterface;
方法or属性:interface LoadingProgressInterface
旧版本信息:
类名:LoadingProgressInterface;
方法or属性:interface LoadingProgressInterface
新版本信息:crossplatform
loading_progress.d.ts
跨平台能力有变化 类名:LoadingProgressInterface;
方法or属性:(): LoadingProgressAttribute;
旧版本信息:
类名:LoadingProgressInterface;
方法or属性:(): LoadingProgressAttribute;
新版本信息:crossplatform
loading_progress.d.ts
跨平台能力有变化 类名:LoadingProgressAttribute;
方法or属性:declare class LoadingProgressAttribute
旧版本信息:
类名:LoadingProgressAttribute;
方法or属性:declare class LoadingProgressAttribute
新版本信息:crossplatform
loading_progress.d.ts
跨平台能力有变化 类名:LoadingProgressAttribute;
方法or属性:color(value: ResourceColor): LoadingProgressAttribute;
旧版本信息:
类名:LoadingProgressAttribute;
方法or属性:color(value: ResourceColor): LoadingProgressAttribute;
新版本信息:crossplatform
loading_progress.d.ts
跨平台能力有变化 类名:MarqueeInterface;
方法or属性:interface MarqueeInterface
旧版本信息:
类名:MarqueeInterface;
方法or属性:interface MarqueeInterface
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeInterface;
方法or属性:(value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;
旧版本信息:
类名:MarqueeInterface;
方法or属性:(value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:declare class MarqueeAttribute
旧版本信息:
类名:MarqueeAttribute;
方法or属性:declare class MarqueeAttribute
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:fontColor(value: ResourceColor): MarqueeAttribute;
旧版本信息:
类名:MarqueeAttribute;
方法or属性:fontColor(value: ResourceColor): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:fontSize(value: Length): MarqueeAttribute;
旧版本信息:
类名:MarqueeAttribute;
方法or属性:fontSize(value: Length): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:allowScale(value: boolean): MarqueeAttribute;
旧版本信息:
类名:MarqueeAttribute;
方法or属性:allowScale(value: boolean): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): MarqueeAttribute;
旧版本信息:
类名:MarqueeAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:fontFamily(value: string | Resource): MarqueeAttribute;
旧版本信息:
类名:MarqueeAttribute;
方法or属性:fontFamily(value: string | Resource): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:onStart(event: () => void): MarqueeAttribute;
旧版本信息:
类名:MarqueeAttribute;
方法or属性:onStart(event: () => void): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:onBounce(event: () => void): MarqueeAttribute;
旧版本信息:
类名:MarqueeAttribute;
方法or属性:onBounce(event: () => void): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MarqueeAttribute;
方法or属性:onFinish(event: () => void): MarqueeAttribute;
旧版本信息:
类名:MarqueeAttribute;
方法or属性:onFinish(event: () => void): MarqueeAttribute;
新版本信息:crossplatform
marquee.d.ts
跨平台能力有变化 类名:MenuInterface;
方法or属性:interface MenuInterface
旧版本信息:
类名:MenuInterface;
方法or属性:interface MenuInterface
新版本信息:crossplatform
menu.d.ts
跨平台能力有变化 类名:MenuInterface;
方法or属性:(): MenuAttribute;
旧版本信息:
类名:MenuInterface;
方法or属性:(): MenuAttribute;
新版本信息:crossplatform
menu.d.ts
跨平台能力有变化 类名:MenuAttribute;
方法or属性:declare class MenuAttribute
旧版本信息:
类名:MenuAttribute;
方法or属性:declare class MenuAttribute
新版本信息:crossplatform
menu.d.ts
跨平台能力有变化 类名:MenuItemOptions;
方法or属性:declare interface MenuItemOptions
旧版本信息:
类名:MenuItemOptions;
方法or属性:declare interface MenuItemOptions
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemOptions;
方法or属性:startIcon?: ResourceStr;
旧版本信息:
类名:MenuItemOptions;
方法or属性:startIcon?: ResourceStr;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemOptions;
方法or属性:content?: ResourceStr;
旧版本信息:
类名:MenuItemOptions;
方法or属性:content?: ResourceStr;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemOptions;
方法or属性:endIcon?: ResourceStr;
旧版本信息:
类名:MenuItemOptions;
方法or属性:endIcon?: ResourceStr;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemOptions;
方法or属性:labelInfo?: ResourceStr;
旧版本信息:
类名:MenuItemOptions;
方法or属性:labelInfo?: ResourceStr;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemOptions;
方法or属性:builder?: CustomBuilder;
旧版本信息:
类名:MenuItemOptions;
方法or属性:builder?: CustomBuilder;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemInterface;
方法or属性:interface MenuItemInterface
旧版本信息:
类名:MenuItemInterface;
方法or属性:interface MenuItemInterface
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemInterface;
方法or属性:(value?: MenuItemOptions | CustomBuilder): MenuItemAttribute;
旧版本信息:
类名:MenuItemInterface;
方法or属性:(value?: MenuItemOptions | CustomBuilder): MenuItemAttribute;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemAttribute;
方法or属性:declare class MenuItemAttribute
旧版本信息:
类名:MenuItemAttribute;
方法or属性:declare class MenuItemAttribute
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemAttribute;
方法or属性:selected(value: boolean): MenuItemAttribute;
旧版本信息:
类名:MenuItemAttribute;
方法or属性:selected(value: boolean): MenuItemAttribute;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemAttribute;
方法or属性:selectIcon(value: boolean | ResourceStr): MenuItemAttribute;
旧版本信息:
类名:MenuItemAttribute;
方法or属性:selectIcon(value: boolean | ResourceStr): MenuItemAttribute;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemAttribute;
方法or属性:onChange(callback: (selected: boolean) => void): MenuItemAttribute;
旧版本信息:
类名:MenuItemAttribute;
方法or属性:onChange(callback: (selected: boolean) => void): MenuItemAttribute;
新版本信息:crossplatform
menu_item.d.ts
跨平台能力有变化 类名:MenuItemGroupOptions;
方法or属性:declare interface MenuItemGroupOptions
旧版本信息:
类名:MenuItemGroupOptions;
方法or属性:declare interface MenuItemGroupOptions
新版本信息:crossplatform
menu_item_group.d.ts
跨平台能力有变化 类名:MenuItemGroupOptions;
方法or属性:header?: ResourceStr | CustomBuilder;
旧版本信息:
类名:MenuItemGroupOptions;
方法or属性:header?: ResourceStr | CustomBuilder;
新版本信息:crossplatform
menu_item_group.d.ts
跨平台能力有变化 类名:MenuItemGroupOptions;
方法or属性:footer?: ResourceStr | CustomBuilder;
旧版本信息:
类名:MenuItemGroupOptions;
方法or属性:footer?: ResourceStr | CustomBuilder;
新版本信息:crossplatform
menu_item_group.d.ts
跨平台能力有变化 类名:MenuItemGroupInterface;
方法or属性:interface MenuItemGroupInterface
旧版本信息:
类名:MenuItemGroupInterface;
方法or属性:interface MenuItemGroupInterface
新版本信息:crossplatform
menu_item_group.d.ts
跨平台能力有变化 类名:MenuItemGroupInterface;
方法or属性:(value?: MenuItemGroupOptions): MenuItemGroupAttribute;
旧版本信息:
类名:MenuItemGroupInterface;
方法or属性:(value?: MenuItemGroupOptions): MenuItemGroupAttribute;
新版本信息:crossplatform
menu_item_group.d.ts
跨平台能力有变化 类名:MenuItemGroupAttribute;
方法or属性:declare class MenuItemGroupAttribute
旧版本信息:
类名:MenuItemGroupAttribute;
方法or属性:declare class MenuItemGroupAttribute
新版本信息:crossplatform
menu_item_group.d.ts
跨平台能力有变化 类名:NavigationCommonTitle;
方法or属性:declare interface NavigationCommonTitle
旧版本信息:
类名:NavigationCommonTitle;
方法or属性:declare interface NavigationCommonTitle
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationCommonTitle;
方法or属性:main: string;
旧版本信息:
类名:NavigationCommonTitle;
方法or属性:main: string;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationCommonTitle;
方法or属性:sub: string;
旧版本信息:
类名:NavigationCommonTitle;
方法or属性:sub: string;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationCustomTitle;
方法or属性:declare interface NavigationCustomTitle
旧版本信息:
类名:NavigationCustomTitle;
方法or属性:declare interface NavigationCustomTitle
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationCustomTitle;
方法or属性:builder: CustomBuilder;
旧版本信息:
类名:NavigationCustomTitle;
方法or属性:builder: CustomBuilder;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationCustomTitle;
方法or属性:height: TitleHeight | Length;
旧版本信息:
类名:NavigationCustomTitle;
方法or属性:height: TitleHeight | Length;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationMode;
方法or属性:declare enum NavigationMode
旧版本信息:
类名:NavigationMode;
方法or属性:declare enum NavigationMode
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationMode;
方法or属性:Stack
旧版本信息:
类名:NavigationMode;
方法or属性:Stack
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationMode;
方法or属性:Split
旧版本信息:
类名:NavigationMode;
方法or属性:Split
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationMode;
方法or属性:Auto
旧版本信息:
类名:NavigationMode;
方法or属性:Auto
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavBarPosition;
方法or属性:declare enum NavBarPosition
旧版本信息:
类名:NavBarPosition;
方法or属性:declare enum NavBarPosition
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavBarPosition;
方法or属性:Start
旧版本信息:
类名:NavBarPosition;
方法or属性:Start
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavBarPosition;
方法or属性:End
旧版本信息:
类名:NavBarPosition;
方法or属性:End
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationTitleMode;
方法or属性:declare enum NavigationTitleMode
旧版本信息:
类名:NavigationTitleMode;
方法or属性:declare enum NavigationTitleMode
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationTitleMode;
方法or属性:Free = 0
旧版本信息:
类名:NavigationTitleMode;
方法or属性:Free = 0
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationTitleMode;
方法or属性:Full
旧版本信息:
类名:NavigationTitleMode;
方法or属性:Full
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationTitleMode;
方法or属性:Mini
旧版本信息:
类名:NavigationTitleMode;
方法or属性:Mini
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationMenuItem;
方法or属性:value: string;
旧版本信息:
类名:NavigationMenuItem;
方法or属性:value: string;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationMenuItem;
方法or属性:icon?: string;
旧版本信息:
类名:NavigationMenuItem;
方法or属性:icon?: string;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationMenuItem;
方法or属性:action?: () => void;
旧版本信息:
类名:NavigationMenuItem;
方法or属性:action?: () => void;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationInterface;
方法or属性:interface NavigationInterface
旧版本信息:
类名:NavigationInterface;
方法or属性:interface NavigationInterface
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationInterface;
方法or属性:(): NavigationAttribute;
旧版本信息:
类名:NavigationInterface;
方法or属性:(): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:declare class NavigationAttribute
旧版本信息:
类名:NavigationAttribute;
方法or属性:declare class NavigationAttribute
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:navBarWidth(value: Length): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:navBarWidth(value: Length): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:navBarPosition(value: NavBarPosition): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:navBarPosition(value: NavBarPosition): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:mode(value: NavigationMode): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:mode(value: NavigationMode): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:backButtonIcon(value: string | PixelMap | Resource): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:backButtonIcon(value: string | PixelMap | Resource): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:hideNavBar(value: boolean): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:hideNavBar(value: boolean): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:hideTitleBar(value: boolean): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:hideTitleBar(value: boolean): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:hideBackButton(value: boolean): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:hideBackButton(value: boolean): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:titleMode(value: NavigationTitleMode): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:titleMode(value: NavigationTitleMode): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:menus(value: Array<NavigationMenuItem> | CustomBuilder): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:menus(value: Array<NavigationMenuItem> | CustomBuilder): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:hideToolBar(value: boolean): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:hideToolBar(value: boolean): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationAttribute;
方法or属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
旧版本信息:
类名:NavigationAttribute;
方法or属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
新版本信息:crossplatform
navigation.d.ts
跨平台能力有变化 类名:NavigationType;
方法or属性:declare enum NavigationType
旧版本信息:
类名:NavigationType;
方法or属性:declare enum NavigationType
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigationType;
方法or属性:Push
旧版本信息:
类名:NavigationType;
方法or属性:Push
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigationType;
方法or属性:Back
旧版本信息:
类名:NavigationType;
方法or属性:Back
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigationType;
方法or属性:Replace
旧版本信息:
类名:NavigationType;
方法or属性:Replace
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigatorInterface;
方法or属性:interface NavigatorInterface
旧版本信息:
类名:NavigatorInterface;
方法or属性:interface NavigatorInterface
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigatorInterface;
方法or属性:(value?: { target: string; type?: NavigationType }): NavigatorAttribute;
旧版本信息:
类名:NavigatorInterface;
方法or属性:(value?: { target: string; type?: NavigationType }): NavigatorAttribute;
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigatorInterface;
方法or属性:(): NavigatorAttribute;
旧版本信息:
类名:NavigatorInterface;
方法or属性:(): NavigatorAttribute;
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigatorAttribute;
方法or属性:declare class NavigatorAttribute
旧版本信息:
类名:NavigatorAttribute;
方法or属性:declare class NavigatorAttribute
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigatorAttribute;
方法or属性:active(value: boolean): NavigatorAttribute;
旧版本信息:
类名:NavigatorAttribute;
方法or属性:active(value: boolean): NavigatorAttribute;
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigatorAttribute;
方法or属性:type(value: NavigationType): NavigatorAttribute;
旧版本信息:
类名:NavigatorAttribute;
方法or属性:type(value: NavigationType): NavigatorAttribute;
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigatorAttribute;
方法or属性:target(value: string): NavigatorAttribute;
旧版本信息:
类名:NavigatorAttribute;
方法or属性:target(value: string): NavigatorAttribute;
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavigatorAttribute;
方法or属性:params(value: object): NavigatorAttribute;
旧版本信息:
类名:NavigatorAttribute;
方法or属性:params(value: object): NavigatorAttribute;
新版本信息:crossplatform
navigator.d.ts
跨平台能力有变化 类名:NavDestinationCommonTitle;
方法or属性:declare interface NavDestinationCommonTitle
旧版本信息:
类名:NavDestinationCommonTitle;
方法or属性:declare interface NavDestinationCommonTitle
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationCommonTitle;
方法or属性:main: string;
旧版本信息:
类名:NavDestinationCommonTitle;
方法or属性:main: string;
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationCommonTitle;
方法or属性:sub: string;
旧版本信息:
类名:NavDestinationCommonTitle;
方法or属性:sub: string;
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationCustomTitle;
方法or属性:declare interface NavDestinationCustomTitle
旧版本信息:
类名:NavDestinationCustomTitle;
方法or属性:declare interface NavDestinationCustomTitle
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationCustomTitle;
方法or属性:builder: CustomBuilder;
旧版本信息:
类名:NavDestinationCustomTitle;
方法or属性:builder: CustomBuilder;
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationCustomTitle;
方法or属性:height: TitleHeight | Length;
旧版本信息:
类名:NavDestinationCustomTitle;
方法or属性:height: TitleHeight | Length;
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationInterface;
方法or属性:declare interface NavDestinationInterface
旧版本信息:
类名:NavDestinationInterface;
方法or属性:declare interface NavDestinationInterface
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationInterface;
方法or属性:(): NavDestinationAttribute;
旧版本信息:
类名:NavDestinationInterface;
方法or属性:(): NavDestinationAttribute;
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationAttribute;
方法or属性:declare class NavDestinationAttribute
旧版本信息:
类名:NavDestinationAttribute;
方法or属性:declare class NavDestinationAttribute
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationAttribute;
方法or属性:title(value: string | CustomBuilder | NavDestinationCommonTitle | NavDestinationCustomTitle): NavDestinationAttribute;
旧版本信息:
类名:NavDestinationAttribute;
方法or属性:title(value: string | CustomBuilder | NavDestinationCommonTitle | NavDestinationCustomTitle): NavDestinationAttribute;
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavDestinationAttribute;
方法or属性:hideTitleBar(value: boolean): NavDestinationAttribute;
旧版本信息:
类名:NavDestinationAttribute;
方法or属性:hideTitleBar(value: boolean): NavDestinationAttribute;
新版本信息:crossplatform
nav_destination.d.ts
跨平台能力有变化 类名:NavRouterInterface;
方法or属性:declare interface NavRouterInterface
旧版本信息:
类名:NavRouterInterface;
方法or属性:declare interface NavRouterInterface
新版本信息:crossplatform
nav_router.d.ts
跨平台能力有变化 类名:NavRouterInterface;
方法or属性:(): NavRouterAttribute;
旧版本信息:
类名:NavRouterInterface;
方法or属性:(): NavRouterAttribute;
新版本信息:crossplatform
nav_router.d.ts
跨平台能力有变化 类名:NavRouterAttribute;
方法or属性:declare class NavRouterAttribute
旧版本信息:
类名:NavRouterAttribute;
方法or属性:declare class NavRouterAttribute
新版本信息:crossplatform
nav_router.d.ts
跨平台能力有变化 类名:NavRouterAttribute;
方法or属性:onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
旧版本信息:
类名:NavRouterAttribute;
方法or属性:onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
新版本信息:crossplatform
nav_router.d.ts
跨平台能力有变化 类名:RouteType;
方法or属性:declare enum RouteType
旧版本信息:
类名:RouteType;
方法or属性:declare enum RouteType
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:RouteType;
方法or属性:None
旧版本信息:
类名:RouteType;
方法or属性:None
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:RouteType;
方法or属性:Push
旧版本信息:
类名:RouteType;
方法or属性:Push
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:RouteType;
方法or属性:Pop
旧版本信息:
类名:RouteType;
方法or属性:Pop
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:SlideEffect;
方法or属性:declare enum SlideEffect
旧版本信息:
类名:SlideEffect;
方法or属性:declare enum SlideEffect
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:SlideEffect;
方法or属性:Left
旧版本信息:
类名:SlideEffect;
方法or属性:Left
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:SlideEffect;
方法or属性:Right
旧版本信息:
类名:SlideEffect;
方法or属性:Right
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:SlideEffect;
方法or属性:Top
旧版本信息:
类名:SlideEffect;
方法or属性:Top
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:SlideEffect;
方法or属性:Bottom
旧版本信息:
类名:SlideEffect;
方法or属性:Bottom
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:CommonTransition;
方法or属性:declare class CommonTransition
旧版本信息:
类名:CommonTransition;
方法or属性:declare class CommonTransition
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:CommonTransition;
方法or属性:constructor();
旧版本信息:
类名:CommonTransition;
方法or属性:constructor();
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:CommonTransition;
方法or属性:slide(value: SlideEffect): T;
旧版本信息:
类名:CommonTransition;
方法or属性:slide(value: SlideEffect): T;
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:CommonTransition;
方法or属性:translate(value: { x?: number | string; y?: number | string; z?: number | string }): T;
旧版本信息:
类名:CommonTransition;
方法or属性:translate(value: { x?: number | string; y?: number | string; z?: number | string }): T;
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:CommonTransition;
方法or属性:scale(value: { x?: number; y?: number; z?: number; centerX?: number | string; centerY?: number | string }): T;
旧版本信息:
类名:CommonTransition;
方法or属性:scale(value: { x?: number; y?: number; z?: number; centerX?: number | string; centerY?: number | string }): T;
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:CommonTransition;
方法or属性:opacity(value: number): T;
旧版本信息:
类名:CommonTransition;
方法or属性:opacity(value: number): T;
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:PageTransitionEnterInterface;
方法or属性:interface PageTransitionEnterInterface
旧版本信息:
类名:PageTransitionEnterInterface;
方法or属性:interface PageTransitionEnterInterface
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:PageTransitionEnterInterface;
方法or属性:(value: PageTransitionOptions): PageTransitionEnterInterface;
旧版本信息:
类名:PageTransitionEnterInterface;
方法or属性:(value: PageTransitionOptions): PageTransitionEnterInterface;
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:PageTransitionEnterInterface;
方法or属性:onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface;
旧版本信息:
类名:PageTransitionEnterInterface;
方法or属性:onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface;
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:PageTransitionExitInterface;
方法or属性:interface PageTransitionExitInterface
旧版本信息:
类名:PageTransitionExitInterface;
方法or属性:interface PageTransitionExitInterface
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:PageTransitionExitInterface;
方法or属性:(value: PageTransitionOptions): PageTransitionExitInterface;
旧版本信息:
类名:PageTransitionExitInterface;
方法or属性:(value: PageTransitionOptions): PageTransitionExitInterface;
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:PageTransitionExitInterface;
方法or属性:onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface;
旧版本信息:
类名:PageTransitionExitInterface;
方法or属性:onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface;
新版本信息:crossplatform
page_transition.d.ts
跨平台能力有变化 类名:PanelMode;
方法or属性:declare enum PanelMode
旧版本信息:
类名:PanelMode;
方法or属性:declare enum PanelMode
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelMode;
方法or属性:Mini
旧版本信息:
类名:PanelMode;
方法or属性:Mini
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelMode;
方法or属性:Half
旧版本信息:
类名:PanelMode;
方法or属性:Half
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelMode;
方法or属性:Full
旧版本信息:
类名:PanelMode;
方法or属性:Full
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelType;
方法or属性:declare enum PanelType
旧版本信息:
类名:PanelType;
方法or属性:declare enum PanelType
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelType;
方法or属性:Minibar = 0
旧版本信息:
类名:PanelType;
方法or属性:Minibar = 0
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelType;
方法or属性:Foldable = 1
旧版本信息:
类名:PanelType;
方法or属性:Foldable = 1
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelType;
方法or属性:Temporary = 2
旧版本信息:
类名:PanelType;
方法or属性:Temporary = 2
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelInterface;
方法or属性:interface PanelInterface
旧版本信息:
类名:PanelInterface;
方法or属性:interface PanelInterface
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelInterface;
方法or属性:(show: boolean): PanelAttribute;
旧版本信息:
类名:PanelInterface;
方法or属性:(show: boolean): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:declare class PanelAttribute
旧版本信息:
类名:PanelAttribute;
方法or属性:declare class PanelAttribute
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:mode(value: PanelMode): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:mode(value: PanelMode): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:type(value: PanelType): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:type(value: PanelType): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:dragBar(value: boolean): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:dragBar(value: boolean): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:fullHeight(value: number | string): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:fullHeight(value: number | string): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:halfHeight(value: number | string): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:halfHeight(value: number | string): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:miniHeight(value: number | string): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:miniHeight(value: number | string): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:show(value: boolean): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:show(value: boolean): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:backgroundMask(color: ResourceColor): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:backgroundMask(color: ResourceColor): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:onChange(
event: (
/
* Width of content area.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
width: number,

/

* Height of content area.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
height: number,

/**
* Initial state.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
mode: PanelMode,
) => void,
): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:onChange(
event: (
/
* Width of content area.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
width: number,

/

* Height of content area.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
height: number,

/**
* Initial state.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
mode: PanelMode,
) => void,
): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PanelAttribute;
方法or属性:onHeightChange(callback: (value: number) => void): PanelAttribute;
旧版本信息:
类名:PanelAttribute;
方法or属性:onHeightChange(callback: (value: number) => void): PanelAttribute;
新版本信息:crossplatform
panel.d.ts
跨平台能力有变化 类名:PathInterface;
方法or属性:interface PathInterface
旧版本信息:
类名:PathInterface;
方法or属性:interface PathInterface
新版本信息:crossplatform
path.d.ts
跨平台能力有变化 类名:PathInterface;
方法or属性:(value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute;
旧版本信息:
类名:PathInterface;
方法or属性:(value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute;
新版本信息:crossplatform
path.d.ts
跨平台能力有变化 类名:PathAttribute;
方法or属性:declare class PathAttribute
旧版本信息:
类名:PathAttribute;
方法or属性:declare class PathAttribute
新版本信息:crossplatform
path.d.ts
跨平台能力有变化 类名:PathAttribute;
方法or属性:commands(value: string): PathAttribute;
旧版本信息:
类名:PathAttribute;
方法or属性:commands(value: string): PathAttribute;
新版本信息:crossplatform
path.d.ts
跨平台能力有变化 类名:PatternLockController;
方法or属性:declare class PatternLockController
旧版本信息:
类名:PatternLockController;
方法or属性:declare class PatternLockController
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockController;
方法or属性:constructor();
旧版本信息:
类名:PatternLockController;
方法or属性:constructor();
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockController;
方法or属性:reset();
旧版本信息:
类名:PatternLockController;
方法or属性:reset();
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockInterface;
方法or属性:interface PatternLockInterface
旧版本信息:
类名:PatternLockInterface;
方法or属性:interface PatternLockInterface
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:declare class PatternLockAttribute
旧版本信息:
类名:PatternLockAttribute;
方法or属性:declare class PatternLockAttribute
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:sideLength(value: Length): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:sideLength(value: Length): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:circleRadius(value: Length): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:circleRadius(value: Length): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:backgroundColor(value: ResourceColor): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:backgroundColor(value: ResourceColor): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:regularColor(value: ResourceColor): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:regularColor(value: ResourceColor): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:selectedColor(value: ResourceColor): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:selectedColor(value: ResourceColor): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:activeColor(value: ResourceColor): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:activeColor(value: ResourceColor): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:pathColor(value: ResourceColor): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:pathColor(value: ResourceColor): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:pathStrokeWidth(value: number | string): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:pathStrokeWidth(value: number | string): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:onPatternComplete(callback: (input: Array<number>) => void): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:onPatternComplete(callback: (input: Array<number>) => void): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PatternLockAttribute;
方法or属性:autoReset(value: boolean): PatternLockAttribute;
旧版本信息:
类名:PatternLockAttribute;
方法or属性:autoReset(value: boolean): PatternLockAttribute;
新版本信息:crossplatform
pattern_lock.d.ts
跨平台能力有变化 类名:PolygonInterface;
方法or属性:interface PolygonInterface
旧版本信息:
类名:PolygonInterface;
方法or属性:interface PolygonInterface
新版本信息:crossplatform
polygon.d.ts
跨平台能力有变化 类名:PolygonInterface;
方法or属性:(value?: { width?: string | number; height?: string | number }): PolygonAttribute;
旧版本信息:
类名:PolygonInterface;
方法or属性:(value?: { width?: string | number; height?: string | number }): PolygonAttribute;
新版本信息:crossplatform
polygon.d.ts
跨平台能力有变化 类名:PolygonAttribute;
方法or属性:points(value: Array<any>): PolygonAttribute;
旧版本信息:
类名:PolygonAttribute;
方法or属性:points(value: Array<any>): PolygonAttribute;
新版本信息:crossplatform
polygon.d.ts
跨平台能力有变化 类名:PolylineInterface;
方法or属性:interface PolylineInterface
旧版本信息:
类名:PolylineInterface;
方法or属性:interface PolylineInterface
新版本信息:crossplatform
polyline.d.ts
跨平台能力有变化 类名:PolylineInterface;
方法or属性:(value?: { width?: string | number; height?: string | number }): PolylineAttribute;
旧版本信息:
类名:PolylineInterface;
方法or属性:(value?: { width?: string | number; height?: string | number }): PolylineAttribute;
新版本信息:crossplatform
polyline.d.ts
跨平台能力有变化 类名:PolylineAttribute;
方法or属性:declare class PolylineAttribute
旧版本信息:
类名:PolylineAttribute;
方法or属性:declare class PolylineAttribute
新版本信息:crossplatform
polyline.d.ts
跨平台能力有变化 类名:PolylineAttribute;
方法or属性:points(value: Array<any>): PolylineAttribute;
旧版本信息:
类名:PolylineAttribute;
方法or属性:points(value: Array<any>): PolylineAttribute;
新版本信息:crossplatform
polyline.d.ts
跨平台能力有变化 类名:ProgressOptions;
方法or属性:declare interface ProgressOptions
旧版本信息:
类名:ProgressOptions;
方法or属性:declare interface ProgressOptions
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressOptions;
方法or属性:value: number;
旧版本信息:
类名:ProgressOptions;
方法or属性:value: number;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressOptions;
方法or属性:total?: number;
旧版本信息:
类名:ProgressOptions;
方法or属性:total?: number;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressOptions;
方法or属性:type?: Type
旧版本信息:
类名:ProgressOptions;
方法or属性:type?: Type
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressType;
方法or属性:declare enum ProgressType
旧版本信息:
类名:ProgressType;
方法or属性:declare enum ProgressType
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyle;
方法or属性:Linear
旧版本信息:
类名:ProgressStyle;
方法or属性:Linear
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressType;
方法or属性:Linear = 0
旧版本信息:
类名:ProgressType;
方法or属性:Linear = 0
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyle;
方法or属性:Ring
旧版本信息:
类名:ProgressStyle;
方法or属性:Ring
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressType;
方法or属性:Ring = 1
旧版本信息:
类名:ProgressType;
方法or属性:Ring = 1
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyle;
方法or属性:Eclipse
旧版本信息:
类名:ProgressStyle;
方法or属性:Eclipse
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressType;
方法or属性:Eclipse = 2
旧版本信息:
类名:ProgressType;
方法or属性:Eclipse = 2
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyle;
方法or属性:ScaleRing
旧版本信息:
类名:ProgressStyle;
方法or属性:ScaleRing
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressType;
方法or属性:ScaleRing = 3
旧版本信息:
类名:ProgressType;
方法or属性:ScaleRing = 3
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyle;
方法or属性:Capsule
旧版本信息:
类名:ProgressStyle;
方法or属性:Capsule
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressType;
方法or属性:Capsule = 4
旧版本信息:
类名:ProgressType;
方法or属性:Capsule = 4
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyleOptions;
方法or属性:declare interface ProgressStyleOptions
旧版本信息:
类名:ProgressStyleOptions;
方法or属性:declare interface ProgressStyleOptions
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyleOptions;
方法or属性:strokeWidth?: Length;
旧版本信息:
类名:ProgressStyleOptions;
方法or属性:strokeWidth?: Length;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyleOptions;
方法or属性:scaleCount?: number;
旧版本信息:
类名:ProgressStyleOptions;
方法or属性:scaleCount?: number;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyleOptions;
方法or属性:scaleWidth?: Length;
旧版本信息:
类名:ProgressStyleOptions;
方法or属性:scaleWidth?: Length;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressStyle;
方法or属性:declare enum ProgressStyle
旧版本信息:
类名:ProgressStyle;
方法or属性:declare enum ProgressStyle
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressInterface;
方法or属性:interface ProgressInterface
旧版本信息:
类名:ProgressInterface;
方法or属性:interface ProgressInterface
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressInterface;
方法or属性:<Type extends keyof ProgressStyleMap>(options: ProgressOptions<Type>): ProgressAttribute<Type>;
旧版本信息:
类名:ProgressInterface;
方法or属性:<Type extends keyof ProgressStyleMap>(options: ProgressOptions<Type>): ProgressAttribute<Type>;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressAttribute;
方法or属性:declare class ProgressAttribute
旧版本信息:
类名:ProgressAttribute;
方法or属性:declare class ProgressAttribute
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressAttribute;
方法or属性:value(value: number): ProgressAttribute<Type>;
旧版本信息:
类名:ProgressAttribute;
方法or属性:value(value: number): ProgressAttribute<Type>;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressAttribute;
方法or属性:color(value: ResourceColor | LinearGradient): ProgressAttribute<Type>;
旧版本信息:
类名:ProgressAttribute;
方法or属性:color(value: ResourceColor | LinearGradient): ProgressAttribute<Type>;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:ProgressAttribute;
方法or属性:style(value: Style): ProgressAttribute<Type>;
旧版本信息:
类名:ProgressAttribute;
方法or属性:style(value: Style): ProgressAttribute<Type>;
新版本信息:crossplatform
progress.d.ts
跨平台能力有变化 类名:QRCodeInterface;
方法or属性:interface QRCodeInterface
旧版本信息:
类名:QRCodeInterface;
方法or属性:interface QRCodeInterface
新版本信息:crossplatform
qrcode.d.ts
跨平台能力有变化 类名:QRCodeInterface;
方法or属性:(value: string): QRCodeAttribute;
旧版本信息:
类名:QRCodeInterface;
方法or属性:(value: string): QRCodeAttribute;
新版本信息:crossplatform
qrcode.d.ts
跨平台能力有变化 类名:QRCodeAttribute;
方法or属性:declare class QRCodeAttribute
旧版本信息:
类名:QRCodeAttribute;
方法or属性:declare class QRCodeAttribute
新版本信息:crossplatform
qrcode.d.ts
跨平台能力有变化 类名:QRCodeAttribute;
方法or属性:color(value: ResourceColor): QRCodeAttribute;
旧版本信息:
类名:QRCodeAttribute;
方法or属性:color(value: ResourceColor): QRCodeAttribute;
新版本信息:crossplatform
qrcode.d.ts
跨平台能力有变化 类名:QRCodeAttribute;
方法or属性:backgroundColor(value: ResourceColor): QRCodeAttribute;
旧版本信息:
类名:QRCodeAttribute;
方法or属性:backgroundColor(value: ResourceColor): QRCodeAttribute;
新版本信息:crossplatform
qrcode.d.ts
跨平台能力有变化 类名:RadioOptions;
方法or属性:declare interface RadioOptions
旧版本信息:
类名:RadioOptions;
方法or属性:declare interface RadioOptions
新版本信息:crossplatform
radio.d.ts
跨平台能力有变化 类名:RadioOptions;
方法or属性:group: string;
旧版本信息:
类名:RadioOptions;
方法or属性:group: string;
新版本信息:crossplatform
radio.d.ts
跨平台能力有变化 类名:RadioOptions;
方法or属性:value: string;
旧版本信息:
类名:RadioOptions;
方法or属性:value: string;
新版本信息:crossplatform
radio.d.ts
跨平台能力有变化 类名:RadioInterface;
方法or属性:interface RadioInterface
旧版本信息:
类名:RadioInterface;
方法or属性:interface RadioInterface
新版本信息:crossplatform
radio.d.ts
跨平台能力有变化 类名:RadioInterface;
方法or属性:(options: RadioOptions): RadioAttribute;
旧版本信息:
类名:RadioInterface;
方法or属性:(options: RadioOptions): RadioAttribute;
新版本信息:crossplatform
radio.d.ts
跨平台能力有变化 类名:RadioAttribute;
方法or属性:declare class RadioAttribute
旧版本信息:
类名:RadioAttribute;
方法or属性:declare class RadioAttribute
新版本信息:crossplatform
radio.d.ts
跨平台能力有变化 类名:RadioAttribute;
方法or属性:checked(value: boolean): RadioAttribute;
旧版本信息:
类名:RadioAttribute;
方法or属性:checked(value: boolean): RadioAttribute;
新版本信息:crossplatform
radio.d.ts
跨平台能力有变化 类名:RadioAttribute;
方法or属性:onChange(callback: (isChecked: boolean) => void): RadioAttribute;
旧版本信息:
类名:RadioAttribute;
方法or属性:onChange(callback: (isChecked: boolean) => void): RadioAttribute;
新版本信息:crossplatform
radio.d.ts
跨平台能力有变化 类名:RatingInterface;
方法or属性:interface RatingInterface
旧版本信息:
类名:RatingInterface;
方法or属性:interface RatingInterface
新版本信息:crossplatform
rating.d.ts
跨平台能力有变化 类名:RatingInterface;
方法or属性:(options?: { rating: number; indicator?: boolean }): RatingAttribute;
旧版本信息:
类名:RatingInterface;
方法or属性:(options?: { rating: number; indicator?: boolean }): RatingAttribute;
新版本信息:crossplatform
rating.d.ts
跨平台能力有变化 类名:RatingAttribute;
方法or属性:declare class RatingAttribute
旧版本信息:
类名:RatingAttribute;
方法or属性:declare class RatingAttribute
新版本信息:crossplatform
rating.d.ts
跨平台能力有变化 类名:RatingAttribute;
方法or属性:stars(value: number): RatingAttribute;
旧版本信息:
类名:RatingAttribute;
方法or属性:stars(value: number): RatingAttribute;
新版本信息:crossplatform
rating.d.ts
跨平台能力有变化 类名:RatingAttribute;
方法or属性:stepSize(value: number): RatingAttribute;
旧版本信息:
类名:RatingAttribute;
方法or属性:stepSize(value: number): RatingAttribute;
新版本信息:crossplatform
rating.d.ts
跨平台能力有变化 类名:RatingAttribute;
方法or属性:starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;
旧版本信息:
类名:RatingAttribute;
方法or属性:starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;
新版本信息:crossplatform
rating.d.ts
跨平台能力有变化 类名:RatingAttribute;
方法or属性:onChange(callback: (value: number) => void): RatingAttribute;
旧版本信息:
类名:RatingAttribute;
方法or属性:onChange(callback: (value: number) => void): RatingAttribute;
新版本信息:crossplatform
rating.d.ts
跨平台能力有变化 类名:RectInterface;
方法or属性:interface RectInterface
旧版本信息:
类名:RectInterface;
方法or属性:interface RectInterface
新版本信息:crossplatform
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;
旧版本信息:
类名: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;
新版本信息:crossplatform
rect.d.ts
跨平台能力有变化 类名:RectAttribute;
方法or属性:declare class RectAttribute
旧版本信息:
类名:RectAttribute;
方法or属性:declare class RectAttribute
新版本信息:crossplatform
rect.d.ts
跨平台能力有变化 类名:RectAttribute;
方法or属性:radiusWidth(value: number | string): RectAttribute;
旧版本信息:
类名:RectAttribute;
方法or属性:radiusWidth(value: number | string): RectAttribute;
新版本信息:crossplatform
rect.d.ts
跨平台能力有变化 类名:RectAttribute;
方法or属性:radiusHeight(value: number | string): RectAttribute;
旧版本信息:
类名:RectAttribute;
方法or属性:radiusHeight(value: number | string): RectAttribute;
新版本信息:crossplatform
rect.d.ts
跨平台能力有变化 类名:RectAttribute;
方法or属性:radius(value: number | string | Array<any>): RectAttribute;
旧版本信息:
类名:RectAttribute;
方法or属性:radius(value: number | string | Array<any>): RectAttribute;
新版本信息:crossplatform
rect.d.ts
跨平台能力有变化 类名:RefreshStatus;
方法or属性:declare enum RefreshStatus
旧版本信息:
类名:RefreshStatus;
方法or属性:declare enum RefreshStatus
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshStatus;
方法or属性:Inactive
旧版本信息:
类名:RefreshStatus;
方法or属性:Inactive
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshStatus;
方法or属性:Drag
旧版本信息:
类名:RefreshStatus;
方法or属性:Drag
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshStatus;
方法or属性:OverDrag
旧版本信息:
类名:RefreshStatus;
方法or属性:OverDrag
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshStatus;
方法or属性:Refresh
旧版本信息:
类名:RefreshStatus;
方法or属性:Refresh
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshStatus;
方法or属性:Done
旧版本信息:
类名:RefreshStatus;
方法or属性:Done
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshInterface;
方法or属性:interface RefreshInterface
旧版本信息:
类名:RefreshInterface;
方法or属性:interface RefreshInterface
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshInterface;
方法or属性:(value: RefreshOptions): RefreshAttribute;
旧版本信息:
类名:RefreshInterface;
方法or属性:(value: RefreshOptions): RefreshAttribute;
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshAttribute;
方法or属性:declare class RefreshAttribute
旧版本信息:
类名:RefreshAttribute;
方法or属性:declare class RefreshAttribute
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshAttribute;
方法or属性:onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
旧版本信息:
类名:RefreshAttribute;
方法or属性:onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RefreshAttribute;
方法or属性:onRefreshing(callback: () => void): RefreshAttribute;
旧版本信息:
类名:RefreshAttribute;
方法or属性:onRefreshing(callback: () => void): RefreshAttribute;
新版本信息:crossplatform
refresh.d.ts
跨平台能力有变化 类名:RelativeContainerInterface;
方法or属性:interface RelativeContainerInterface
旧版本信息:
类名:RelativeContainerInterface;
方法or属性:interface RelativeContainerInterface
新版本信息:crossplatform
relative_container.d.ts
跨平台能力有变化 类名:RelativeContainerAttribute;
方法or属性:declare class RelativeContainerAttribute
旧版本信息:
类名:RelativeContainerAttribute;
方法or属性:declare class RelativeContainerAttribute
新版本信息:crossplatform
relative_container.d.ts
跨平台能力有变化 类名:RowInterface;
方法or属性:interface RowInterface
旧版本信息:
类名:RowInterface;
方法or属性:interface RowInterface
新版本信息:crossplatform
row.d.ts
跨平台能力有变化 类名:RowInterface;
方法or属性:(value?: { space?: string | number }): RowAttribute;
旧版本信息:
类名:RowInterface;
方法or属性:(value?: { space?: string | number }): RowAttribute;
新版本信息:crossplatform
row.d.ts
跨平台能力有变化 类名:RowAttribute;
方法or属性:declare class RowAttribute
旧版本信息:
类名:RowAttribute;
方法or属性:declare class RowAttribute
新版本信息:crossplatform
row.d.ts
跨平台能力有变化 类名:RowAttribute;
方法or属性:alignItems(value: VerticalAlign): RowAttribute;
旧版本信息:
类名:RowAttribute;
方法or属性:alignItems(value: VerticalAlign): RowAttribute;
新版本信息:crossplatform
row.d.ts
跨平台能力有变化 类名:RowAttribute;
方法or属性:justifyContent(value: FlexAlign): RowAttribute;
旧版本信息:
类名:RowAttribute;
方法or属性:justifyContent(value: FlexAlign): RowAttribute;
新版本信息:crossplatform
row.d.ts
跨平台能力有变化 类名:RowSplitInterface;
方法or属性:interface RowSplitInterface
旧版本信息:
类名:RowSplitInterface;
方法or属性:interface RowSplitInterface
新版本信息:crossplatform
row_split.d.ts
跨平台能力有变化 类名:RowSplitInterface;
方法or属性:(): RowSplitAttribute;
旧版本信息:
类名:RowSplitInterface;
方法or属性:(): RowSplitAttribute;
新版本信息:crossplatform
row_split.d.ts
跨平台能力有变化 类名:RowSplitAttribute;
方法or属性:declare class RowSplitAttribute
旧版本信息:
类名:RowSplitAttribute;
方法or属性:declare class RowSplitAttribute
新版本信息:crossplatform
row_split.d.ts
跨平台能力有变化 类名:RowSplitAttribute;
方法or属性:resizeable(value: boolean): RowSplitAttribute;
旧版本信息:
类名:RowSplitAttribute;
方法or属性:resizeable(value: boolean): RowSplitAttribute;
新版本信息:crossplatform
row_split.d.ts
跨平台能力有变化 类名:ScrollDirection;
方法or属性:declare enum ScrollDirection
旧版本信息:
类名:ScrollDirection;
方法or属性:declare enum ScrollDirection
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollDirection;
方法or属性:Vertical
旧版本信息:
类名:ScrollDirection;
方法or属性:Vertical
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollDirection;
方法or属性:Horizontal
旧版本信息:
类名:ScrollDirection;
方法or属性:Horizontal
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollDirection;
方法or属性:None
旧版本信息:
类名:ScrollDirection;
方法or属性:None
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:Scroller;
方法or属性:declare class Scroller
旧版本信息:
类名:Scroller;
方法or属性:declare class Scroller
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:Scroller;
方法or属性:constructor();
旧版本信息:
类名:Scroller;
方法or属性:constructor();
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:Scroller;
方法or属性:scrollTo(value: {
/
* The X-axis offset.
*
* @type { number | string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
xOffset: number | string;

/

* The Y-axis offset.
*
* @type { number | string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
yOffset: number | string;

/**
* Descriptive animation.
*
* @type { ?object } The object type provides custom animation parameters
* and the boolean type enables default spring animation.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
animation?: { duration?: number; curve?: Curve | ICurve } | boolean;
});
旧版本信息:
类名:Scroller;
方法or属性:scrollTo(value: {
/
* The X-axis offset.
*
* @type { number | string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
xOffset: number | string;

/

* The Y-axis offset.
*
* @type { number | string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
yOffset: number | string;

/**
* Descriptive animation.
*
* @type { ?object } The object type provides custom animation parameters
* and the boolean type enables default spring animation.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
animation?: { duration?: number; curve?: Curve | ICurve } | boolean;
});
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:Scroller;
方法or属性:scrollEdge(value: Edge);
旧版本信息:
类名:Scroller;
方法or属性:scrollEdge(value: Edge);
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:Scroller;
方法or属性:scrollPage(value: { next: boolean });
旧版本信息:
类名:Scroller;
方法or属性:scrollPage(value: { next: boolean });
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:Scroller;
方法or属性:currentOffset();
旧版本信息:
类名:Scroller;
方法or属性:currentOffset();
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:Scroller;
方法or属性:scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);
旧版本信息:
类名:Scroller;
方法or属性:scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:Scroller;
方法or属性:scrollBy(dx: Length, dy: Length);
旧版本信息:
类名:Scroller;
方法or属性:scrollBy(dx: Length, dy: Length);
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollInterface;
方法or属性:interface ScrollInterface
旧版本信息:
类名:ScrollInterface;
方法or属性:interface ScrollInterface
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollInterface;
方法or属性:(scroller?: Scroller): ScrollAttribute;
旧版本信息:
类名:ScrollInterface;
方法or属性:(scroller?: Scroller): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:declare class ScrollAttribute
旧版本信息:
类名:ScrollAttribute;
方法or属性:declare class ScrollAttribute
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:scrollable(value: ScrollDirection): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:scrollable(value: ScrollDirection): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:onScrollStart(event: () => void): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:onScrollStart(event: () => void): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:onScrollStop(event: () => void): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:onScrollStop(event: () => void): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:scrollBar(barState: BarState): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:scrollBar(barState: BarState): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:scrollBarColor(color: Color | number | string): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:scrollBarColor(color: Color | number | string): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:scrollBarWidth(value: number | string): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:scrollBarWidth(value: number | string): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollAttribute;
方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
旧版本信息:
类名:ScrollAttribute;
方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
新版本信息:crossplatform
scroll.d.ts
跨平台能力有变化 类名:ScrollBarDirection;
方法or属性:declare enum ScrollBarDirection
旧版本信息:
类名:ScrollBarDirection;
方法or属性:declare enum ScrollBarDirection
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarDirection;
方法or属性:Vertical
旧版本信息:
类名:ScrollBarDirection;
方法or属性:Vertical
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarDirection;
方法or属性:Horizontal
旧版本信息:
类名:ScrollBarDirection;
方法or属性:Horizontal
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarOptions;
方法or属性:declare interface ScrollBarOptions
旧版本信息:
类名:ScrollBarOptions;
方法or属性:declare interface ScrollBarOptions
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarOptions;
方法or属性:scroller: Scroller;
旧版本信息:
类名:ScrollBarOptions;
方法or属性:scroller: Scroller;
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarOptions;
方法or属性:direction?: ScrollBarDirection;
旧版本信息:
类名:ScrollBarOptions;
方法or属性:direction?: ScrollBarDirection;
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarOptions;
方法or属性:state?: BarState;
旧版本信息:
类名:ScrollBarOptions;
方法or属性:state?: BarState;
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarInterface;
方法or属性:interface ScrollBarInterface
旧版本信息:
类名:ScrollBarInterface;
方法or属性:interface ScrollBarInterface
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarInterface;
方法or属性:(value: ScrollBarOptions): ScrollBarAttribute;
旧版本信息:
类名:ScrollBarInterface;
方法or属性:(value: ScrollBarOptions): ScrollBarAttribute;
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:ScrollBarAttribute;
方法or属性:declare class ScrollBarAttribute
旧版本信息:
类名:ScrollBarAttribute;
方法or属性:declare class ScrollBarAttribute
新版本信息:crossplatform
scroll_bar.d.ts
跨平台能力有变化 类名:SearchController;
方法or属性:declare class SearchController
旧版本信息:
类名:SearchController;
方法or属性:declare class SearchController
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchController;
方法or属性:constructor();
旧版本信息:
类名:SearchController;
方法or属性:constructor();
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchController;
方法or属性:caretPosition(value: number): void;
旧版本信息:
类名:SearchController;
方法or属性:caretPosition(value: number): void;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchInterface;
方法or属性:interface SearchInterface
旧版本信息:
类名:SearchInterface;
方法or属性:interface SearchInterface
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:declare class SearchAttribute
旧版本信息:
类名:SearchAttribute;
方法or属性:declare class SearchAttribute
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:searchButton(value: string, option?: SearchButtonOptions): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:searchButton(value: string, option?: SearchButtonOptions): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:placeholderColor(value: ResourceColor): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:placeholderColor(value: ResourceColor): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:placeholderFont(value?: Font): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:placeholderFont(value?: Font): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:textFont(value?: Font): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:textFont(value?: Font): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:onSubmit(callback: (value: string) => void): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:onSubmit(callback: (value: string) => void): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:onChange(callback: (value: string) => void): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:onChange(callback: (value: string) => void): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:onCopy(callback: (value: string) => void): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:onCopy(callback: (value: string) => void): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:onCut(callback: (value: string) => void): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:onCut(callback: (value: string) => void): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:onPaste(callback: (value: string) => void): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:onPaste(callback: (value: string) => void): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:copyOption(value: CopyOptions): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:copyOption(value: CopyOptions): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SearchAttribute;
方法or属性:textAlign(value: TextAlign): SearchAttribute;
旧版本信息:
类名:SearchAttribute;
方法or属性:textAlign(value: TextAlign): SearchAttribute;
新版本信息:crossplatform
search.d.ts
跨平台能力有变化 类名:SelectOption;
方法or属性:declare interface SelectOption
旧版本信息:
类名:SelectOption;
方法or属性:declare interface SelectOption
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectOption;
方法or属性:value: ResourceStr;
旧版本信息:
类名:SelectOption;
方法or属性:value: ResourceStr;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectOption;
方法or属性:icon?: ResourceStr;
旧版本信息:
类名:SelectOption;
方法or属性:icon?: ResourceStr;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectInterface;
方法or属性:interface SelectInterface
旧版本信息:
类名:SelectInterface;
方法or属性:interface SelectInterface
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectInterface;
方法or属性:(options: Array<SelectOption>): SelectAttribute;
旧版本信息:
类名:SelectInterface;
方法or属性:(options: Array<SelectOption>): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:declare class SelectAttribute
旧版本信息:
类名:SelectAttribute;
方法or属性:declare class SelectAttribute
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:selected(value: number): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:selected(value: number): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:value(value: string): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:value(value: string): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:font(value: Font): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:font(value: Font): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:fontColor(value: ResourceColor): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:fontColor(value: ResourceColor): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:selectedOptionBgColor(value: ResourceColor): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:selectedOptionBgColor(value: ResourceColor): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:selectedOptionFont(value: Font): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:selectedOptionFont(value: Font): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:selectedOptionFontColor(value: ResourceColor): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:selectedOptionFontColor(value: ResourceColor): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:optionBgColor(value: ResourceColor): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:optionBgColor(value: ResourceColor): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:optionFont(value: Font): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:optionFont(value: Font): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:optionFontColor(value: ResourceColor): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:optionFontColor(value: ResourceColor): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:SelectAttribute;
方法or属性:onSelect(callback: (index: number, value: string) => void): SelectAttribute;
旧版本信息:
类名:SelectAttribute;
方法or属性:onSelect(callback: (index: number, value: string) => void): SelectAttribute;
新版本信息:crossplatform
select.d.ts
跨平台能力有变化 类名:ShapeInterface;
方法or属性:interface ShapeInterface
旧版本信息:
类名:ShapeInterface;
方法or属性:interface ShapeInterface
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeInterface;
方法or属性:(value: PixelMap): ShapeAttribute;
旧版本信息:
类名:ShapeInterface;
方法or属性:(value: PixelMap): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeInterface;
方法or属性:(): ShapeAttribute;
旧版本信息:
类名:ShapeInterface;
方法or属性:(): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:declare class ShapeAttribute
旧版本信息:
类名:ShapeAttribute;
方法or属性:declare class ShapeAttribute
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:viewPort(value: { x?: number | string; y?: number | string; width?: number | string; height?: number | string }): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:viewPort(value: { x?: number | string; y?: number | string; width?: number | string; height?: number | string }): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:stroke(value: ResourceColor): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:stroke(value: ResourceColor): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:fill(value: ResourceColor): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:fill(value: ResourceColor): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:strokeDashOffset(value: number | string): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:strokeDashOffset(value: number | string): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:strokeDashArray(value: Array<any>): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:strokeDashArray(value: Array<any>): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:strokeLineCap(value: LineCapStyle): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:strokeLineCap(value: LineCapStyle): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:strokeMiterLimit(value: number | string): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:strokeMiterLimit(value: number | string): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:strokeOpacity(value: number | string | Resource): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:strokeOpacity(value: number | string | Resource): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:fillOpacity(value: number | string | Resource): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:fillOpacity(value: number | string | Resource): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:strokeWidth(value: number | string): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:strokeWidth(value: number | string): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:antiAlias(value: boolean): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:antiAlias(value: boolean): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:ShapeAttribute;
方法or属性:mesh(value: Array<any>, column: number, row: number): ShapeAttribute;
旧版本信息:
类名:ShapeAttribute;
方法or属性:mesh(value: Array<any>, column: number, row: number): ShapeAttribute;
新版本信息:crossplatform
shape.d.ts
跨平台能力有变化 类名:SideBarContainerType;
方法or属性:declare enum SideBarContainerType
旧版本信息:
类名:SideBarContainerType;
方法or属性:declare enum SideBarContainerType
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerType;
方法or属性:Embed
旧版本信息:
类名:SideBarContainerType;
方法or属性:Embed
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerType;
方法or属性:Overlay
旧版本信息:
类名:SideBarContainerType;
方法or属性:Overlay
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarPosition;
方法or属性:declare enum SideBarPosition
旧版本信息:
类名:SideBarPosition;
方法or属性:declare enum SideBarPosition
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarPosition;
方法or属性:Start
旧版本信息:
类名:SideBarPosition;
方法or属性:Start
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarPosition;
方法or属性:End
旧版本信息:
类名:SideBarPosition;
方法or属性:End
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:ButtonStyle;
方法or属性:declare interface ButtonStyle
旧版本信息:
类名:ButtonStyle;
方法or属性:declare interface ButtonStyle
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:ButtonStyle;
方法or属性:left?: number;
旧版本信息:
类名:ButtonStyle;
方法or属性:left?: number;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:ButtonStyle;
方法or属性:top?: number;
旧版本信息:
类名:ButtonStyle;
方法or属性:top?: number;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:ButtonStyle;
方法or属性:width?: number;
旧版本信息:
类名:ButtonStyle;
方法or属性:width?: number;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:ButtonStyle;
方法or属性:height?: number;
旧版本信息:
类名:ButtonStyle;
方法or属性:height?: number;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:ButtonStyle;
方法or属性:icons?: {
shown: string | PixelMap | Resource;
hidden: string | PixelMap | Resource;
switching?: string | PixelMap | Resource;
};
旧版本信息:
类名:ButtonStyle;
方法or属性:icons?: {
shown: string | PixelMap | Resource;
hidden: string | PixelMap | Resource;
switching?: string | PixelMap | Resource;
};
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerInterface;
方法or属性:interface SideBarContainerInterface
旧版本信息:
类名:SideBarContainerInterface;
方法or属性:interface SideBarContainerInterface
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerInterface;
方法or属性:(type?: SideBarContainerType): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerInterface;
方法or属性:(type?: SideBarContainerType): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:declare class SideBarContainerAttribute
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:declare class SideBarContainerAttribute
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:showSideBar(value: boolean): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:showSideBar(value: boolean): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:controlButton(value: ButtonStyle): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:controlButton(value: ButtonStyle): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:showControlButton(value: boolean): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:showControlButton(value: boolean): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:sideBarWidth(value: number): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:sideBarWidth(value: number): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:sideBarWidth(value: Length): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:sideBarWidth(value: Length): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:minSideBarWidth(value: number): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:minSideBarWidth(value: number): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:minSideBarWidth(value: Length): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:minSideBarWidth(value: Length): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:maxSideBarWidth(value: number): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:maxSideBarWidth(value: number): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:autoHide(value: boolean): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:autoHide(value: boolean): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SideBarContainerAttribute;
方法or属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
旧版本信息:
类名:SideBarContainerAttribute;
方法or属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
新版本信息:crossplatform
sidebar.d.ts
跨平台能力有变化 类名:SliderStyle;
方法or属性:declare enum SliderStyle
旧版本信息:
类名:SliderStyle;
方法or属性:declare enum SliderStyle
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderStyle;
方法or属性:OutSet
旧版本信息:
类名:SliderStyle;
方法or属性:OutSet
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderStyle;
方法or属性:InSet
旧版本信息:
类名:SliderStyle;
方法or属性:InSet
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderChangeMode;
方法or属性:declare enum SliderChangeMode
旧版本信息:
类名:SliderChangeMode;
方法or属性:declare enum SliderChangeMode
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderChangeMode;
方法or属性:Begin
旧版本信息:
类名:SliderChangeMode;
方法or属性:Begin
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderChangeMode;
方法or属性:Moving
旧版本信息:
类名:SliderChangeMode;
方法or属性:Moving
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderChangeMode;
方法or属性:End
旧版本信息:
类名:SliderChangeMode;
方法or属性:End
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderChangeMode;
方法or属性:Click
旧版本信息:
类名:SliderChangeMode;
方法or属性:Click
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderOptions;
方法or属性:declare interface SliderOptions
旧版本信息:
类名:SliderOptions;
方法or属性:declare interface SliderOptions
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderOptions;
方法or属性:value?: number;
旧版本信息:
类名:SliderOptions;
方法or属性:value?: number;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderOptions;
方法or属性:min?: number;
旧版本信息:
类名:SliderOptions;
方法or属性:min?: number;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderOptions;
方法or属性:max?: number;
旧版本信息:
类名:SliderOptions;
方法or属性:max?: number;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderOptions;
方法or属性:step?: number;
旧版本信息:
类名:SliderOptions;
方法or属性:step?: number;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderOptions;
方法or属性:style?: SliderStyle;
旧版本信息:
类名:SliderOptions;
方法or属性:style?: SliderStyle;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderOptions;
方法or属性:direction?: Axis;
旧版本信息:
类名:SliderOptions;
方法or属性:direction?: Axis;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderOptions;
方法or属性:reverse?: boolean;
旧版本信息:
类名:SliderOptions;
方法or属性:reverse?: boolean;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderInterface;
方法or属性:interface SliderInterface
旧版本信息:
类名:SliderInterface;
方法or属性:interface SliderInterface
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderInterface;
方法or属性:(options?: SliderOptions): SliderAttribute;
旧版本信息:
类名:SliderInterface;
方法or属性:(options?: SliderOptions): SliderAttribute;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderAttribute;
方法or属性:declare class SliderAttribute
旧版本信息:
类名:SliderAttribute;
方法or属性:declare class SliderAttribute
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderAttribute;
方法or属性:blockColor(value: ResourceColor): SliderAttribute;
旧版本信息:
类名:SliderAttribute;
方法or属性:blockColor(value: ResourceColor): SliderAttribute;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderAttribute;
方法or属性:trackColor(value: ResourceColor): SliderAttribute;
旧版本信息:
类名:SliderAttribute;
方法or属性:trackColor(value: ResourceColor): SliderAttribute;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderAttribute;
方法or属性:selectedColor(value: ResourceColor): SliderAttribute;
旧版本信息:
类名:SliderAttribute;
方法or属性:selectedColor(value: ResourceColor): SliderAttribute;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderAttribute;
方法or属性:showSteps(value: boolean): SliderAttribute;
旧版本信息:
类名:SliderAttribute;
方法or属性:showSteps(value: boolean): SliderAttribute;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderAttribute;
方法or属性:showTips(value: boolean, content?: ResourceStr): SliderAttribute;
旧版本信息:
类名:SliderAttribute;
方法or属性:showTips(value: boolean, content?: ResourceStr): SliderAttribute;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderAttribute;
方法or属性:trackThickness(value: Length): SliderAttribute;
旧版本信息:
类名:SliderAttribute;
方法or属性:trackThickness(value: Length): SliderAttribute;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SliderAttribute;
方法or属性:onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;
旧版本信息:
类名:SliderAttribute;
方法or属性:onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;
新版本信息:crossplatform
slider.d.ts
跨平台能力有变化 类名:SpanInterface;
方法or属性:interface SpanInterface
旧版本信息:
类名:SpanInterface;
方法or属性:interface SpanInterface
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanInterface;
方法or属性:(value: string | Resource): SpanAttribute;
旧版本信息:
类名:SpanInterface;
方法or属性:(value: string | Resource): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:declare class SpanAttribute
旧版本信息:
类名:SpanAttribute;
方法or属性:declare class SpanAttribute
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:fontColor(value: ResourceColor): SpanAttribute;
旧版本信息:
类名:SpanAttribute;
方法or属性:fontColor(value: ResourceColor): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:fontSize(value: number | string | Resource): SpanAttribute;
旧版本信息:
类名:SpanAttribute;
方法or属性:fontSize(value: number | string | Resource): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:fontStyle(value: FontStyle): SpanAttribute;
旧版本信息:
类名:SpanAttribute;
方法or属性:fontStyle(value: FontStyle): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): SpanAttribute;
旧版本信息:
类名:SpanAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:fontFamily(value: string | Resource): SpanAttribute;
旧版本信息:
类名:SpanAttribute;
方法or属性:fontFamily(value: string | Resource): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;
旧版本信息:
类名:SpanAttribute;
方法or属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:letterSpacing(value: number | string): SpanAttribute;
旧版本信息:
类名:SpanAttribute;
方法or属性:letterSpacing(value: number | string): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:SpanAttribute;
方法or属性:textCase(value: TextCase): SpanAttribute;
旧版本信息:
类名:SpanAttribute;
方法or属性:textCase(value: TextCase): SpanAttribute;
新版本信息:crossplatform
span.d.ts
跨平台能力有变化 类名:StackInterface;
方法or属性:interface StackInterface
旧版本信息:
类名:StackInterface;
方法or属性:interface StackInterface
新版本信息:crossplatform
stack.d.ts
跨平台能力有变化 类名:StackInterface;
方法or属性:(value?: { alignContent?: Alignment }): StackAttribute;
旧版本信息:
类名:StackInterface;
方法or属性:(value?: { alignContent?: Alignment }): StackAttribute;
新版本信息:crossplatform
stack.d.ts
跨平台能力有变化 类名:StackAttribute;
方法or属性:declare class StackAttribute
旧版本信息:
类名:StackAttribute;
方法or属性:declare class StackAttribute
新版本信息:crossplatform
stack.d.ts
跨平台能力有变化 类名:StackAttribute;
方法or属性:alignContent(value: Alignment): StackAttribute;
旧版本信息:
类名:StackAttribute;
方法or属性:alignContent(value: Alignment): StackAttribute;
新版本信息:crossplatform
stack.d.ts
跨平台能力有变化 类名:StepperInterface;
方法or属性:interface StepperInterface
旧版本信息:
类名:StepperInterface;
方法or属性:interface StepperInterface
新版本信息:crossplatform
stepper.d.ts
跨平台能力有变化 类名:StepperInterface;
方法or属性:(value?: { index?: number }): StepperAttribute;
旧版本信息:
类名:StepperInterface;
方法or属性:(value?: { index?: number }): StepperAttribute;
新版本信息:crossplatform
stepper.d.ts
跨平台能力有变化 类名:StepperAttribute;
方法or属性:declare class StepperAttribute
旧版本信息:
类名:StepperAttribute;
方法or属性:declare class StepperAttribute
新版本信息:crossplatform
stepper.d.ts
跨平台能力有变化 类名:StepperAttribute;
方法or属性:onFinish(callback: () => void): StepperAttribute;
旧版本信息:
类名:StepperAttribute;
方法or属性:onFinish(callback: () => void): StepperAttribute;
新版本信息:crossplatform
stepper.d.ts
跨平台能力有变化 类名:StepperAttribute;
方法or属性:onSkip(callback: () => void): StepperAttribute;
旧版本信息:
类名:StepperAttribute;
方法or属性:onSkip(callback: () => void): StepperAttribute;
新版本信息:crossplatform
stepper.d.ts
跨平台能力有变化 类名:StepperAttribute;
方法or属性:onChange(callback: (prevIndex: number, index: number) => void): StepperAttribute;
旧版本信息:
类名:StepperAttribute;
方法or属性:onChange(callback: (prevIndex: number, index: number) => void): StepperAttribute;
新版本信息:crossplatform
stepper.d.ts
跨平台能力有变化 类名:StepperAttribute;
方法or属性:onNext(callback: (index: number, pendingIndex: number) => void): StepperAttribute;
旧版本信息:
类名:StepperAttribute;
方法or属性:onNext(callback: (index: number, pendingIndex: number) => void): StepperAttribute;
新版本信息:crossplatform
stepper.d.ts
跨平台能力有变化 类名:StepperAttribute;
方法or属性:onPrevious(callback: (index: number, pendingIndex: number) => void): StepperAttribute;
旧版本信息:
类名:StepperAttribute;
方法or属性:onPrevious(callback: (index: number, pendingIndex: number) => void): StepperAttribute;
新版本信息:crossplatform
stepper.d.ts
跨平台能力有变化 类名:ItemState;
方法or属性:declare enum ItemState
旧版本信息:
类名:ItemState;
方法or属性:declare enum ItemState
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:ItemState;
方法or属性:Normal
旧版本信息:
类名:ItemState;
方法or属性:Normal
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:ItemState;
方法or属性:Disabled
旧版本信息:
类名:ItemState;
方法or属性:Disabled
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:ItemState;
方法or属性:Waiting
旧版本信息:
类名:ItemState;
方法or属性:Waiting
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:ItemState;
方法or属性:Skip
旧版本信息:
类名:ItemState;
方法or属性:Skip
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:StepperItemInterface;
方法or属性:interface StepperItemInterface
旧版本信息:
类名:StepperItemInterface;
方法or属性:interface StepperItemInterface
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:StepperItemInterface;
方法or属性:(): StepperItemAttribute;
旧版本信息:
类名:StepperItemInterface;
方法or属性:(): StepperItemAttribute;
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:StepperItemAttribute;
方法or属性:declare class StepperItemAttribute
旧版本信息:
类名:StepperItemAttribute;
方法or属性:declare class StepperItemAttribute
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:StepperItemAttribute;
方法or属性:prevLabel(value: string): StepperItemAttribute;
旧版本信息:
类名:StepperItemAttribute;
方法or属性:prevLabel(value: string): StepperItemAttribute;
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:StepperItemAttribute;
方法or属性:nextLabel(value: string): StepperItemAttribute;
旧版本信息:
类名:StepperItemAttribute;
方法or属性:nextLabel(value: string): StepperItemAttribute;
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:StepperItemAttribute;
方法or属性:status(value?: ItemState): StepperItemAttribute;
旧版本信息:
类名:StepperItemAttribute;
方法or属性:status(value?: ItemState): StepperItemAttribute;
新版本信息:crossplatform
stepper_item.d.ts
跨平台能力有变化 类名:SwiperController;
方法or属性:declare class SwiperController
旧版本信息:
类名:SwiperController;
方法or属性:declare class SwiperController
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperController;
方法or属性:constructor();
旧版本信息:
类名:SwiperController;
方法or属性:constructor();
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperController;
方法or属性:showNext();
旧版本信息:
类名:SwiperController;
方法or属性:showNext();
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperController;
方法or属性:showPrevious();
旧版本信息:
类名:SwiperController;
方法or属性:showPrevious();
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperController;
方法or属性:finishAnimation(callback?: () => void);
旧版本信息:
类名:SwiperController;
方法or属性:finishAnimation(callback?: () => void);
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperDisplayMode;
方法or属性:declare enum SwiperDisplayMode
旧版本信息:
类名:SwiperDisplayMode;
方法or属性:declare enum SwiperDisplayMode
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperInterface;
方法or属性:interface SwiperInterface
旧版本信息:
类名:SwiperInterface;
方法or属性:interface SwiperInterface
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperInterface;
方法or属性:(controller?: SwiperController): SwiperAttribute;
旧版本信息:
类名:SwiperInterface;
方法or属性:(controller?: SwiperController): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:declare class SwiperAttribute
旧版本信息:
类名:SwiperAttribute;
方法or属性:declare class SwiperAttribute
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:index(value: number): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:index(value: number): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:autoPlay(value: boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:autoPlay(value: boolean): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:interval(value: number): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:interval(value: number): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:indicator(value: DotIndicator | DigitIndicator | boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:indicator(value: DotIndicator | DigitIndicator | boolean): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:loop(value: boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:loop(value: boolean): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:duration(value: number): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:duration(value: number): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:vertical(value: boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:vertical(value: boolean): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:itemSpace(value: number | string): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:itemSpace(value: number | string): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:cachedCount(value: number): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:cachedCount(value: number): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:displayCount(value: number | string | SwiperAutoFill): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:displayCount(value: number | string | SwiperAutoFill): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:effectMode(value: EdgeEffect): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:effectMode(value: EdgeEffect): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:disableSwipe(value: boolean): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:disableSwipe(value: boolean): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:curve(value: Curve | string | ICurve): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:curve(value: Curve | string | ICurve): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:onChange(event: (index: number) => void): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:onChange(event: (index: number) => void): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:SwiperAttribute;
方法or属性:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
旧版本信息:
类名:SwiperAttribute;
方法or属性:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
新版本信息:crossplatform
swiper.d.ts
跨平台能力有变化 类名:BarMode;
方法or属性:declare enum BarMode
旧版本信息:
类名:BarMode;
方法or属性:declare enum BarMode
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:BarMode;
方法or属性:Scrollable = 0
旧版本信息:
类名:BarMode;
方法or属性:Scrollable = 0
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:BarMode;
方法or属性:Fixed = 1
旧版本信息:
类名:BarMode;
方法or属性:Fixed = 1
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:BarPosition;
方法or属性:declare enum BarPosition
旧版本信息:
类名:BarPosition;
方法or属性:declare enum BarPosition
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:BarPosition;
方法or属性:Start
旧版本信息:
类名:BarPosition;
方法or属性:Start
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:BarPosition;
方法or属性:End
旧版本信息:
类名:BarPosition;
方法or属性:End
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsController;
方法or属性:declare class TabsController
旧版本信息:
类名:TabsController;
方法or属性:declare class TabsController
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsController;
方法or属性:constructor();
旧版本信息:
类名:TabsController;
方法or属性:constructor();
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsController;
方法or属性:changeIndex(value: number): void;
旧版本信息:
类名:TabsController;
方法or属性:changeIndex(value: number): void;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsInterface;
方法or属性:interface TabsInterface
旧版本信息:
类名:TabsInterface;
方法or属性:interface TabsInterface
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsInterface;
方法or属性:(value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
旧版本信息:
类名:TabsInterface;
方法or属性:(value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:declare class TabsAttribute
旧版本信息:
类名:TabsAttribute;
方法or属性:declare class TabsAttribute
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:vertical(value: boolean): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:vertical(value: boolean): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:barPosition(value: BarPosition): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:barPosition(value: BarPosition): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:scrollable(value: boolean): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:scrollable(value: boolean): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:barMode(value: BarMode.Fixed): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:barMode(value: BarMode.Fixed): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:barMode(value: BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:barMode(value: BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:barMode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:barMode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:barWidth(value: Length): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:barWidth(value: Length): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:barHeight(value: Length): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:barHeight(value: Length): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:animationDuration(value: number): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:animationDuration(value: number): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:TabsAttribute;
方法or属性:onChange(event: (index: number) => void): TabsAttribute;
旧版本信息:
类名:TabsAttribute;
方法or属性:onChange(event: (index: number) => void): TabsAttribute;
新版本信息:crossplatform
tabs.d.ts
跨平台能力有变化 类名:SubTabBarStyle;
方法or属性:declare class SubTabBarStyle
旧版本信息:
类名:SubTabBarStyle;
方法or属性:declare class SubTabBarStyle
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:SubTabBarStyle;
方法or属性:constructor(content: ResourceStr);
旧版本信息:
类名:SubTabBarStyle;
方法or属性:constructor(content: ResourceStr);
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:BottomTabBarStyle;
方法or属性:declare class BottomTabBarStyle
旧版本信息:
类名:BottomTabBarStyle;
方法or属性:declare class BottomTabBarStyle
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:BottomTabBarStyle;
方法or属性:constructor(icon: ResourceStr, text: ResourceStr);
旧版本信息:
类名:BottomTabBarStyle;
方法or属性:constructor(icon: ResourceStr, text: ResourceStr);
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:TabContentInterface;
方法or属性:interface TabContentInterface
旧版本信息:
类名:TabContentInterface;
方法or属性:interface TabContentInterface
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:TabContentInterface;
方法or属性:(): TabContentAttribute;
旧版本信息:
类名:TabContentInterface;
方法or属性:(): TabContentAttribute;
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:TabContentAttribute;
方法or属性:declare class TabContentAttribute
旧版本信息:
类名:TabContentAttribute;
方法or属性:declare class TabContentAttribute
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:TabContentAttribute;
方法or属性:tabBar(value: string | Resource | CustomBuilder |
{ icon?: string | Resource; text?: string | Resource }): TabContentAttribute;
旧版本信息:
类名:TabContentAttribute;
方法or属性:tabBar(value: string | Resource | CustomBuilder |
{ icon?: string | Resource; text?: string | Resource }): TabContentAttribute;
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:TabContentAttribute;
方法or属性:tabBar(value: SubTabBarStyle | BottomTabBarStyle): TabContentAttribute;
旧版本信息:
类名:TabContentAttribute;
方法or属性:tabBar(value: SubTabBarStyle | BottomTabBarStyle): TabContentAttribute;
新版本信息:crossplatform
tab_content.d.ts
跨平台能力有变化 类名:TextInterface;
方法or属性:interface TextInterface
旧版本信息:
类名:TextInterface;
方法or属性:interface TextInterface
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextInterface;
方法or属性:(content?: string | Resource): TextAttribute;
旧版本信息:
类名:TextInterface;
方法or属性:(content?: string | Resource): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:declare class TextAttribute
旧版本信息:
类名:TextAttribute;
方法or属性:declare class TextAttribute
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:fontColor(value: ResourceColor): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:fontColor(value: ResourceColor): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:fontSize(value: number | string | Resource): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:fontSize(value: number | string | Resource): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:minFontSize(value: number | string | Resource): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:minFontSize(value: number | string | Resource): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:maxFontSize(value: number | string | Resource): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:maxFontSize(value: number | string | Resource): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:fontStyle(value: FontStyle): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:fontStyle(value: FontStyle): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:textAlign(value: TextAlign): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:textAlign(value: TextAlign): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:lineHeight(value: number | string | Resource): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:lineHeight(value: number | string | Resource): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:textOverflow(value: { overflow: TextOverflow }): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:textOverflow(value: { overflow: TextOverflow }): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:fontFamily(value: string | Resource): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:fontFamily(value: string | Resource): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:maxLines(value: number): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:maxLines(value: number): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:letterSpacing(value: number | string): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:letterSpacing(value: number | string): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:textCase(value: TextCase): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:textCase(value: TextCase): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:baselineOffset(value: number | string): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:baselineOffset(value: number | string): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAttribute;
方法or属性:copyOption(value: CopyOptions): TextAttribute;
旧版本信息:
类名:TextAttribute;
方法or属性:copyOption(value: CopyOptions): TextAttribute;
新版本信息:crossplatform
text.d.ts
跨平台能力有变化 类名:TextAreaController;
方法or属性:declare class TextAreaController
旧版本信息:
类名:TextAreaController;
方法or属性:declare class TextAreaController
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaController;
方法or属性:constructor();
旧版本信息:
类名:TextAreaController;
方法or属性:constructor();
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaController;
方法or属性:caretPosition(value: number): void;
旧版本信息:
类名:TextAreaController;
方法or属性:caretPosition(value: number): void;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaOptions;
方法or属性:declare interface TextAreaOptions
旧版本信息:
类名:TextAreaOptions;
方法or属性:declare interface TextAreaOptions
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaOptions;
方法or属性:placeholder?: ResourceStr;
旧版本信息:
类名:TextAreaOptions;
方法or属性:placeholder?: ResourceStr;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaOptions;
方法or属性:text?: ResourceStr;
旧版本信息:
类名:TextAreaOptions;
方法or属性:text?: ResourceStr;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaOptions;
方法or属性:controller?: TextAreaController;
旧版本信息:
类名:TextAreaOptions;
方法or属性:controller?: TextAreaController;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaInterface;
方法or属性:interface TextAreaInterface
旧版本信息:
类名:TextAreaInterface;
方法or属性:interface TextAreaInterface
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaInterface;
方法or属性:(value?: TextAreaOptions): TextAreaAttribute;
旧版本信息:
类名:TextAreaInterface;
方法or属性:(value?: TextAreaOptions): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:declare class TextAreaAttribute
旧版本信息:
类名:TextAreaAttribute;
方法or属性:declare class TextAreaAttribute
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:placeholderColor(value: ResourceColor): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:placeholderColor(value: ResourceColor): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:placeholderFont(value: Font): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:placeholderFont(value: Font): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:textAlign(value: TextAlign): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:textAlign(value: TextAlign): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:caretColor(value: ResourceColor): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:caretColor(value: ResourceColor): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:fontColor(value: ResourceColor): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:fontColor(value: ResourceColor): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:fontSize(value: Length): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:fontSize(value: Length): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:fontStyle(value: FontStyle): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:fontStyle(value: FontStyle): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:fontFamily(value: ResourceStr): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:fontFamily(value: ResourceStr): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:onChange(callback: (value: string) => void): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:onChange(callback: (value: string) => void): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:onCopy(callback: (value: string) => void): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:onCopy(callback: (value: string) => void): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:onCut(callback: (value: string) => void): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:onCut(callback: (value: string) => void): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:onPaste(callback: (value: string) => void): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:onPaste(callback: (value: string) => void): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextAreaAttribute;
方法or属性:copyOption(value: CopyOptions): TextAreaAttribute;
旧版本信息:
类名:TextAreaAttribute;
方法or属性:copyOption(value: CopyOptions): TextAreaAttribute;
新版本信息:crossplatform
text_area.d.ts
跨平台能力有变化 类名:TextClockController;
方法or属性:declare class TextClockController
旧版本信息:
类名:TextClockController;
方法or属性:declare class TextClockController
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockController;
方法or属性:constructor();
旧版本信息:
类名:TextClockController;
方法or属性:constructor();
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockController;
方法or属性:start();
旧版本信息:
类名:TextClockController;
方法or属性:start();
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockController;
方法or属性:stop();
旧版本信息:
类名:TextClockController;
方法or属性:stop();
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockInterface;
方法or属性:interface TextClockInterface
旧版本信息:
类名:TextClockInterface;
方法or属性:interface TextClockInterface
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockInterface;
方法or属性:(options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
旧版本信息:
类名:TextClockInterface;
方法or属性:(options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockAttribute;
方法or属性:format(value: string): TextClockAttribute;
旧版本信息:
类名:TextClockAttribute;
方法or属性:format(value: string): TextClockAttribute;
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockAttribute;
方法or属性:onDateChange(event: (value: number) => void): TextClockAttribute;
旧版本信息:
类名:TextClockAttribute;
方法or属性:onDateChange(event: (value: number) => void): TextClockAttribute;
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockAttribute;
方法or属性:fontColor(value: ResourceColor): TextClockAttribute;
旧版本信息:
类名:TextClockAttribute;
方法or属性:fontColor(value: ResourceColor): TextClockAttribute;
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockAttribute;
方法or属性:fontSize(value: Length): TextClockAttribute;
旧版本信息:
类名:TextClockAttribute;
方法or属性:fontSize(value: Length): TextClockAttribute;
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockAttribute;
方法or属性:fontStyle(value: FontStyle): TextClockAttribute;
旧版本信息:
类名:TextClockAttribute;
方法or属性:fontStyle(value: FontStyle): TextClockAttribute;
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextClockAttribute;
旧版本信息:
类名:TextClockAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextClockAttribute;
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:TextClockAttribute;
方法or属性:fontFamily(value: ResourceStr): TextClockAttribute;
旧版本信息:
类名:TextClockAttribute;
方法or属性:fontFamily(value: ResourceStr): TextClockAttribute;
新版本信息:crossplatform
text_clock.d.ts
跨平台能力有变化 类名:InputType;
方法or属性:declare enum InputType
旧版本信息:
类名:InputType;
方法or属性:declare enum InputType
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:InputType;
方法or属性:Normal
旧版本信息:
类名:InputType;
方法or属性:Normal
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:InputType;
方法or属性:Number
旧版本信息:
类名:InputType;
方法or属性:Number
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:InputType;
方法or属性:PhoneNumber
旧版本信息:
类名:InputType;
方法or属性:PhoneNumber
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:InputType;
方法or属性:Email
旧版本信息:
类名:InputType;
方法or属性:Email
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:InputType;
方法or属性:Password
旧版本信息:
类名:InputType;
方法or属性:Password
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:EnterKeyType;
方法or属性:declare enum EnterKeyType
旧版本信息:
类名:EnterKeyType;
方法or属性:declare enum EnterKeyType
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:EnterKeyType;
方法or属性:Go
旧版本信息:
类名:EnterKeyType;
方法or属性:Go
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:EnterKeyType;
方法or属性:Search
旧版本信息:
类名:EnterKeyType;
方法or属性:Search
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:EnterKeyType;
方法or属性:Send
旧版本信息:
类名:EnterKeyType;
方法or属性:Send
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:EnterKeyType;
方法or属性:Next
旧版本信息:
类名:EnterKeyType;
方法or属性:Next
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:EnterKeyType;
方法or属性:Done
旧版本信息:
类名:EnterKeyType;
方法or属性:Done
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputController;
方法or属性:declare class TextInputController
旧版本信息:
类名:TextInputController;
方法or属性:declare class TextInputController
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputController;
方法or属性:constructor();
旧版本信息:
类名:TextInputController;
方法or属性:constructor();
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputController;
方法or属性:caretPosition(value: number): void;
旧版本信息:
类名:TextInputController;
方法or属性:caretPosition(value: number): void;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputOptions;
方法or属性:declare interface TextInputOptions
旧版本信息:
类名:TextInputOptions;
方法or属性:declare interface TextInputOptions
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputOptions;
方法or属性:placeholder?: ResourceStr;
旧版本信息:
类名:TextInputOptions;
方法or属性:placeholder?: ResourceStr;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputOptions;
方法or属性:text?: ResourceStr;
旧版本信息:
类名:TextInputOptions;
方法or属性:text?: ResourceStr;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputOptions;
方法or属性:controller?: TextInputController;
旧版本信息:
类名:TextInputOptions;
方法or属性:controller?: TextInputController;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputStyle;
方法or属性:declare enum TextInputStyle
旧版本信息:
类名:TextInputStyle;
方法or属性:declare enum TextInputStyle
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputStyle;
方法or属性:Default
旧版本信息:
类名:TextInputStyle;
方法or属性:Default
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputStyle;
方法or属性:Inline
旧版本信息:
类名:TextInputStyle;
方法or属性:Inline
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputInterface;
方法or属性:interface TextInputInterface
旧版本信息:
类名:TextInputInterface;
方法or属性:interface TextInputInterface
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputInterface;
方法or属性:(value?: TextInputOptions): TextInputAttribute;
旧版本信息:
类名:TextInputInterface;
方法or属性:(value?: TextInputOptions): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:declare class TextInputAttribute
旧版本信息:
类名:TextInputAttribute;
方法or属性:declare class TextInputAttribute
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:type(value: InputType): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:type(value: InputType): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:placeholderColor(value: ResourceColor): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:placeholderColor(value: ResourceColor): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:placeholderFont(value?: Font): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:placeholderFont(value?: Font): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:enterKeyType(value: EnterKeyType): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:enterKeyType(value: EnterKeyType): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:caretColor(value: ResourceColor): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:caretColor(value: ResourceColor): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:onChange(callback: (value: string) => void): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:onChange(callback: (value: string) => void): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:maxLength(value: number): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:maxLength(value: number): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:fontColor(value: ResourceColor): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:fontColor(value: ResourceColor): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:fontSize(value: Length): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:fontSize(value: Length): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:fontStyle(value: FontStyle): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:fontStyle(value: FontStyle): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:fontFamily(value: ResourceStr): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:fontFamily(value: ResourceStr): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:onCopy(callback: (value: string) => void): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:onCopy(callback: (value: string) => void): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:onCut(callback: (value: string) => void): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:onCut(callback: (value: string) => void): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:onPaste(callback: (value: string) => void): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:onPaste(callback: (value: string) => void): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:copyOption(value: CopyOptions): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:copyOption(value: CopyOptions): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:showPasswordIcon(value: boolean): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:showPasswordIcon(value: boolean): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:textAlign(value: TextAlign): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:textAlign(value: TextAlign): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextInputAttribute;
方法or属性:style(value: TextInputStyle | TextContentStyle): TextInputAttribute;
旧版本信息:
类名:TextInputAttribute;
方法or属性:style(value: TextInputStyle | TextContentStyle): TextInputAttribute;
新版本信息:crossplatform
text_input.d.ts
跨平台能力有变化 类名:TextPickerOptions;
方法or属性:declare interface TextPickerOptions
旧版本信息:
类名:TextPickerOptions;
方法or属性:declare interface TextPickerOptions
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerOptions;
方法or属性:range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[];
旧版本信息:
类名:TextPickerOptions;
方法or属性:range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[];
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerOptions;
方法or属性:value?: string | string[];
旧版本信息:
类名:TextPickerOptions;
方法or属性:value?: string | string[];
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerOptions;
方法or属性:selected?: number | number[];
旧版本信息:
类名:TextPickerOptions;
方法or属性:selected?: number | number[];
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerInterface;
方法or属性:interface TextPickerInterface
旧版本信息:
类名:TextPickerInterface;
方法or属性:interface TextPickerInterface
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerInterface;
方法or属性:(options?: TextPickerOptions): TextPickerAttribute;
旧版本信息:
类名:TextPickerInterface;
方法or属性:(options?: TextPickerOptions): TextPickerAttribute;
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerAttribute;
方法or属性:declare class TextPickerAttribute
旧版本信息:
类名:TextPickerAttribute;
方法or属性:declare class TextPickerAttribute
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerAttribute;
方法or属性:defaultPickerItemHeight(value: number | string): TextPickerAttribute;
旧版本信息:
类名:TextPickerAttribute;
方法or属性:defaultPickerItemHeight(value: number | string): TextPickerAttribute;
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerAttribute;
方法or属性:onChange(callback: (value: string | string[], index: number | number[]) => void): TextPickerAttribute;
旧版本信息:
类名:TextPickerAttribute;
方法or属性:onChange(callback: (value: string | string[], index: number | number[]) => void): TextPickerAttribute;
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerResult;
方法or属性:declare interface TextPickerResult
旧版本信息:
类名:TextPickerResult;
方法or属性:declare interface TextPickerResult
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerResult;
方法or属性:value: string | string[];
旧版本信息:
类名:TextPickerResult;
方法or属性:value: string | string[];
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerResult;
方法or属性:index: number | number[];
旧版本信息:
类名:TextPickerResult;
方法or属性:index: number | number[];
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerDialogOptions;
方法or属性:declare interface TextPickerDialogOptions
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:declare interface TextPickerDialogOptions
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerDialogOptions;
方法or属性:defaultPickerItemHeight?: number | string;
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:defaultPickerItemHeight?: number | string;
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerDialogOptions;
方法or属性:onAccept?: (value: TextPickerResult) => void;
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:onAccept?: (value: TextPickerResult) => void;
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerDialogOptions;
方法or属性:onCancel?: () => void;
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:onCancel?: () => void;
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerDialogOptions;
方法or属性:onChange?: (value: TextPickerResult) => void;
旧版本信息:
类名:TextPickerDialogOptions;
方法or属性:onChange?: (value: TextPickerResult) => void;
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerDialog;
方法or属性:declare class TextPickerDialog
旧版本信息:
类名:TextPickerDialog;
方法or属性:declare class TextPickerDialog
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextPickerDialog;
方法or属性:static show(options?: TextPickerDialogOptions);
旧版本信息:
类名:TextPickerDialog;
方法or属性:static show(options?: TextPickerDialogOptions);
新版本信息:crossplatform
text_picker.d.ts
跨平台能力有变化 类名:TextTimerController;
方法or属性:declare class TextTimerController
旧版本信息:
类名:TextTimerController;
方法or属性:declare class TextTimerController
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerController;
方法or属性:constructor();
旧版本信息:
类名:TextTimerController;
方法or属性:constructor();
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerController;
方法or属性:start();
旧版本信息:
类名:TextTimerController;
方法or属性:start();
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerController;
方法or属性:pause();
旧版本信息:
类名:TextTimerController;
方法or属性:pause();
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerController;
方法or属性:reset();
旧版本信息:
类名:TextTimerController;
方法or属性:reset();
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerOptions;
方法or属性:interface TextTimerOptions
旧版本信息:
类名:TextTimerOptions;
方法or属性:interface TextTimerOptions
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerOptions;
方法or属性:isCountDown?: boolean;
旧版本信息:
类名:TextTimerOptions;
方法or属性:isCountDown?: boolean;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerOptions;
方法or属性:count?: number;
旧版本信息:
类名:TextTimerOptions;
方法or属性:count?: number;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerOptions;
方法or属性:controller?: TextTimerController;
旧版本信息:
类名:TextTimerOptions;
方法or属性:controller?: TextTimerController;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerInterface;
方法or属性:interface TextTimerInterface
旧版本信息:
类名:TextTimerInterface;
方法or属性:interface TextTimerInterface
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerInterface;
方法or属性:(options?: TextTimerOptions): TextTimerAttribute;
旧版本信息:
类名:TextTimerInterface;
方法or属性:(options?: TextTimerOptions): TextTimerAttribute;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerAttribute;
方法or属性:declare class TextTimerAttribute
旧版本信息:
类名:TextTimerAttribute;
方法or属性:declare class TextTimerAttribute
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerAttribute;
方法or属性:format(value: string): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:format(value: string): TextTimerAttribute;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerAttribute;
方法or属性:fontColor(value: ResourceColor): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontColor(value: ResourceColor): TextTimerAttribute;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerAttribute;
方法or属性:fontSize(value: Length): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontSize(value: Length): TextTimerAttribute;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerAttribute;
方法or属性:fontStyle(value: FontStyle): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontStyle(value: FontStyle): TextTimerAttribute;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontWeight(value: number | FontWeight | string): TextTimerAttribute;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerAttribute;
方法or属性:fontFamily(value: ResourceStr): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:fontFamily(value: ResourceStr): TextTimerAttribute;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TextTimerAttribute;
方法or属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
旧版本信息:
类名:TextTimerAttribute;
方法or属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
新版本信息:crossplatform
text_timer.d.ts
跨平台能力有变化 类名:TimePickerResult;
方法or属性:declare interface TimePickerResult
旧版本信息:
类名:TimePickerResult;
方法or属性:declare interface TimePickerResult
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerResult;
方法or属性:hour?: number;
旧版本信息:
类名:TimePickerResult;
方法or属性:hour?: number;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerResult;
方法or属性:minute?: number;
旧版本信息:
类名:TimePickerResult;
方法or属性:minute?: number;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerOptions;
方法or属性:declare interface TimePickerOptions
旧版本信息:
类名:TimePickerOptions;
方法or属性:declare interface TimePickerOptions
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerOptions;
方法or属性:selected?: Date;
旧版本信息:
类名:TimePickerOptions;
方法or属性:selected?: Date;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerInterface;
方法or属性:interface TimePickerInterface
旧版本信息:
类名:TimePickerInterface;
方法or属性:interface TimePickerInterface
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerInterface;
方法or属性:(options?: TimePickerOptions): TimePickerAttribute;
旧版本信息:
类名:TimePickerInterface;
方法or属性:(options?: TimePickerOptions): TimePickerAttribute;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerAttribute;
方法or属性:declare class TimePickerAttribute
旧版本信息:
类名:TimePickerAttribute;
方法or属性:declare class TimePickerAttribute
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerAttribute;
方法or属性:useMilitaryTime(value: boolean): TimePickerAttribute;
旧版本信息:
类名:TimePickerAttribute;
方法or属性:useMilitaryTime(value: boolean): TimePickerAttribute;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerAttribute;
方法or属性:onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
旧版本信息:
类名:TimePickerAttribute;
方法or属性:onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerDialogOptions;
方法or属性:declare interface TimePickerDialogOptions
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:declare interface TimePickerDialogOptions
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerDialogOptions;
方法or属性:useMilitaryTime?: boolean;
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:useMilitaryTime?: boolean;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerDialogOptions;
方法or属性:onAccept?: (value: TimePickerResult) => void;
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:onAccept?: (value: TimePickerResult) => void;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerDialogOptions;
方法or属性:onCancel?: () => void;
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:onCancel?: () => void;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerDialogOptions;
方法or属性:onChange?: (value: TimePickerResult) => void;
旧版本信息:
类名:TimePickerDialogOptions;
方法or属性:onChange?: (value: TimePickerResult) => void;
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerDialog;
方法or属性:declare class TimePickerDialog
旧版本信息:
类名:TimePickerDialog;
方法or属性:declare class TimePickerDialog
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:TimePickerDialog;
方法or属性:static show(options?: TimePickerDialogOptions);
旧版本信息:
类名:TimePickerDialog;
方法or属性:static show(options?: TimePickerDialogOptions);
新版本信息:crossplatform
time_picker.d.ts
跨平台能力有变化 类名:ToggleType;
方法or属性:declare enum ToggleType
旧版本信息:
类名:ToggleType;
方法or属性:declare enum ToggleType
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleType;
方法or属性:Checkbox
旧版本信息:
类名:ToggleType;
方法or属性:Checkbox
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleType;
方法or属性:Switch
旧版本信息:
类名:ToggleType;
方法or属性:Switch
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleType;
方法or属性:Button
旧版本信息:
类名:ToggleType;
方法or属性:Button
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleInterface;
方法or属性:interface ToggleInterface
旧版本信息:
类名:ToggleInterface;
方法or属性:interface ToggleInterface
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleInterface;
方法or属性:(options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;
旧版本信息:
类名:ToggleInterface;
方法or属性:(options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleAttribute;
方法or属性:declare class ToggleAttribute
旧版本信息:
类名:ToggleAttribute;
方法or属性:declare class ToggleAttribute
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleAttribute;
方法or属性:onChange(callback: (isOn: boolean) => void): ToggleAttribute;
旧版本信息:
类名:ToggleAttribute;
方法or属性:onChange(callback: (isOn: boolean) => void): ToggleAttribute;
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleAttribute;
方法or属性:selectedColor(value: ResourceColor): ToggleAttribute;
旧版本信息:
类名:ToggleAttribute;
方法or属性:selectedColor(value: ResourceColor): ToggleAttribute;
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:ToggleAttribute;
方法or属性:switchPointColor(color: ResourceColor): ToggleAttribute;
旧版本信息:
类名:ToggleAttribute;
方法or属性:switchPointColor(color: ResourceColor): ToggleAttribute;
新版本信息:crossplatform
toggle.d.ts
跨平台能力有变化 类名:Font;
方法or属性:declare interface Font
旧版本信息:
类名:Font;
方法or属性:declare interface Font
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Font;
方法or属性:size?: Length;
旧版本信息:
类名:Font;
方法or属性:size?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Font;
方法or属性:weight?: FontWeight | number | string;
旧版本信息:
类名:Font;
方法or属性:weight?: FontWeight | number | string;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Font;
方法or属性:family?: string | Resource;
旧版本信息:
类名:Font;
方法or属性:family?: string | Resource;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Font;
方法or属性:style?: FontStyle;
旧版本信息:
类名:Font;
方法or属性:style?: FontStyle;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Area;
方法or属性:declare interface Area
旧版本信息:
类名:Area;
方法or属性:declare interface Area
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Area;
方法or属性:width: Length;
旧版本信息:
类名:Area;
方法or属性:width: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Area;
方法or属性:height: Length;
旧版本信息:
类名:Area;
方法or属性:height: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Area;
方法or属性:position: Position;
旧版本信息:
类名:Area;
方法or属性:position: Position;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Area;
方法or属性:globalPosition: Position;
旧版本信息:
类名:Area;
方法or属性:globalPosition: Position;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Position;
方法or属性:declare interface Position
旧版本信息:
类名:Position;
方法or属性:declare interface Position
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Position;
方法or属性:x?: Length;
旧版本信息:
类名:Position;
方法or属性:x?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:Position;
方法or属性:y?: Length;
旧版本信息:
类名:Position;
方法or属性:y?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:ConstraintSizeOptions;
方法or属性:declare interface ConstraintSizeOptions
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:declare interface ConstraintSizeOptions
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:ConstraintSizeOptions;
方法or属性:minWidth?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:minWidth?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:ConstraintSizeOptions;
方法or属性:maxWidth?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:maxWidth?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:ConstraintSizeOptions;
方法or属性:minHeight?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:minHeight?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:ConstraintSizeOptions;
方法or属性:maxHeight?: Length;
旧版本信息:
类名:ConstraintSizeOptions;
方法or属性:maxHeight?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:SizeOptions;
方法or属性:declare interface SizeOptions
旧版本信息:
类名:SizeOptions;
方法or属性:declare interface SizeOptions
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:SizeOptions;
方法or属性:width?: Length;
旧版本信息:
类名:SizeOptions;
方法or属性:width?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:SizeOptions;
方法or属性:height?: Length;
旧版本信息:
类名:SizeOptions;
方法or属性:height?: Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:BorderOptions;
方法or属性:declare interface BorderOptions
旧版本信息:
类名:BorderOptions;
方法or属性:declare interface BorderOptions
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:BorderOptions;
方法or属性:width?: EdgeWidths | Length;
旧版本信息:
类名:BorderOptions;
方法or属性:width?: EdgeWidths | Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:BorderOptions;
方法or属性:color?: EdgeColors | ResourceColor;
旧版本信息:
类名:BorderOptions;
方法or属性:color?: EdgeColors | ResourceColor;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:BorderOptions;
方法or属性:radius?: BorderRadiuses | Length;
旧版本信息:
类名:BorderOptions;
方法or属性:radius?: BorderRadiuses | Length;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:BorderOptions;
方法or属性:style?: EdgeStyles | BorderStyle;
旧版本信息:
类名:BorderOptions;
方法or属性:style?: EdgeStyles | BorderStyle;
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:ColorFilter;
方法or属性:declare class ColorFilter
旧版本信息:
类名:ColorFilter;
方法or属性:declare class ColorFilter
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:ColorFilter;
方法or属性:constructor(value: number[]);
旧版本信息:
类名:ColorFilter;
方法or属性:constructor(value: number[]);
新版本信息:crossplatform
units.d.ts
跨平台能力有变化 类名:SeekMode;
方法or属性:declare enum SeekMode
旧版本信息:
类名:SeekMode;
方法or属性:declare enum SeekMode
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:SeekMode;
方法or属性:PreviousKeyframe
旧版本信息:
类名:SeekMode;
方法or属性:PreviousKeyframe
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:SeekMode;
方法or属性:NextKeyframe
旧版本信息:
类名:SeekMode;
方法or属性:NextKeyframe
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:SeekMode;
方法or属性:ClosestKeyframe
旧版本信息:
类名:SeekMode;
方法or属性:ClosestKeyframe
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:SeekMode;
方法or属性:Accurate
旧版本信息:
类名:SeekMode;
方法or属性:Accurate
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:PlaybackSpeed;
方法or属性:declare enum PlaybackSpeed
旧版本信息:
类名:PlaybackSpeed;
方法or属性:declare enum PlaybackSpeed
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:PlaybackSpeed;
方法or属性:Speed_Forward_0_75_X
旧版本信息:
类名:PlaybackSpeed;
方法or属性:Speed_Forward_0_75_X
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:PlaybackSpeed;
方法or属性:Speed_Forward_1_00_X
旧版本信息:
类名:PlaybackSpeed;
方法or属性:Speed_Forward_1_00_X
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:PlaybackSpeed;
方法or属性:Speed_Forward_1_25_X
旧版本信息:
类名:PlaybackSpeed;
方法or属性:Speed_Forward_1_25_X
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:PlaybackSpeed;
方法or属性:Speed_Forward_1_75_X
旧版本信息:
类名:PlaybackSpeed;
方法or属性:Speed_Forward_1_75_X
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:PlaybackSpeed;
方法or属性:Speed_Forward_2_00_X
旧版本信息:
类名:PlaybackSpeed;
方法or属性:Speed_Forward_2_00_X
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoOptions;
方法or属性:declare interface VideoOptions
旧版本信息:
类名:VideoOptions;
方法or属性:declare interface VideoOptions
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoOptions;
方法or属性:src?: string | Resource;
旧版本信息:
类名:VideoOptions;
方法or属性:src?: string | Resource;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoOptions;
方法or属性:currentProgressRate?: number | string | PlaybackSpeed;
旧版本信息:
类名:VideoOptions;
方法or属性:currentProgressRate?: number | string | PlaybackSpeed;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoOptions;
方法or属性:previewUri?: string | PixelMap | Resource;
旧版本信息:
类名:VideoOptions;
方法or属性:previewUri?: string | PixelMap | Resource;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoOptions;
方法or属性:controller?: VideoController;
旧版本信息:
类名:VideoOptions;
方法or属性:controller?: VideoController;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:declare class VideoController
旧版本信息:
类名:VideoController;
方法or属性:declare class VideoController
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:constructor();
旧版本信息:
类名:VideoController;
方法or属性:constructor();
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:start();
旧版本信息:
类名:VideoController;
方法or属性:start();
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:pause();
旧版本信息:
类名:VideoController;
方法or属性:pause();
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:stop();
旧版本信息:
类名:VideoController;
方法or属性:stop();
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:setCurrentTime(value: number);
旧版本信息:
类名:VideoController;
方法or属性:setCurrentTime(value: number);
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:setCurrentTime(value: number, seekMode: SeekMode);
旧版本信息:
类名:VideoController;
方法or属性:setCurrentTime(value: number, seekMode: SeekMode);
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:requestFullscreen(value: boolean);
旧版本信息:
类名:VideoController;
方法or属性:requestFullscreen(value: boolean);
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoController;
方法or属性:exitFullscreen();
旧版本信息:
类名:VideoController;
方法or属性:exitFullscreen();
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoInterface;
方法or属性:interface VideoInterface
旧版本信息:
类名:VideoInterface;
方法or属性:interface VideoInterface
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoInterface;
方法or属性:(value: VideoOptions): VideoAttribute;
旧版本信息:
类名:VideoInterface;
方法or属性:(value: VideoOptions): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:declare class VideoAttribute
旧版本信息:
类名:VideoAttribute;
方法or属性:declare class VideoAttribute
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:muted(value: boolean): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:muted(value: boolean): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:autoPlay(value: boolean): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:autoPlay(value: boolean): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:controls(value: boolean): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:controls(value: boolean): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:loop(value: boolean): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:loop(value: boolean): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:objectFit(value: ImageFit): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:objectFit(value: ImageFit): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onStart(event: () => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onStart(event: () => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onPause(event: () => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onPause(event: () => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onFinish(event: () => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onFinish(event: () => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onFullscreenChange(callback: (event: {
/**
* Play the flag in full screen.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fullscreen: boolean
}) => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onFullscreenChange(callback: (event: {
/**
* Play the flag in full screen.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fullscreen: boolean
}) => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onPrepared(callback: (event: {
/**
* Playback duration.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
duration: number
}) => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onPrepared(callback: (event: {
/**
* Playback duration.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
duration: number
}) => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onSeeking(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onSeeking(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onSeeked(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onSeeked(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onUpdate(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onUpdate(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:VideoAttribute;
方法or属性:onError(event: () => void): VideoAttribute;
旧版本信息:
类名:VideoAttribute;
方法or属性:onError(event: () => void): VideoAttribute;
新版本信息:crossplatform
video.d.ts
跨平台能力有变化 类名:WaterFlowOptions;
方法or属性:declare interface WaterFlowOptions
旧版本信息:
类名:WaterFlowOptions;
方法or属性:declare interface WaterFlowOptions
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowOptions;
方法or属性:footer?: CustomBuilder;
旧版本信息:
类名:WaterFlowOptions;
方法or属性:footer?: CustomBuilder;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowOptions;
方法or属性:scroller?: Scroller;
旧版本信息:
类名:WaterFlowOptions;
方法or属性:scroller?: Scroller;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowInterface;
方法or属性:interface WaterFlowInterface
旧版本信息:
类名:WaterFlowInterface;
方法or属性:interface WaterFlowInterface
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowInterface;
方法or属性:(options?: WaterFlowOptions): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowInterface;
方法or属性:(options?: WaterFlowOptions): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:declare class WaterFlowAttribute
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:declare class WaterFlowAttribute
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:columnsTemplate(value: string): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:columnsTemplate(value: string): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:rowsTemplate(value: string): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:rowsTemplate(value: string): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:columnsGap(value: Length): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:columnsGap(value: Length): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:rowsGap(value: Length): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:rowsGap(value: Length): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:layoutDirection(value: FlexDirection): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:layoutDirection(value: FlexDirection): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:onReachStart(event: () => void): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:onReachStart(event: () => void): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts
跨平台能力有变化 类名:WaterFlowAttribute;
方法or属性:onReachEnd(event: () => void): WaterFlowAttribute;
旧版本信息:
类名:WaterFlowAttribute;
方法or属性:onReachEnd(event: () => void): WaterFlowAttribute;
新版本信息:crossplatform
water_flow.d.ts