openharmony 鸿蒙 js-apidiff-ArkUI

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New APINAClass name: global;
API declaration: export interface AnimatorOptions
Differences: export interface AnimatorOptions
api/@ohos.animator.d.ts
New APINAClass name: AnimatorOptions;
API declaration: duration: number;
Differences: duration: number;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorOptions;
API declaration: easing: string;
Differences: easing: string;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorOptions;
API declaration: delay: number;
Differences: delay: number;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorOptions;
API declaration: fill: "none" |"forwards" |"backwards" |"both";
Differences: fill: "none" |"forwards" |"backwards" |"both";
api/@ohos.animator.d.ts
New APINAClass name: AnimatorOptions;
API declaration: direction: "normal" |"reverse" |"alternate" |"alternate-reverse";
Differences: direction: "normal" |"reverse" |"alternate" |"alternate-reverse";
api/@ohos.animator.d.ts
New APINAClass name: AnimatorOptions;
API declaration: iterations: number;
Differences: iterations: number;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorOptions;
API declaration: begin: number;
Differences: begin: number;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorOptions;
API declaration: end: number;
Differences: end: number;
api/@ohos.animator.d.ts
New APINAClass name: global;
API declaration: export interface AnimatorResult
Differences: export interface AnimatorResult
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: update(options: AnimatorOptions): void;
Differences: update(options: AnimatorOptions): void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: reset(options: AnimatorOptions): void;
Differences: reset(options: AnimatorOptions): void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: play(): void;
Differences: play(): void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: finish(): void;
Differences: finish(): void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: pause(): void;
Differences: pause(): void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: cancel(): void;
Differences: cancel(): void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: reverse(): void;
Differences: reverse(): void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: onframe: (progress: number) => void;
Differences: onframe: (progress: number) => void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: onfinish: () => void;
Differences: onfinish: () => void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: oncancel: () => void;
Differences: oncancel: () => void;
api/@ohos.animator.d.ts
New APINAClass name: AnimatorResult;
API declaration: onrepeat: () => void;
Differences: onrepeat: () => void;
api/@ohos.animator.d.ts
New APINAClass name: global;
API declaration: export default class Animator
Differences: export default class Animator
api/@ohos.animator.d.ts
New APINAClass name: Animator;
API declaration: static createAnimator(options: AnimatorOptions): AnimatorResult;
Differences: static createAnimator(options: AnimatorOptions): AnimatorResult;
api/@ohos.animator.d.ts
New APINAClass name: Animator;
API declaration: static create(options: AnimatorOptions): AnimatorResult;
Differences: static create(options: AnimatorOptions): AnimatorResult;
api/@ohos.animator.d.ts
New APINAClass name: global;
API declaration: export declare enum ChipSize
Differences: export declare enum ChipSize
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipSize;
API declaration: NORMAL = "NORMAL"
Differences: NORMAL = "NORMAL"
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipSize;
API declaration: SMALL = "SMALL"
Differences: SMALL = "SMALL"
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: global;
API declaration: export interface IconCommonOptions
Differences: export interface IconCommonOptions
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: IconCommonOptions;
API declaration: src: ResourceStr;
Differences: src: ResourceStr;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: IconCommonOptions;
API declaration: size?: SizeOptions;
Differences: size?: SizeOptions;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: IconCommonOptions;
API declaration: fillColor?: ResourceColor;
Differences: fillColor?: ResourceColor;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: global;
API declaration: export interface SuffixIconOptions
Differences: export interface SuffixIconOptions
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: SuffixIconOptions;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: global;
API declaration: export interface PrefixIconOptions
Differences: export interface PrefixIconOptions
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: global;
API declaration: export interface LabelMarginOptions
Differences: export interface LabelMarginOptions
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: LabelMarginOptions;
API declaration: left?: Dimension;
Differences: left?: Dimension;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: LabelMarginOptions;
API declaration: right?: Dimension;
Differences: right?: Dimension;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: global;
API declaration: export interface LabelOptions
Differences: export interface LabelOptions
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: LabelOptions;
API declaration: text: string;
Differences: text: string;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: LabelOptions;
API declaration: fontSize?: Dimension;
Differences: fontSize?: Dimension;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: LabelOptions;
API declaration: fontColor?: ResourceColor;
Differences: fontColor?: ResourceColor;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: LabelOptions;
API declaration: fontFamily?: string;
Differences: fontFamily?: string;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: LabelOptions;
API declaration: labelMargin?: LabelMarginOptions;
Differences: labelMargin?: LabelMarginOptions;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: global;
API declaration: export interface ChipOptions
Differences: export interface ChipOptions
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: prefixIcon?: PrefixIconOptions;
Differences: prefixIcon?: PrefixIconOptions;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: label: LabelOptions;
Differences: label: LabelOptions;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: suffixIcon?: SuffixIconOptions;
Differences: suffixIcon?: SuffixIconOptions;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: allowClose?: boolean;
Differences: allowClose?: boolean;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: enabled?: boolean;
Differences: enabled?: boolean;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: backgroundColor?: ResourceColor;
Differences: backgroundColor?: ResourceColor;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: borderRadius?: Dimension;
Differences: borderRadius?: Dimension;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: size?: ChipSize |SizeOptions;
Differences: size?: ChipSize |SizeOptions;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: ChipOptions;
API declaration: onClose?: () => void;
Differences: onClose?: () => void;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: global;
API declaration: @Builder
export declare function Chip(options: ChipOptions): void;
Differences: @Builder
export declare function Chip(options: ChipOptions): void;
api/@ohos.arkui.advanced.Chip.d.ets
New APINAClass name: global;
API declaration: export declare enum IconType
Differences: export declare enum IconType
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: IconType;
API declaration: BADGE = 1
Differences: BADGE = 1
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: IconType;
API declaration: NORMAL_ICON = 2
Differences: NORMAL_ICON = 2
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: IconType;
API declaration: SYSTEM_ICON = 3
Differences: SYSTEM_ICON = 3
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: IconType;
API declaration: HEAD_SCULPTURE = 4
Differences: HEAD_SCULPTURE = 4
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: IconType;
API declaration: APP_ICON = 5
Differences: APP_ICON = 5
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: IconType;
API declaration: PREVIEW = 6
Differences: PREVIEW = 6
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: IconType;
API declaration: LONGITUDINAL = 7
Differences: LONGITUDINAL = 7
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: IconType;
API declaration: VERTICAL = 8
Differences: VERTICAL = 8
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: global;
API declaration: export declare class OperateIcon
Differences: export declare class OperateIcon
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateIcon;
API declaration: value: ResourceStr;
Differences: value: ResourceStr;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateIcon;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: global;
API declaration: export declare class OperateCheck
Differences: export declare class OperateCheck
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateCheck;
API declaration: isCheck?: boolean;
Differences: isCheck?: boolean;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateCheck;
API declaration: onChange?: (value: boolean) => void;
Differences: onChange?: (value: boolean) => void;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: global;
API declaration: export declare class OperateButton
Differences: export declare class OperateButton
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateButton;
API declaration: text?: ResourceStr;
Differences: text?: ResourceStr;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: global;
API declaration: export declare class ContentItem
Differences: export declare class ContentItem
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: ContentItem;
API declaration: iconStyle?: IconType;
Differences: iconStyle?: IconType;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: ContentItem;
API declaration: icon?: ResourceStr;
Differences: icon?: ResourceStr;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: ContentItem;
API declaration: primaryText?: ResourceStr;
Differences: primaryText?: ResourceStr;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: ContentItem;
API declaration: secondaryText?: ResourceStr;
Differences: secondaryText?: ResourceStr;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: ContentItem;
API declaration: description?: ResourceStr;
Differences: description?: ResourceStr;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: global;
API declaration: export declare class OperateItem
Differences: export declare class OperateItem
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: icon?: OperateIcon;
Differences: icon?: OperateIcon;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: subIcon?: OperateIcon;
Differences: subIcon?: OperateIcon;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: button?: OperateButton;
Differences: button?: OperateButton;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: switch?: OperateCheck;
Differences: switch?: OperateCheck;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: checkbox?: OperateCheck;
Differences: checkbox?: OperateCheck;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: radio?: OperateCheck;
Differences: radio?: OperateCheck;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: image?: ResourceStr;
Differences: image?: ResourceStr;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: text?: ResourceStr;
Differences: text?: ResourceStr;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: OperateItem;
API declaration: arrow?: OperateIcon;
Differences: arrow?: OperateIcon;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: global;
API declaration: export declare struct ComposeListItem
Differences: export declare struct ComposeListItem
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: ComposeListItem;
API declaration: @Prop
contentItem?: ContentItem;
Differences: @Prop
contentItem?: ContentItem;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: ComposeListItem;
API declaration: @Prop
operateItem?: OperateItem;
Differences: @Prop
operateItem?: OperateItem;
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New APINAClass name: global;
API declaration: export declare class ComposeTitleBarMenuItem
Differences: export declare class ComposeTitleBarMenuItem
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: ComposeTitleBarMenuItem;
API declaration: value: ResourceStr;
Differences: value: ResourceStr;
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: ComposeTitleBarMenuItem;
API declaration: isEnabled?: boolean;
Differences: isEnabled?: boolean;
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: ComposeTitleBarMenuItem;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare struct ComposeTitleBar
Differences: export declare struct ComposeTitleBar
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: ComposeTitleBar;
API declaration: item?: ComposeTitleBarMenuItem;
Differences: item?: ComposeTitleBarMenuItem;
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: ComposeTitleBar;
API declaration: title: ResourceStr;
Differences: title: ResourceStr;
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: ComposeTitleBar;
API declaration: subtitle?: ResourceStr;
Differences: subtitle?: ResourceStr;
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: ComposeTitleBar;
API declaration: menuItems?: Array<ComposeTitleBarMenuItem>;
Differences: menuItems?: Array<ComposeTitleBarMenuItem>;
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New APINAClass name: global;
API declaration: declare enum CounterType
Differences: declare enum CounterType
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterType;
API declaration: LIST = 0
Differences: LIST = 0
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterType;
API declaration: COMPACT = 1
Differences: COMPACT = 1
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterType;
API declaration: INLINE = 2
Differences: INLINE = 2
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterType;
API declaration: INLINE_DATE = 3
Differences: INLINE_DATE = 3
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: global;
API declaration: declare class CommonOptions
Differences: declare class CommonOptions
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CommonOptions;
API declaration: focusable?: boolean;
Differences: focusable?: boolean;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CommonOptions;
API declaration: step?: number;
Differences: step?: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CommonOptions;
API declaration: onHoverIncrease?: (isHover: boolean) => void;
Differences: onHoverIncrease?: (isHover: boolean) => void;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CommonOptions;
API declaration: onHoverDecrease?: (isHover: boolean) => void;
Differences: onHoverDecrease?: (isHover: boolean) => void;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: global;
API declaration: declare class InlineStyleOptions
Differences: declare class InlineStyleOptions
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: InlineStyleOptions;
API declaration: value?: number;
Differences: value?: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: InlineStyleOptions;
API declaration: min?: number;
Differences: min?: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: InlineStyleOptions;
API declaration: max?: number;
Differences: max?: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: InlineStyleOptions;
API declaration: textWidth?: number;
Differences: textWidth?: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: InlineStyleOptions;
API declaration: onChange?: (value: number) => void;
Differences: onChange?: (value: number) => void;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: global;
API declaration: declare class NumberStyleOptions
Differences: declare class NumberStyleOptions
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: NumberStyleOptions;
API declaration: label?: ResourceStr;
Differences: label?: ResourceStr;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: NumberStyleOptions;
API declaration: onFocusIncrease?: () => void;
Differences: onFocusIncrease?: () => void;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: NumberStyleOptions;
API declaration: onFocusDecrease?: () => void;
Differences: onFocusDecrease?: () => void;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: NumberStyleOptions;
API declaration: onBlurIncrease?: () => void;
Differences: onBlurIncrease?: () => void;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: NumberStyleOptions;
API declaration: onBlurDecrease?: () => void;
Differences: onBlurDecrease?: () => void;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: global;
API declaration: declare class DateData
Differences: declare class DateData
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: DateData;
API declaration: year: number;
Differences: year: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: DateData;
API declaration: month: number;
Differences: month: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: DateData;
API declaration: day: number;
Differences: day: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: DateData;
API declaration: toString(): string;
Differences: toString(): string;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: global;
API declaration: declare class DateStyleOptions
Differences: declare class DateStyleOptions
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: DateStyleOptions;
API declaration: year?: number;
Differences: year?: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: DateStyleOptions;
API declaration: month?: number;
Differences: month?: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: DateStyleOptions;
API declaration: day?: number;
Differences: day?: number;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: DateStyleOptions;
API declaration: onDateChange?: (date: DateData) => void;
Differences: onDateChange?: (date: DateData) => void;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: global;
API declaration: declare class CounterOptions
Differences: declare class CounterOptions
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterOptions;
API declaration: type: CounterType;
Differences: type: CounterType;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterOptions;
API declaration: numberOptions?: NumberStyleOptions;
Differences: numberOptions?: NumberStyleOptions;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterOptions;
API declaration: inlineOptions?: InlineStyleOptions;
Differences: inlineOptions?: InlineStyleOptions;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterOptions;
API declaration: dateOptions?: DateStyleOptions;
Differences: dateOptions?: DateStyleOptions;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: global;
API declaration: declare struct CounterComponent
Differences: declare struct CounterComponent
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: CounterComponent;
API declaration: @Prop
options: CounterOptions;
Differences: @Prop
options: CounterOptions;
api/@ohos.arkui.advanced.Counter.d.ets
New APINAClass name: global;
API declaration: export declare class ButtonOptions
Differences: export declare class ButtonOptions
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ButtonOptions;
API declaration: value: ResourceStr;
Differences: value: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ButtonOptions;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ButtonOptions;
API declaration: background?: ResourceColor;
Differences: background?: ResourceColor;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ButtonOptions;
API declaration: fontColor?: ResourceColor;
Differences: fontColor?: ResourceColor;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: global;
API declaration: export declare struct TipsDialog
Differences: export declare struct TipsDialog
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: controller: CustomDialogController;
Differences: controller: CustomDialogController;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: imageRes: Resource;
Differences: imageRes: Resource;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: imageSize: SizeOptions;
Differences: imageSize: SizeOptions;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: title: ResourceStr;
Differences: title: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: content?: ResourceStr;
Differences: content?: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: checkTips?: ResourceStr;
Differences: checkTips?: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: @Prop
isChecked?: boolean;
Differences: @Prop
isChecked?: boolean;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: primaryButton?: ButtonOptions;
Differences: primaryButton?: ButtonOptions;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: TipsDialog;
API declaration: secondaryButton?: ButtonOptions;
Differences: secondaryButton?: ButtonOptions;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: global;
API declaration: export declare struct SelectDialog
Differences: export declare struct SelectDialog
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: SelectDialog;
API declaration: controller: CustomDialogController;
Differences: controller: CustomDialogController;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: SelectDialog;
API declaration: title: ResourceStr;
Differences: title: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: SelectDialog;
API declaration: content?: ResourceStr;
Differences: content?: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: SelectDialog;
API declaration: selectedIndex?: number;
Differences: selectedIndex?: number;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: SelectDialog;
API declaration: confirm?: ButtonOptions;
Differences: confirm?: ButtonOptions;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: SelectDialog;
API declaration: radioContent: Array<SheetInfo>;
Differences: radioContent: Array<SheetInfo>;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: global;
API declaration: export declare struct ConfirmDialog
Differences: export declare struct ConfirmDialog
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ConfirmDialog;
API declaration: controller: CustomDialogController;
Differences: controller: CustomDialogController;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ConfirmDialog;
API declaration: title: ResourceStr;
Differences: title: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ConfirmDialog;
API declaration: content?: ResourceStr;
Differences: content?: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ConfirmDialog;
API declaration: checkTips?: ResourceStr;
Differences: checkTips?: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ConfirmDialog;
API declaration: @Prop
isChecked?: boolean;
Differences: @Prop
isChecked?: boolean;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ConfirmDialog;
API declaration: primaryButton?: ButtonOptions;
Differences: primaryButton?: ButtonOptions;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: ConfirmDialog;
API declaration: secondaryButton?: ButtonOptions;
Differences: secondaryButton?: ButtonOptions;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: global;
API declaration: export declare struct AlertDialog
Differences: export declare struct AlertDialog
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: AlertDialog;
API declaration: controller: CustomDialogController;
Differences: controller: CustomDialogController;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: AlertDialog;
API declaration: content: ResourceStr;
Differences: content: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: AlertDialog;
API declaration: primaryButton?: ButtonOptions;
Differences: primaryButton?: ButtonOptions;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: AlertDialog;
API declaration: secondaryButton?: ButtonOptions;
Differences: secondaryButton?: ButtonOptions;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: global;
API declaration: export declare struct LoadingDialog
Differences: export declare struct LoadingDialog
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: LoadingDialog;
API declaration: Controller: CustomDialogController;
Differences: Controller: CustomDialogController;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: LoadingDialog;
API declaration: content?: ResourceStr;
Differences: content?: ResourceStr;
api/@ohos.arkui.advanced.Dialog.d.ets
New APINAClass name: global;
API declaration: export declare class EditableTitleBarMenuItem
Differences: export declare class EditableTitleBarMenuItem
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableTitleBarMenuItem;
API declaration: value: ResourceStr;
Differences: value: ResourceStr;
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableTitleBarMenuItem;
API declaration: isEnabled?: boolean;
Differences: isEnabled?: boolean;
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableTitleBarMenuItem;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare enum EditableLeftIconType
Differences: export declare enum EditableLeftIconType
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableLeftIconType;
API declaration: Back = 0
Differences: Back = 0
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableLeftIconType;
API declaration: Cancel = 1
Differences: Cancel = 1
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare struct EditableTitleBar
Differences: export declare struct EditableTitleBar
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableTitleBar;
API declaration: leftIconStyle: EditableLeftIconType;
Differences: leftIconStyle: EditableLeftIconType;
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableTitleBar;
API declaration: title: ResourceStr;
Differences: title: ResourceStr;
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableTitleBar;
API declaration: menuItems?: Array<EditableTitleBarMenuItem>;
Differences: menuItems?: Array<EditableTitleBarMenuItem>;
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableTitleBar;
API declaration: onSave?: () => void;
Differences: onSave?: () => void;
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: EditableTitleBar;
API declaration: onCancel?: () => void;
Differences: onCancel?: () => void;
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare enum MarginType
Differences: export declare enum MarginType
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: MarginType;
API declaration: DEFAULT_MARGIN = 0
Differences: DEFAULT_MARGIN = 0
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: MarginType;
API declaration: FIT_MARGIN = 1
Differences: FIT_MARGIN = 1
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: global;
API declaration: export interface PromptOptions
Differences: export interface PromptOptions
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: PromptOptions;
API declaration: icon?: ResourceStr;
Differences: icon?: ResourceStr;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: PromptOptions;
API declaration: tip?: ResourceStr;
Differences: tip?: ResourceStr;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: PromptOptions;
API declaration: marginType: MarginType;
Differences: marginType: MarginType;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: PromptOptions;
API declaration: actionText?: ResourceStr;
Differences: actionText?: ResourceStr;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: PromptOptions;
API declaration: marginTop: Dimension;
Differences: marginTop: Dimension;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: PromptOptions;
API declaration: isShown?: boolean;
Differences: isShown?: boolean;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: global;
API declaration: export declare struct ExceptionPrompt
Differences: export declare struct ExceptionPrompt
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: ExceptionPrompt;
API declaration: @Prop
options: PromptOptions;
Differences: @Prop
options: PromptOptions;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: ExceptionPrompt;
API declaration: onTipClick?: () => void;
Differences: onTipClick?: () => void;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: ExceptionPrompt;
API declaration: onActionTextClick?: () => void;
Differences: onActionTextClick?: () => void;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: ExceptionPrompt;
API declaration: build(): void;
Differences: build(): void;
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New APINAClass name: global;
API declaration: export declare enum FilterType
Differences: export declare enum FilterType
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: FilterType;
API declaration: MULTI_LINE_FILTER = 0
Differences: MULTI_LINE_FILTER = 0
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: FilterType;
API declaration: LIST_FILTER = 1
Differences: LIST_FILTER = 1
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: global;
API declaration: export declare class FilterParams
Differences: export declare class FilterParams
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: FilterParams;
API declaration: name: ResourceStr;
Differences: name: ResourceStr;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: FilterParams;
API declaration: options: Array<ResourceStr>;
Differences: options: Array<ResourceStr>;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: global;
API declaration: export declare class FilterResult
Differences: export declare class FilterResult
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: FilterResult;
API declaration: name: ResourceStr;
Differences: name: ResourceStr;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: FilterResult;
API declaration: index: number;
Differences: index: number;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: FilterResult;
API declaration: value: ResourceStr;
Differences: value: ResourceStr;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: global;
API declaration: export declare struct Filter
Differences: export declare struct Filter
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: Filter;
API declaration: @BuilderParam
container: () => void;
Differences: @BuilderParam
container: () => void;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: Filter;
API declaration: @Prop
multiFilters: Array<FilterParams>;
Differences: @Prop
multiFilters: Array<FilterParams>;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: Filter;
API declaration: @Prop
additionFilters?: FilterParams;
Differences: @Prop
additionFilters?: FilterParams;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: Filter;
API declaration: onFilterChanged: (filterResults: Array<FilterResult>) => void;
Differences: onFilterChanged: (filterResults: Array<FilterResult>) => void;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: Filter;
API declaration: @Prop
filterType?: FilterType;
Differences: @Prop
filterType?: FilterType;
api/@ohos.arkui.advanced.Filter.d.ets
New APINAClass name: global;
API declaration: export declare enum GridObjectSortComponentType
Differences: export declare enum GridObjectSortComponentType
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentType;
API declaration: IMAGE_TEXT = "image_text"
Differences: IMAGE_TEXT = "image_text"
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentType;
API declaration: TEXT = "text"
Differences: TEXT = "text"
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: global;
API declaration: export interface GridObjectSortComponentItem
Differences: export interface GridObjectSortComponentItem
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentItem;
API declaration: id: number |string;
Differences: id: number |string;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentItem;
API declaration: text: ResourceStr;
Differences: text: ResourceStr;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentItem;
API declaration: selected: boolean;
Differences: selected: boolean;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentItem;
API declaration: order: number;
Differences: order: number;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentItem;
API declaration: url?: ResourceStr;
Differences: url?: ResourceStr;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: global;
API declaration: export interface GridObjectSortComponentOptions
Differences: export interface GridObjectSortComponentOptions
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentOptions;
API declaration: type?: GridObjectSortComponentType;
Differences: type?: GridObjectSortComponentType;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentOptions;
API declaration: imageSize?: number |Resource;
Differences: imageSize?: number |Resource;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentOptions;
API declaration: normalTitle?: ResourceStr;
Differences: normalTitle?: ResourceStr;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentOptions;
API declaration: editTitle?: ResourceStr;
Differences: editTitle?: ResourceStr;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentOptions;
API declaration: showAreaTitle?: ResourceStr;
Differences: showAreaTitle?: ResourceStr;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponentOptions;
API declaration: addAreaTitle?: ResourceStr;
Differences: addAreaTitle?: ResourceStr;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: global;
API declaration: export declare struct GridObjectSortComponent
Differences: export declare struct GridObjectSortComponent
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponent;
API declaration: @Prop
options: GridObjectSortComponentOptions;
Differences: @Prop
options: GridObjectSortComponentOptions;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponent;
API declaration: dataList: Array<GridObjectSortComponentItem>;
Differences: dataList: Array<GridObjectSortComponentItem>;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponent;
API declaration: onSave: (select: Array<GridObjectSortComponentItem>, unselect: Array<GridObjectSortComponentItem>) => void;
Differences: onSave: (select: Array<GridObjectSortComponentItem>, unselect: Array<GridObjectSortComponentItem>) => void;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponent;
API declaration: onCancel: () => void;
Differences: onCancel: () => void;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: GridObjectSortComponent;
API declaration: build(): void;
Differences: build(): void;
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New APINAClass name: global;
API declaration: export interface PopupTextOptions
Differences: export interface PopupTextOptions
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupTextOptions;
API declaration: text: ResourceStr;
Differences: text: ResourceStr;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupTextOptions;
API declaration: fontSize?: number |string |Resource;
Differences: fontSize?: number |string |Resource;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupTextOptions;
API declaration: fontColor?: ResourceColor;
Differences: fontColor?: ResourceColor;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupTextOptions;
API declaration: fontWeight?: number |FontWeight |string;
Differences: fontWeight?: number |FontWeight |string;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: global;
API declaration: export interface PopupButtonOptions
Differences: export interface PopupButtonOptions
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupButtonOptions;
API declaration: text: ResourceStr;
Differences: text: ResourceStr;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupButtonOptions;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupButtonOptions;
API declaration: fontSize?: number |string |Resource;
Differences: fontSize?: number |string |Resource;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupButtonOptions;
API declaration: fontColor?: ResourceColor;
Differences: fontColor?: ResourceColor;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: global;
API declaration: export interface PopupIconOptions
Differences: export interface PopupIconOptions
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupIconOptions;
API declaration: image: ResourceStr;
Differences: image: ResourceStr;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupIconOptions;
API declaration: width?: Dimension;
Differences: width?: Dimension;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupIconOptions;
API declaration: height?: Dimension;
Differences: height?: Dimension;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupIconOptions;
API declaration: fillColor?: ResourceColor;
Differences: fillColor?: ResourceColor;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupIconOptions;
API declaration: borderRadius?: Length |BorderRadiuses;
Differences: borderRadius?: Length |BorderRadiuses;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: global;
API declaration: export interface PopupOptions
Differences: export interface PopupOptions
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupOptions;
API declaration: icon?: PopupIconOptions;
Differences: icon?: PopupIconOptions;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupOptions;
API declaration: title?: PopupTextOptions;
Differences: title?: PopupTextOptions;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupOptions;
API declaration: message: PopupTextOptions;
Differences: message: PopupTextOptions;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupOptions;
API declaration: showClose?: boolean |Resource;
Differences: showClose?: boolean |Resource;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupOptions;
API declaration: onClose?: () => void;
Differences: onClose?: () => void;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: PopupOptions;
API declaration: buttons?: [
PopupButtonOptions?,
PopupButtonOptions?
];
Differences: buttons?: [
PopupButtonOptions?,
PopupButtonOptions?
];
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: global;
API declaration: @Builder
export declare function Popup(options: PopupOptions): void;
Differences: @Builder
export declare function Popup(options: PopupOptions): void;
api/@ohos.arkui.advanced.Popup.d.ets
New APINAClass name: global;
API declaration: export declare struct ProgressButton
Differences: export declare struct ProgressButton
api/@ohos.arkui.advanced.ProgressButton.d.ets
New APINAClass name: ProgressButton;
API declaration: @Prop
progress: number;
Differences: @Prop
progress: number;
api/@ohos.arkui.advanced.ProgressButton.d.ets
New APINAClass name: ProgressButton;
API declaration: @Prop
content: string;
Differences: @Prop
content: string;
api/@ohos.arkui.advanced.ProgressButton.d.ets
New APINAClass name: ProgressButton;
API declaration: progressButtonWidth?: Length;
Differences: progressButtonWidth?: Length;
api/@ohos.arkui.advanced.ProgressButton.d.ets
New APINAClass name: ProgressButton;
API declaration: clickCallback: () => void;
Differences: clickCallback: () => void;
api/@ohos.arkui.advanced.ProgressButton.d.ets
New APINAClass name: ProgressButton;
API declaration: @Prop
enable: boolean;
Differences: @Prop
enable: boolean;
api/@ohos.arkui.advanced.ProgressButton.d.ets
New APINAClass name: global;
API declaration: interface SegmentButtonTextItem
Differences: interface SegmentButtonTextItem
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonTextItem;
API declaration: text: ResourceStr;
Differences: text: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: interface SegmentButtonIconItem
Differences: interface SegmentButtonIconItem
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonIconItem;
API declaration: icon: ResourceStr;
Differences: icon: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonIconItem;
API declaration: selectedIcon: ResourceStr;
Differences: selectedIcon: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: interface SegmentButtonIconTextItem
Differences: interface SegmentButtonIconTextItem
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonIconTextItem;
API declaration: icon: ResourceStr;
Differences: icon: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonIconTextItem;
API declaration: selectedIcon: ResourceStr;
Differences: selectedIcon: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonIconTextItem;
API declaration: text: ResourceStr;
Differences: text: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: declare type DimensionNoPercentage = PX |VP |FP |LPX |Resource;
Differences: declare type DimensionNoPercentage = PX |VP |FP |LPX |Resource;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: interface CommonSegmentButtonOptions
Differences: interface CommonSegmentButtonOptions
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: fontColor?: ResourceColor;
Differences: fontColor?: ResourceColor;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: selectedFontColor?: ResourceColor;
Differences: selectedFontColor?: ResourceColor;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: fontSize?: DimensionNoPercentage;
Differences: fontSize?: DimensionNoPercentage;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: selectedFontSize?: DimensionNoPercentage;
Differences: selectedFontSize?: DimensionNoPercentage;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: fontWeight?: FontWeight;
Differences: fontWeight?: FontWeight;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: selectedFontWeight?: FontWeight;
Differences: selectedFontWeight?: FontWeight;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: backgroundColor?: ResourceColor;
Differences: backgroundColor?: ResourceColor;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: selectedBackgroundColor?: ResourceColor;
Differences: selectedBackgroundColor?: ResourceColor;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: imageSize?: SizeOptions;
Differences: imageSize?: SizeOptions;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: buttonPadding?: Padding |Dimension;
Differences: buttonPadding?: Padding |Dimension;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: textPadding?: Padding |Dimension;
Differences: textPadding?: Padding |Dimension;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CommonSegmentButtonOptions;
API declaration: backgroundBlurStyle?: BlurStyle;
Differences: backgroundBlurStyle?: BlurStyle;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: declare type ItemRestriction<T> = [
T,
T,
T?,
T?,
T?
];
Differences: declare type ItemRestriction<T> = [
T,
T,
T?,
T?,
T?
];
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: declare type SegmentButtonItemTuple = ItemRestriction<SegmentButtonTextItem> |ItemRestriction<SegmentButtonIconItem> |ItemRestriction<SegmentButtonIconTextItem>;
Differences: declare type SegmentButtonItemTuple = ItemRestriction<SegmentButtonTextItem> |ItemRestriction<SegmentButtonIconItem> |ItemRestriction<SegmentButtonIconTextItem>;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: declare type SegmentButtonItemArray = Array<SegmentButtonTextItem> |Array<SegmentButtonIconItem> |Array<SegmentButtonIconTextItem>;
Differences: declare type SegmentButtonItemArray = Array<SegmentButtonTextItem> |Array<SegmentButtonIconItem> |Array<SegmentButtonIconTextItem>;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: interface TabSegmentButtonConstructionOptions
Differences: interface TabSegmentButtonConstructionOptions
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: TabSegmentButtonConstructionOptions;
API declaration: buttons: ItemRestriction<SegmentButtonTextItem>;
Differences: buttons: ItemRestriction<SegmentButtonTextItem>;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: interface CapsuleSegmentButtonConstructionOptions
Differences: interface CapsuleSegmentButtonConstructionOptions
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CapsuleSegmentButtonConstructionOptions;
API declaration: buttons: SegmentButtonItemTuple;
Differences: buttons: SegmentButtonItemTuple;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CapsuleSegmentButtonConstructionOptions;
API declaration: multiply?: boolean;
Differences: multiply?: boolean;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: interface TabSegmentButtonOptions
Differences: interface TabSegmentButtonOptions
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: TabSegmentButtonOptions;
API declaration: type: "tab";
Differences: type: "tab";
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: interface CapsuleSegmentButtonOptions
Differences: interface CapsuleSegmentButtonOptions
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: CapsuleSegmentButtonOptions;
API declaration: type: "capsule";
Differences: type: "capsule";
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: interface SegmentButtonItemOptionsConstructorOptions
Differences: interface SegmentButtonItemOptionsConstructorOptions
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsConstructorOptions;
API declaration: icon?: ResourceStr;
Differences: icon?: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsConstructorOptions;
API declaration: selectedIcon?: ResourceStr;
Differences: selectedIcon?: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsConstructorOptions;
API declaration: text?: ResourceStr;
Differences: text?: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: declare class SegmentButtonItemOptions
Differences: declare class SegmentButtonItemOptions
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptions;
API declaration: icon?: ResourceStr;
Differences: icon?: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptions;
API declaration: selectedIcon?: ResourceStr;
Differences: selectedIcon?: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptions;
API declaration: text?: ResourceStr;
Differences: text?: ResourceStr;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: declare class SegmentButtonItemOptionsArray
Differences: declare class SegmentButtonItemOptionsArray
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsArray;
API declaration: push(...items: SegmentButtonItemArray): number;
Differences: push(...items: SegmentButtonItemArray): number;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsArray;
API declaration: pop(): SegmentButtonItemOptions |undefined;
Differences: pop(): SegmentButtonItemOptions |undefined;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsArray;
API declaration: shift(): SegmentButtonItemOptions |undefined;
Differences: shift(): SegmentButtonItemOptions |undefined;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsArray;
API declaration: unshift(...items: SegmentButtonItemArray): number;
Differences: unshift(...items: SegmentButtonItemArray): number;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsArray;
API declaration: splice(start: number, deleteCount: number, ...items: SegmentButtonItemOptions[]): SegmentButtonItemOptions[];
Differences: splice(start: number, deleteCount: number, ...items: SegmentButtonItemOptions[]): SegmentButtonItemOptions[];
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonItemOptionsArray;
API declaration: static create(elements: SegmentButtonItemTuple): SegmentButtonItemOptionsArray;
Differences: static create(elements: SegmentButtonItemTuple): SegmentButtonItemOptionsArray;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: declare class SegmentButtonOptions
Differences: declare class SegmentButtonOptions
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: type: "tab" |"capsule";
Differences: type: "tab" |"capsule";
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: multiply: boolean;
Differences: multiply: boolean;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: buttons: SegmentButtonItemOptionsArray;
Differences: buttons: SegmentButtonItemOptionsArray;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: fontColor: ResourceColor;
Differences: fontColor: ResourceColor;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: selectedFontColor: ResourceColor;
Differences: selectedFontColor: ResourceColor;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: fontSize: DimensionNoPercentage;
Differences: fontSize: DimensionNoPercentage;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: selectedFontSize: DimensionNoPercentage;
Differences: selectedFontSize: DimensionNoPercentage;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: fontWeight: FontWeight;
Differences: fontWeight: FontWeight;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: selectedFontWeight: FontWeight;
Differences: selectedFontWeight: FontWeight;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: backgroundColor: ResourceColor;
Differences: backgroundColor: ResourceColor;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: selectedBackgroundColor: ResourceColor;
Differences: selectedBackgroundColor: ResourceColor;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: imageSize: SizeOptions;
Differences: imageSize: SizeOptions;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: buttonPadding: Padding |Dimension;
Differences: buttonPadding: Padding |Dimension;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: textPadding: Padding |Dimension;
Differences: textPadding: Padding |Dimension;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: backgroundBlurStyle: BlurStyle;
Differences: backgroundBlurStyle: BlurStyle;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: static tab(options: TabSegmentButtonConstructionOptions): SegmentButtonOptions;
Differences: static tab(options: TabSegmentButtonConstructionOptions): SegmentButtonOptions;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButtonOptions;
API declaration: static capsule(options: CapsuleSegmentButtonConstructionOptions): SegmentButtonOptions;
Differences: static capsule(options: CapsuleSegmentButtonConstructionOptions): SegmentButtonOptions;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: declare struct SegmentButton
Differences: declare struct SegmentButton
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButton;
API declaration: @ObjectLink
options: SegmentButtonOptions;
Differences: @ObjectLink
options: SegmentButtonOptions;
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: SegmentButton;
API declaration: @Link
selectedIndexes: number[];
Differences: @Link
selectedIndexes: number[];
api/@ohos.arkui.advanced.SegmentButton.d.ets
New APINAClass name: global;
API declaration: export interface EditorMenuOptions
Differences: export interface EditorMenuOptions
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: EditorMenuOptions;
API declaration: icon: ResourceStr;
Differences: icon: ResourceStr;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: EditorMenuOptions;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: EditorMenuOptions;
API declaration: builder?: () => void;
Differences: builder?: () => void;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: global;
API declaration: export interface ExpandedMenuOptions
Differences: export interface ExpandedMenuOptions
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: ExpandedMenuOptions;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: global;
API declaration: export interface EditorEventInfo
Differences: export interface EditorEventInfo
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: EditorEventInfo;
API declaration: content?: RichEditorSelection;
Differences: content?: RichEditorSelection;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: global;
API declaration: export interface SelectionMenuOptions
Differences: export interface SelectionMenuOptions
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: SelectionMenuOptions;
API declaration: editorMenuOptions?: Array<EditorMenuOptions>;
Differences: editorMenuOptions?: Array<EditorMenuOptions>;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: SelectionMenuOptions;
API declaration: expandedMenuOptions?: Array<ExpandedMenuOptions>;
Differences: expandedMenuOptions?: Array<ExpandedMenuOptions>;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: SelectionMenuOptions;
API declaration: controller?: RichEditorController;
Differences: controller?: RichEditorController;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: SelectionMenuOptions;
API declaration: onPaste?: (event?: EditorEventInfo) => void;
Differences: onPaste?: (event?: EditorEventInfo) => void;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: SelectionMenuOptions;
API declaration: onCopy?: (event?: EditorEventInfo) => void;
Differences: onCopy?: (event?: EditorEventInfo) => void;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: SelectionMenuOptions;
API declaration: onCut?: (event?: EditorEventInfo) => void;
Differences: onCut?: (event?: EditorEventInfo) => void;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: SelectionMenuOptions;
API declaration: onSelectAll?: (event?: EditorEventInfo) => void;
Differences: onSelectAll?: (event?: EditorEventInfo) => void;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: global;
API declaration: @Builder
export declare function SelectionMenu(options: SelectionMenuOptions): void;
Differences: @Builder
export declare function SelectionMenu(options: SelectionMenuOptions): void;
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New APINAClass name: global;
API declaration: export declare class SelectTitleBarMenuItem
Differences: export declare class SelectTitleBarMenuItem
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBarMenuItem;
API declaration: value: ResourceStr;
Differences: value: ResourceStr;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBarMenuItem;
API declaration: isEnabled?: boolean;
Differences: isEnabled?: boolean;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBarMenuItem;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare struct SelectTitleBar
Differences: export declare struct SelectTitleBar
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBar;
API declaration: @Prop
selected: number;
Differences: @Prop
selected: number;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBar;
API declaration: options: Array<SelectOption>;
Differences: options: Array<SelectOption>;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBar;
API declaration: menuItems?: Array<SelectTitleBarMenuItem>;
Differences: menuItems?: Array<SelectTitleBarMenuItem>;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBar;
API declaration: subtitle?: ResourceStr;
Differences: subtitle?: ResourceStr;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBar;
API declaration: badgeValue?: number;
Differences: badgeValue?: number;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBar;
API declaration: hidesBackButton?: boolean;
Differences: hidesBackButton?: boolean;
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: SelectTitleBar;
API declaration: onSelected?: ((index: number) => void);
Differences: onSelected?: ((index: number) => void);
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare struct SplitLayout
Differences: export declare struct SplitLayout
api/@ohos.arkui.advanced.SplitLayout.d.ets
New APINAClass name: SplitLayout;
API declaration: @BuilderParam
container: () => void;
Differences: @BuilderParam
container: () => void;
api/@ohos.arkui.advanced.SplitLayout.d.ets
New APINAClass name: SplitLayout;
API declaration: @State
mainImage: ResourceStr;
Differences: @State
mainImage: ResourceStr;
api/@ohos.arkui.advanced.SplitLayout.d.ets
New APINAClass name: SplitLayout;
API declaration: @Prop
primaryText: ResourceStr;
Differences: @Prop
primaryText: ResourceStr;
api/@ohos.arkui.advanced.SplitLayout.d.ets
New APINAClass name: SplitLayout;
API declaration: @Prop
secondaryText?: ResourceStr;
Differences: @Prop
secondaryText?: ResourceStr;
api/@ohos.arkui.advanced.SplitLayout.d.ets
New APINAClass name: SplitLayout;
API declaration: @Prop
tertiaryText?: ResourceStr;
Differences: @Prop
tertiaryText?: ResourceStr;
api/@ohos.arkui.advanced.SplitLayout.d.ets
New APINAClass name: global;
API declaration: export declare enum OperationType
Differences: export declare enum OperationType
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: OperationType;
API declaration: TEXT_ARROW = 0
Differences: TEXT_ARROW = 0
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: OperationType;
API declaration: BUTTON = 1
Differences: BUTTON = 1
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: OperationType;
API declaration: ICON_GROUP = 2
Differences: ICON_GROUP = 2
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: OperationType;
API declaration: LOADING = 3
Differences: LOADING = 3
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: global;
API declaration: export declare class OperationOption
Differences: export declare class OperationOption
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: OperationOption;
API declaration: value: ResourceStr;
Differences: value: ResourceStr;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: OperationOption;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: global;
API declaration: export declare class SelectOptions
Differences: export declare class SelectOptions
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SelectOptions;
API declaration: options: Array<SelectOption>;
Differences: options: Array<SelectOption>;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SelectOptions;
API declaration: selected?: number;
Differences: selected?: number;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SelectOptions;
API declaration: value?: string;
Differences: value?: string;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SelectOptions;
API declaration: onSelect?: (index: number, value?: string) => void;
Differences: onSelect?: (index: number, value?: string) => void;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: global;
API declaration: export declare struct SubHeader
Differences: export declare struct SubHeader
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SubHeader;
API declaration: @Prop
icon?: ResourceStr;
Differences: @Prop
icon?: ResourceStr;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SubHeader;
API declaration: @Prop
primaryTitle?: ResourceStr;
Differences: @Prop
primaryTitle?: ResourceStr;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SubHeader;
API declaration: @Prop
secondaryTitle?: ResourceStr;
Differences: @Prop
secondaryTitle?: ResourceStr;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SubHeader;
API declaration: select?: SelectOptions;
Differences: select?: SelectOptions;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SubHeader;
API declaration: @Prop
operationType?: OperationType;
Differences: @Prop
operationType?: OperationType;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: SubHeader;
API declaration: operationItem?: Array<OperationOption>;
Differences: operationItem?: Array<OperationOption>;
api/@ohos.arkui.advanced.SubHeader.d.ets
New APINAClass name: global;
API declaration: export declare struct SwipeRefresher
Differences: export declare struct SwipeRefresher
api/@ohos.arkui.advanced.SwipeRefresher.d.ets
New APINAClass name: SwipeRefresher;
API declaration: @Prop
content?: string;
Differences: @Prop
content?: string;
api/@ohos.arkui.advanced.SwipeRefresher.d.ets
New APINAClass name: SwipeRefresher;
API declaration: @Prop
isLoading: boolean;
Differences: @Prop
isLoading: boolean;
api/@ohos.arkui.advanced.SwipeRefresher.d.ets
New APINAClass name: global;
API declaration: export declare class TabTitleBarMenuItem
Differences: export declare class TabTitleBarMenuItem
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: TabTitleBarMenuItem;
API declaration: value: ResourceStr;
Differences: value: ResourceStr;
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: TabTitleBarMenuItem;
API declaration: isEnabled?: boolean;
Differences: isEnabled?: boolean;
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: TabTitleBarMenuItem;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare class TabTitleBarTabItem
Differences: export declare class TabTitleBarTabItem
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: TabTitleBarTabItem;
API declaration: title: ResourceStr;
Differences: title: ResourceStr;
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: TabTitleBarTabItem;
API declaration: icon?: ResourceStr;
Differences: icon?: ResourceStr;
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare struct TabTitleBar
Differences: export declare struct TabTitleBar
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: TabTitleBar;
API declaration: tabItems: Array<TabTitleBarTabItem>;
Differences: tabItems: Array<TabTitleBarTabItem>;
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: TabTitleBar;
API declaration: menuItems?: Array<TabTitleBarMenuItem>;
Differences: menuItems?: Array<TabTitleBarMenuItem>;
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: TabTitleBar;
API declaration: @BuilderParam
swiperContent: () => void;
Differences: @BuilderParam
swiperContent: () => void;
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New APINAClass name: global;
API declaration: export declare enum ItemState
Differences: export declare enum ItemState
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ItemState;
API declaration: ENABLE = 1
Differences: ENABLE = 1
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ItemState;
API declaration: DISABLE = 2
Differences: DISABLE = 2
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ItemState;
API declaration: ACTIVATE = 3
Differences: ACTIVATE = 3
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: global;
API declaration: export declare class ToolBarOption
Differences: export declare class ToolBarOption
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ToolBarOption;
API declaration: content: ResourceStr;
Differences: content: ResourceStr;
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ToolBarOption;
API declaration: action?: () => void;
Differences: action?: () => void;
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ToolBarOption;
API declaration: icon?: Resource;
Differences: icon?: Resource;
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ToolBarOption;
API declaration: state?: ItemState;
Differences: state?: ItemState;
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: global;
API declaration: export declare class ToolBarOptions
Differences: export declare class ToolBarOptions
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: global;
API declaration: export declare struct ToolBar
Differences: export declare struct ToolBar
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ToolBar;
API declaration: @ObjectLink
toolBarList: ToolBarOptions;
Differences: @ObjectLink
toolBarList: ToolBarOptions;
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ToolBar;
API declaration: @Prop
activateIndex?: number;
Differences: @Prop
activateIndex?: number;
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: ToolBar;
API declaration: controller: TabsController;
Differences: controller: TabsController;
api/@ohos.arkui.advanced.ToolBar.d.ets
New APINAClass name: global;
API declaration: export declare enum TreeListenType
Differences: export declare enum TreeListenType
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListenType;
API declaration: NODE_CLICK = "NodeClick"
Differences: NODE_CLICK = "NodeClick"
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListenType;
API declaration: NODE_ADD = "NodeAdd"
Differences: NODE_ADD = "NodeAdd"
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListenType;
API declaration: NODE_DELETE = "NodeDelete"
Differences: NODE_DELETE = "NodeDelete"
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListenType;
API declaration: NODE_MODIFY = "NodeModify"
Differences: NODE_MODIFY = "NodeModify"
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListenType;
API declaration: NODE_MOVE = "NodeMove"
Differences: NODE_MOVE = "NodeMove"
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: global;
API declaration: export declare class TreeListener
Differences: export declare class TreeListener
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListener;
API declaration: on(type: TreeListenType, callback: (callbackParam: CallbackParam) => void): void;
Differences: on(type: TreeListenType, callback: (callbackParam: CallbackParam) => void): void;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListener;
API declaration: once(type: TreeListenType, callback: (callbackParam: CallbackParam) => void): void;
Differences: once(type: TreeListenType, callback: (callbackParam: CallbackParam) => void): void;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListener;
API declaration: off(type: TreeListenType, callback?: (callbackParam: CallbackParam) => void): void;
Differences: off(type: TreeListenType, callback?: (callbackParam: CallbackParam) => void): void;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: global;
API declaration: export declare class TreeListenerManager
Differences: export declare class TreeListenerManager
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListenerManager;
API declaration: static getInstance(): TreeListenerManager;
Differences: static getInstance(): TreeListenerManager;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeListenerManager;
API declaration: getTreeListener(): TreeListener;
Differences: getTreeListener(): TreeListener;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: global;
API declaration: export declare struct TreeView
Differences: export declare struct TreeView
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeView;
API declaration: treeController: TreeController;
Differences: treeController: TreeController;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: global;
API declaration: export interface CallbackParam
Differences: export interface CallbackParam
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: CallbackParam;
API declaration: currentNodeId: number;
Differences: currentNodeId: number;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: CallbackParam;
API declaration: parentNodeId?: number;
Differences: parentNodeId?: number;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: CallbackParam;
API declaration: childIndex?: number;
Differences: childIndex?: number;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: global;
API declaration: export interface NodeParam
Differences: export interface NodeParam
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: parentNodeId?: number;
Differences: parentNodeId?: number;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: currentNodeId?: number;
Differences: currentNodeId?: number;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: isFolder?: boolean;
Differences: isFolder?: boolean;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: icon?: ResourceStr;
Differences: icon?: ResourceStr;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: selectedIcon?: ResourceStr;
Differences: selectedIcon?: ResourceStr;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: editIcon?: ResourceStr;
Differences: editIcon?: ResourceStr;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: primaryTitle?: ResourceStr;
Differences: primaryTitle?: ResourceStr;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: secondaryTitle?: ResourceStr;
Differences: secondaryTitle?: ResourceStr;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: NodeParam;
API declaration: container?: () => void;
Differences: container?: () => void;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: global;
API declaration: export declare class TreeController
Differences: export declare class TreeController
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeController;
API declaration: removeNode(): void;
Differences: removeNode(): void;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeController;
API declaration: modifyNode(): void;
Differences: modifyNode(): void;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeController;
API declaration: addNode(nodeParam?: NodeParam): TreeController;
Differences: addNode(nodeParam?: NodeParam): TreeController;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeController;
API declaration: refreshNode(parentId: number, parentSubTitle: ResourceStr, currentSubtitle: ResourceStr): void;
Differences: refreshNode(parentId: number, parentSubTitle: ResourceStr, currentSubtitle: ResourceStr): void;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: TreeController;
API declaration: buildDone(): void;
Differences: buildDone(): void;
api/@ohos.arkui.advanced.TreeView.d.ets
New APINAClass name: global;
API declaration: declare namespace componentSnapshot
Differences: declare namespace componentSnapshot
api/@ohos.arkui.componentSnapshot.d.ts
New APINAClass name: componentSnapshot;
API declaration: function get(id: string, callback: AsyncCallback<image.PixelMap>): void;
Differences: function get(id: string, callback: AsyncCallback<image.PixelMap>): void;
api/@ohos.arkui.componentSnapshot.d.ts
New APINAClass name: componentSnapshot;
API declaration: function get(id: string): Promise<image.PixelMap>;
Differences: function get(id: string): Promise<image.PixelMap>;
api/@ohos.arkui.componentSnapshot.d.ts
New APINAClass name: componentSnapshot;
API declaration: function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback<image.PixelMap>): void;
Differences: function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback<image.PixelMap>): void;
api/@ohos.arkui.componentSnapshot.d.ts
New APINAClass name: componentSnapshot;
API declaration: function createFromBuilder(builder: CustomBuilder): Promise<image.PixelMap>;
Differences: function createFromBuilder(builder: CustomBuilder): Promise<image.PixelMap>;
api/@ohos.arkui.componentSnapshot.d.ts
New APINAClass name: global;
API declaration: declare namespace componentUtils
Differences: declare namespace componentUtils
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: componentUtils;
API declaration: interface ComponentInfo
Differences: interface ComponentInfo
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ComponentInfo;
API declaration: size: Size;
Differences: size: Size;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ComponentInfo;
API declaration: localOffset: Offset;
Differences: localOffset: Offset;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ComponentInfo;
API declaration: windowOffset: Offset;
Differences: windowOffset: Offset;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ComponentInfo;
API declaration: screenOffset: Offset;
Differences: screenOffset: Offset;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ComponentInfo;
API declaration: translate: TranslateResult;
Differences: translate: TranslateResult;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ComponentInfo;
API declaration: scale: ScaleResult;
Differences: scale: ScaleResult;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ComponentInfo;
API declaration: rotate: RotateResult;
Differences: rotate: RotateResult;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ComponentInfo;
API declaration: transform: Matrix4Result;
Differences: transform: Matrix4Result;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: componentUtils;
API declaration: interface Size
Differences: interface Size
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: Size;
API declaration: width: number;
Differences: width: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: Size;
API declaration: height: number;
Differences: height: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: componentUtils;
API declaration: interface Offset
Differences: interface Offset
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: Offset;
API declaration: x: number;
Differences: x: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: Offset;
API declaration: y: number;
Differences: y: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: componentUtils;
API declaration: interface TranslateResult
Differences: interface TranslateResult
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: TranslateResult;
API declaration: x: number;
Differences: x: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: TranslateResult;
API declaration: y: number;
Differences: y: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: TranslateResult;
API declaration: z: number;
Differences: z: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: componentUtils;
API declaration: interface ScaleResult
Differences: interface ScaleResult
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ScaleResult;
API declaration: x: number;
Differences: x: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ScaleResult;
API declaration: y: number;
Differences: y: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ScaleResult;
API declaration: z: number;
Differences: z: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ScaleResult;
API declaration: centerX: number;
Differences: centerX: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: ScaleResult;
API declaration: centerY: number;
Differences: centerY: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: componentUtils;
API declaration: interface RotateResult
Differences: interface RotateResult
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: RotateResult;
API declaration: x: number;
Differences: x: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: RotateResult;
API declaration: y: number;
Differences: y: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: RotateResult;
API declaration: z: number;
Differences: z: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: RotateResult;
API declaration: centerX: number;
Differences: centerX: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: RotateResult;
API declaration: centerY: number;
Differences: centerY: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: RotateResult;
API declaration: angle: number;
Differences: angle: number;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: componentUtils;
API declaration: type Matrix4Result = [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number
];
Differences: type Matrix4Result = [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number
];
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: componentUtils;
API declaration: function getRectangleById(id: string): ComponentInfo;
Differences: function getRectangleById(id: string): ComponentInfo;
api/@ohos.arkui.componentUtils.d.ts
New APINAClass name: global;
API declaration: declare namespace dragController
Differences: declare namespace dragController
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: const enum DragStatus
Differences: const enum DragStatus
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragStatus;
API declaration: STARTED = 0
Differences: STARTED = 0
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragStatus;
API declaration: ENDED = 1
Differences: ENDED = 1
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: interface DragAndDropInfo
Differences: interface DragAndDropInfo
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragAndDropInfo;
API declaration: status: DragStatus;
Differences: status: DragStatus;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragAndDropInfo;
API declaration: event: DragEvent;
Differences: event: DragEvent;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragAndDropInfo;
API declaration: extraParams?: string;
Differences: extraParams?: string;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: interface DragAction
Differences: interface DragAction
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragAction;
API declaration: startDrag(): Promise<void>;
Differences: startDrag(): Promise<void>;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragAction;
API declaration: on(type: 'statusChange', callback: Callback<DragAndDropInfo>): void;
Differences: on(type: 'statusChange', callback: Callback<DragAndDropInfo>): void;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragAction;
API declaration: off(type: 'statusChange', callback?: Callback<DragAndDropInfo>): void;
Differences: off(type: 'statusChange', callback?: Callback<DragAndDropInfo>): void;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: interface DragInfo
Differences: interface DragInfo
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragInfo;
API declaration: pointerId: number;
Differences: pointerId: number;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragInfo;
API declaration: data?: unifiedDataChannel.UnifiedData;
Differences: data?: unifiedDataChannel.UnifiedData;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragInfo;
API declaration: extraParams?: string;
Differences: extraParams?: string;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragInfo;
API declaration: touchPoint?: TouchPoint;
Differences: touchPoint?: TouchPoint;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragInfo;
API declaration: previewOptions?: DragPreviewOptions;
Differences: previewOptions?: DragPreviewOptions;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: interface AnimationOptions
Differences: interface AnimationOptions
api/@ohos.arkui.dragController.d.ts
New APINAClass name: AnimationOptions;
API declaration: duration?: number;
Differences: duration?: number;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: AnimationOptions;
API declaration: curve?: Curve |ICurve;
Differences: curve?: Curve |ICurve;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: export class DragPreview
Differences: export class DragPreview
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragPreview;
API declaration: setForegroundColor(color: ResourceColor): void;
Differences: setForegroundColor(color: ResourceColor): void;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: DragPreview;
API declaration: animate(options: AnimationOptions, handler: () => void): void;
Differences: animate(options: AnimationOptions, handler: () => void): void;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback<{
event: DragEvent;
extraParams: string;
}>): void;
Differences: function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback<{
event: DragEvent;
extraParams: string;
}>): void;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo): Promise<{
event: DragEvent;
extraParams: string;
}>;
Differences: function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo): Promise<{
event: DragEvent;
extraParams: string;
}>;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: function createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: DragInfo): DragAction;
Differences: function createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: DragInfo): DragAction;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: dragController;
API declaration: function getDragPreview(): DragPreview;
Differences: function getDragPreview(): DragPreview;
api/@ohos.arkui.dragController.d.ts
New APINAClass name: global;
API declaration: export class DrawableDescriptor
Differences: export class DrawableDescriptor
api/@ohos.arkui.drawableDescriptor.d.ts
New APINAClass name: DrawableDescriptor;
API declaration: getPixelMap(): image.PixelMap;
Differences: getPixelMap(): image.PixelMap;
api/@ohos.arkui.drawableDescriptor.d.ts
New APINAClass name: global;
API declaration: export class LayeredDrawableDescriptor
Differences: export class LayeredDrawableDescriptor
api/@ohos.arkui.drawableDescriptor.d.ts
New APINAClass name: LayeredDrawableDescriptor;
API declaration: getForeground(): DrawableDescriptor;
Differences: getForeground(): DrawableDescriptor;
api/@ohos.arkui.drawableDescriptor.d.ts
New APINAClass name: LayeredDrawableDescriptor;
API declaration: getBackground(): DrawableDescriptor;
Differences: getBackground(): DrawableDescriptor;
api/@ohos.arkui.drawableDescriptor.d.ts
New APINAClass name: LayeredDrawableDescriptor;
API declaration: getMask(): DrawableDescriptor;
Differences: getMask(): DrawableDescriptor;
api/@ohos.arkui.drawableDescriptor.d.ts
New APINAClass name: LayeredDrawableDescriptor;
API declaration: static getMaskClipPath(): string;
Differences: static getMaskClipPath(): string;
api/@ohos.arkui.drawableDescriptor.d.ts
New APINAClass name: global;
API declaration: declare namespace inspector
Differences: declare namespace inspector
api/@ohos.arkui.inspector.d.ts
New APINAClass name: inspector;
API declaration: interface ComponentObserver
Differences: interface ComponentObserver
api/@ohos.arkui.inspector.d.ts
New APINAClass name: ComponentObserver;
API declaration: on(type: 'layout', callback: () => void): void;
Differences: on(type: 'layout', callback: () => void): void;
api/@ohos.arkui.inspector.d.ts
New APINAClass name: ComponentObserver;
API declaration: off(type: 'layout', callback?: () => void): void;
Differences: off(type: 'layout', callback?: () => void): void;
api/@ohos.arkui.inspector.d.ts
New APINAClass name: ComponentObserver;
API declaration: on(type: 'draw', callback: () => void): void;
Differences: on(type: 'draw', callback: () => void): void;
api/@ohos.arkui.inspector.d.ts
New APINAClass name: ComponentObserver;
API declaration: off(type: 'draw', callback?: () => void): void;
Differences: off(type: 'draw', callback?: () => void): void;
api/@ohos.arkui.inspector.d.ts
New APINAClass name: inspector;
API declaration: function createComponentObserver(id: string): ComponentObserver;
Differences: function createComponentObserver(id: string): ComponentObserver;
api/@ohos.arkui.inspector.d.ts
New APINAClass name: global;
API declaration: declare namespace uiObserver
Differences: declare namespace uiObserver
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export enum NavDestinationState
Differences: export enum NavDestinationState
api/@ohos.arkui.observer.d.ts
New APINAClass name: NavDestinationState;
API declaration: ON_SHOWN = 0
Differences: ON_SHOWN = 0
api/@ohos.arkui.observer.d.ts
New APINAClass name: NavDestinationState;
API declaration: ON_HIDDEN = 1
Differences: ON_HIDDEN = 1
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export enum RouterPageState
Differences: export enum RouterPageState
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageState;
API declaration: ABOUT_TO_APPEAR = 0
Differences: ABOUT_TO_APPEAR = 0
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageState;
API declaration: ABOUT_TO_DISAPPEAR = 1
Differences: ABOUT_TO_DISAPPEAR = 1
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageState;
API declaration: ON_PAGE_SHOW = 2
Differences: ON_PAGE_SHOW = 2
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageState;
API declaration: ON_PAGE_HIDE = 3
Differences: ON_PAGE_HIDE = 3
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageState;
API declaration: ON_BACK_PRESS = 4
Differences: ON_BACK_PRESS = 4
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export interface NavDestinationInfo
Differences: export interface NavDestinationInfo
api/@ohos.arkui.observer.d.ts
New APINAClass name: NavDestinationInfo;
API declaration: navigationId: ResourceStr;
Differences: navigationId: ResourceStr;
api/@ohos.arkui.observer.d.ts
New APINAClass name: NavDestinationInfo;
API declaration: name: ResourceStr;
Differences: name: ResourceStr;
api/@ohos.arkui.observer.d.ts
New APINAClass name: NavDestinationInfo;
API declaration: state: NavDestinationState;
Differences: state: NavDestinationState;
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export class RouterPageInfo
Differences: export class RouterPageInfo
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageInfo;
API declaration: context: UIAbilityContext |UIContext;
Differences: context: UIAbilityContext |UIContext;
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageInfo;
API declaration: index: number;
Differences: index: number;
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageInfo;
API declaration: name: string;
Differences: name: string;
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageInfo;
API declaration: path: string;
Differences: path: string;
api/@ohos.arkui.observer.d.ts
New APINAClass name: RouterPageInfo;
API declaration: state: RouterPageState;
Differences: state: RouterPageState;
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export function on(type: 'navDestinationUpdate', options: {
navigationId: ResourceStr;
}, callback: Callback<NavDestinationInfo>): void;
Differences: export function on(type: 'navDestinationUpdate', options: {
navigationId: ResourceStr;
}, callback: Callback<NavDestinationInfo>): void;
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export function on(type: 'navDestinationUpdate', callback: Callback<NavDestinationInfo>): void;
Differences: export function on(type: 'navDestinationUpdate', callback: Callback<NavDestinationInfo>): void;
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export function off(type: 'navDestinationUpdate', options: {
navigationId: ResourceStr;
}, callback?: Callback<NavDestinationInfo>): void;
Differences: export function off(type: 'navDestinationUpdate', options: {
navigationId: ResourceStr;
}, callback?: Callback<NavDestinationInfo>): void;
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export function off(type: 'navDestinationUpdate', callback?: Callback<NavDestinationInfo>): void;
Differences: export function off(type: 'navDestinationUpdate', callback?: Callback<NavDestinationInfo>): void;
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export function on(type: 'routerPageUpdate', context: UIAbilityContext |UIContext, callback: Callback<RouterPageInfo>): void;
Differences: export function on(type: 'routerPageUpdate', context: UIAbilityContext |UIContext, callback: Callback<RouterPageInfo>): void;
api/@ohos.arkui.observer.d.ts
New APINAClass name: uiObserver;
API declaration: export function off(type: 'routerPageUpdate', context: UIAbilityContext |UIContext, callback?: Callback<RouterPageInfo>): void;
Differences: export function off(type: 'routerPageUpdate', context: UIAbilityContext |UIContext, callback?: Callback<RouterPageInfo>): void;
api/@ohos.arkui.observer.d.ts
New APINAClass name: global;
API declaration: export class Font
Differences: export class Font
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Font;
API declaration: registerFont(options: font.FontOptions): void;
Differences: registerFont(options: font.FontOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Font;
API declaration: getSystemFontList(): Array<string>;
Differences: getSystemFontList(): Array<string>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Font;
API declaration: getFontByName(fontName: string): font.FontInfo;
Differences: getFontByName(fontName: string): font.FontInfo;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export class MediaQuery
Differences: export class MediaQuery
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: MediaQuery;
API declaration: matchMediaSync(condition: string): mediaQuery.MediaQueryListener;
Differences: matchMediaSync(condition: string): mediaQuery.MediaQueryListener;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export class UIInspector
Differences: export class UIInspector
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIInspector;
API declaration: createComponentObserver(id: string): inspector.ComponentObserver;
Differences: createComponentObserver(id: string): inspector.ComponentObserver;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export class Router
Differences: export class Router
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: pushUrl(options: router.RouterOptions, callback: AsyncCallback<void>): void;
Differences: pushUrl(options: router.RouterOptions, callback: AsyncCallback<void>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: pushUrl(options: router.RouterOptions): Promise<void>;
Differences: pushUrl(options: router.RouterOptions): Promise<void>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: pushUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
Differences: pushUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise<void>;
Differences: pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise<void>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: replaceUrl(options: router.RouterOptions, callback: AsyncCallback<void>): void;
Differences: replaceUrl(options: router.RouterOptions, callback: AsyncCallback<void>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: replaceUrl(options: router.RouterOptions): Promise<void>;
Differences: replaceUrl(options: router.RouterOptions): Promise<void>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: replaceUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
Differences: replaceUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise<void>;
Differences: replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise<void>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: back(options?: router.RouterOptions): void;
Differences: back(options?: router.RouterOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: clear(): void;
Differences: clear(): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: getLength(): string;
Differences: getLength(): string;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: getState(): router.RouterState;
Differences: getState(): router.RouterState;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: showAlertBeforeBackPage(options: router.EnableAlertOptions): void;
Differences: showAlertBeforeBackPage(options: router.EnableAlertOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: hideAlertBeforeBackPage(): void;
Differences: hideAlertBeforeBackPage(): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: getParams(): Object;
Differences: getParams(): Object;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback<void>): void;
Differences: pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback<void>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: pushNamedRoute(options: router.NamedRouterOptions): Promise<void>;
Differences: pushNamedRoute(options: router.NamedRouterOptions): Promise<void>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
Differences: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise<void>;
Differences: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise<void>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback<void>): void;
Differences: replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback<void>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: replaceNamedRoute(options: router.NamedRouterOptions): Promise<void>;
Differences: replaceNamedRoute(options: router.NamedRouterOptions): Promise<void>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
Differences: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: Router;
API declaration: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise<void>;
Differences: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise<void>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export class PromptAction
Differences: export class PromptAction
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: PromptAction;
API declaration: showToast(options: promptAction.ShowToastOptions): void;
Differences: showToast(options: promptAction.ShowToastOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: PromptAction;
API declaration: showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback<promptAction.ShowDialogSuccessResponse>): void;
Differences: showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback<promptAction.ShowDialogSuccessResponse>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: PromptAction;
API declaration: showDialog(options: promptAction.ShowDialogOptions): Promise<promptAction.ShowDialogSuccessResponse>;
Differences: showDialog(options: promptAction.ShowDialogOptions): Promise<promptAction.ShowDialogSuccessResponse>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: PromptAction;
API declaration: showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void;
Differences: showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: PromptAction;
API declaration: showActionMenu(options: promptAction.ActionMenuOptions, callback: AsyncCallback<promptAction.ActionMenuSuccessResponse>): void;
Differences: showActionMenu(options: promptAction.ActionMenuOptions, callback: AsyncCallback<promptAction.ActionMenuSuccessResponse>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: PromptAction;
API declaration: showActionMenu(options: promptAction.ActionMenuOptions): Promise<promptAction.ActionMenuSuccessResponse>;
Differences: showActionMenu(options: promptAction.ActionMenuOptions): Promise<promptAction.ActionMenuSuccessResponse>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export class UIObserver
Differences: export class UIObserver
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIObserver;
API declaration: on(type: 'navDestinationUpdate', options: {
navigationId: ResourceStr;
}, callback: Callback<observer.NavDestinationInfo>): void;
Differences: on(type: 'navDestinationUpdate', options: {
navigationId: ResourceStr;
}, callback: Callback<observer.NavDestinationInfo>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIObserver;
API declaration: on(type: 'navDestinationUpdate', callback: Callback<observer.NavDestinationInfo>): void;
Differences: on(type: 'navDestinationUpdate', callback: Callback<observer.NavDestinationInfo>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIObserver;
API declaration: off(type: 'navDestinationUpdate', options: {
navigationId: ResourceStr;
}, callback?: Callback<observer.NavDestinationInfo>): void;
Differences: off(type: 'navDestinationUpdate', options: {
navigationId: ResourceStr;
}, callback?: Callback<observer.NavDestinationInfo>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIObserver;
API declaration: off(type: 'navDestinationUpdate', callback?: Callback<observer.NavDestinationInfo>): void;
Differences: off(type: 'navDestinationUpdate', callback?: Callback<observer.NavDestinationInfo>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIObserver;
API declaration: on(type: 'routerPageUpdate', callback: Callback<observer.RouterPageInfo>): void;
Differences: on(type: 'routerPageUpdate', callback: Callback<observer.RouterPageInfo>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIObserver;
API declaration: off(type: 'routerPageUpdate', callback?: Callback<observer.RouterPageInfo>): void;
Differences: off(type: 'routerPageUpdate', callback?: Callback<observer.RouterPageInfo>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export class ComponentUtils
Differences: export class ComponentUtils
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: ComponentUtils;
API declaration: getRectangleById(id: string): componentUtils.ComponentInfo;
Differences: getRectangleById(id: string): componentUtils.ComponentInfo;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export interface AtomicServiceBar
Differences: export interface AtomicServiceBar
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: AtomicServiceBar;
API declaration: setVisible(visible: boolean): void;
Differences: setVisible(visible: boolean): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: AtomicServiceBar;
API declaration: setBackgroundColor(color: Nullable<Color |number |string>): void;
Differences: setBackgroundColor(color: Nullable<Color |number |string>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: AtomicServiceBar;
API declaration: setTitleContent(content: string): void;
Differences: setTitleContent(content: string): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: AtomicServiceBar;
API declaration: setTitleFontStyle(font: FontStyle): void;
Differences: setTitleFontStyle(font: FontStyle): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: AtomicServiceBar;
API declaration: setIconColor(color: Nullable<Color |number |string>): void;
Differences: setIconColor(color: Nullable<Color |number |string>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export class DragController
Differences: export class DragController
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: DragController;
API declaration: executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: dragController.DragInfo, callback: AsyncCallback<{
event: DragEvent;
extraParams: string;
}>): void;
Differences: executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: dragController.DragInfo, callback: AsyncCallback<{
event: DragEvent;
extraParams: string;
}>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: DragController;
API declaration: executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: dragController.DragInfo): Promise<{
event: DragEvent;
extraParams: string;
}>;
Differences: executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: dragController.DragInfo): Promise<{
event: DragEvent;
extraParams: string;
}>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: DragController;
API declaration: createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: dragController.DragInfo): dragController.DragAction;
Differences: createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: dragController.DragInfo): dragController.DragAction;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: DragController;
API declaration: getDragPreview(): dragController.DragPreview;
Differences: getDragPreview(): dragController.DragPreview;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export class UIContext
Differences: export class UIContext
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getFont(): Font;
Differences: getFont(): Font;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getMediaQuery(): MediaQuery;
Differences: getMediaQuery(): MediaQuery;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getUIInspector(): UIInspector;
Differences: getUIInspector(): UIInspector;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getRouter(): Router;
Differences: getRouter(): Router;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getPromptAction(): PromptAction;
Differences: getPromptAction(): PromptAction;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getComponentUtils(): ComponentUtils;
Differences: getComponentUtils(): ComponentUtils;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getUIObserver(): UIObserver;
Differences: getUIObserver(): UIObserver;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: createAnimator(options: AnimatorOptions): AnimatorResult;
Differences: createAnimator(options: AnimatorOptions): AnimatorResult;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: animateTo(value: AnimateParam, event: () => void): void;
Differences: animateTo(value: AnimateParam, event: () => void): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: showAlertDialog(options: AlertDialogParamWithConfirm |AlertDialogParamWithButtons |AlertDialogParamWithOptions): void;
Differences: showAlertDialog(options: AlertDialogParamWithConfirm |AlertDialogParamWithButtons |AlertDialogParamWithOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: showActionSheet(value: ActionSheetOptions): void;
Differences: showActionSheet(value: ActionSheetOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: showDatePickerDialog(options: DatePickerDialogOptions): void;
Differences: showDatePickerDialog(options: DatePickerDialogOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: showTimePickerDialog(options: TimePickerDialogOptions): void;
Differences: showTimePickerDialog(options: TimePickerDialogOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: showTextPickerDialog(options: TextPickerDialogOptions): void;
Differences: showTextPickerDialog(options: TextPickerDialogOptions): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: runScopedTask(callback: () => void): void;
Differences: runScopedTask(callback: () => void): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: setKeyboardAvoidMode(value: KeyboardAvoidMode): void;
Differences: setKeyboardAvoidMode(value: KeyboardAvoidMode): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getKeyboardAvoidMode(): KeyboardAvoidMode;
Differences: getKeyboardAvoidMode(): KeyboardAvoidMode;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getAtomicServiceBar(): Nullable<AtomicServiceBar>;
Differences: getAtomicServiceBar(): Nullable<AtomicServiceBar>;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: getDragController(): DragController;
Differences: getDragController(): DragController;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: UIContext;
API declaration: keyframeAnimateTo(param: KeyframeAnimateParam, keyframes: Array<KeyframeState>): void;
Differences: keyframeAnimateTo(param: KeyframeAnimateParam, keyframes: Array<KeyframeState>): void;
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: export const enum KeyboardAvoidMode
Differences: export const enum KeyboardAvoidMode
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: KeyboardAvoidMode;
API declaration: OFFSET = 0
Differences: OFFSET = 0
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: KeyboardAvoidMode;
API declaration: RESIZE = 1
Differences: RESIZE = 1
api/@ohos.arkui.UIContext.d.ts
New APINAClass name: global;
API declaration: declare namespace curves
Differences: declare namespace curves
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: enum Curve
Differences: enum Curve
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: Linear
Differences: Linear
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: Ease
Differences: Ease
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: EaseIn
Differences: EaseIn
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: EaseOut
Differences: EaseOut
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: EaseInOut
Differences: EaseInOut
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: FastOutSlowIn
Differences: FastOutSlowIn
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: LinearOutSlowIn
Differences: LinearOutSlowIn
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: FastOutLinearIn
Differences: FastOutLinearIn
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: ExtremeDeceleration
Differences: ExtremeDeceleration
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: Sharp
Differences: Sharp
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: Rhythm
Differences: Rhythm
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: Smooth
Differences: Smooth
api/@ohos.curves.d.ts
New APINAClass name: Curve;
API declaration: Friction
Differences: Friction
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: interface ICurve
Differences: interface ICurve
api/@ohos.curves.d.ts
New APINAClass name: ICurve;
API declaration: interpolate(fraction: number): number;
Differences: interpolate(fraction: number): number;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function initCurve(curve?: Curve): ICurve;
Differences: function initCurve(curve?: Curve): ICurve;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function init(curve?: Curve): string;
Differences: function init(curve?: Curve): string;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function stepsCurve(count: number, end: boolean): ICurve;
Differences: function stepsCurve(count: number, end: boolean): ICurve;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function customCurve(interpolate: (fraction: number) => number): ICurve;
Differences: function customCurve(interpolate: (fraction: number) => number): ICurve;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function steps(count: number, end: boolean): string;
Differences: function steps(count: number, end: boolean): string;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
Differences: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;
Differences: function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
Differences: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function spring(velocity: number, mass: number, stiffness: number, damping: number): string;
Differences: function spring(velocity: number, mass: number, stiffness: number, damping: number): string;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Differences: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Differences: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
api/@ohos.curves.d.ts
New APINAClass name: curves;
API declaration: function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
Differences: function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
api/@ohos.curves.d.ts
New APINAClass name: global;
API declaration: declare namespace display
Differences: declare namespace display
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getDefaultDisplay(callback: AsyncCallback<Display>): void;
Differences: function getDefaultDisplay(callback: AsyncCallback<Display>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getDefaultDisplay(): Promise<Display>;
Differences: function getDefaultDisplay(): Promise<Display>;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getDefaultDisplaySync(): Display;
Differences: function getDefaultDisplaySync(): Display;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getAllDisplay(callback: AsyncCallback<Array<Display>>): void;
Differences: function getAllDisplay(callback: AsyncCallback<Array<Display>>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getAllDisplay(): Promise<Array<Display>>;
Differences: function getAllDisplay(): Promise<Array<Display>>;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getAllDisplays(callback: AsyncCallback<Array<Display>>): void;
Differences: function getAllDisplays(callback: AsyncCallback<Array<Display>>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getAllDisplays(): Promise<Array<Display>>;
Differences: function getAllDisplays(): Promise<Array<Display>>;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function on(type: 'add' |'remove' |'change', callback: Callback<number>): void;
Differences: function on(type: 'add' |'remove' |'change', callback: Callback<number>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function on(type: 'add' |'remove' |'change', callback: Callback<number>): void;
Differences: function on(type: 'add' |'remove' |'change', callback: Callback<number>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function on(type: 'add' |'remove' |'change', callback: Callback<number>): void;
Differences: function on(type: 'add' |'remove' |'change', callback: Callback<number>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void;
Differences: function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void;
Differences: function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void;
Differences: function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function isFoldable(): boolean;
Differences: function isFoldable(): boolean;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getFoldStatus(): FoldStatus;
Differences: function getFoldStatus(): FoldStatus;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function on(type: 'foldStatusChange', callback: Callback<FoldStatus>): void;
Differences: function on(type: 'foldStatusChange', callback: Callback<FoldStatus>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function off(type: 'foldStatusChange', callback?: Callback<FoldStatus>): void;
Differences: function off(type: 'foldStatusChange', callback?: Callback<FoldStatus>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getFoldDisplayMode(): FoldDisplayMode;
Differences: function getFoldDisplayMode(): FoldDisplayMode;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function on(type: 'foldDisplayModeChange', callback: Callback<FoldDisplayMode>): void;
Differences: function on(type: 'foldDisplayModeChange', callback: Callback<FoldDisplayMode>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function off(type: 'foldDisplayModeChange', callback?: Callback<FoldDisplayMode>): void;
Differences: function off(type: 'foldDisplayModeChange', callback?: Callback<FoldDisplayMode>): void;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: function getCurrentFoldCreaseRegion(): FoldCreaseRegion;
Differences: function getCurrentFoldCreaseRegion(): FoldCreaseRegion;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: enum FoldStatus
Differences: enum FoldStatus
api/@ohos.display.d.ts
New APINAClass name: FoldStatus;
API declaration: FOLD_STATUS_UNKNOWN = 0
Differences: FOLD_STATUS_UNKNOWN = 0
api/@ohos.display.d.ts
New APINAClass name: FoldStatus;
API declaration: FOLD_STATUS_EXPANDED
Differences: FOLD_STATUS_EXPANDED
api/@ohos.display.d.ts
New APINAClass name: FoldStatus;
API declaration: FOLD_STATUS_FOLDED
Differences: FOLD_STATUS_FOLDED
api/@ohos.display.d.ts
New APINAClass name: FoldStatus;
API declaration: FOLD_STATUS_HALF_FOLDED
Differences: FOLD_STATUS_HALF_FOLDED
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: enum FoldDisplayMode
Differences: enum FoldDisplayMode
api/@ohos.display.d.ts
New APINAClass name: FoldDisplayMode;
API declaration: FOLD_DISPLAY_MODE_UNKNOWN = 0
Differences: FOLD_DISPLAY_MODE_UNKNOWN = 0
api/@ohos.display.d.ts
New APINAClass name: FoldDisplayMode;
API declaration: FOLD_DISPLAY_MODE_FULL
Differences: FOLD_DISPLAY_MODE_FULL
api/@ohos.display.d.ts
New APINAClass name: FoldDisplayMode;
API declaration: FOLD_DISPLAY_MODE_MAIN
Differences: FOLD_DISPLAY_MODE_MAIN
api/@ohos.display.d.ts
New APINAClass name: FoldDisplayMode;
API declaration: FOLD_DISPLAY_MODE_SUB
Differences: FOLD_DISPLAY_MODE_SUB
api/@ohos.display.d.ts
New APINAClass name: FoldDisplayMode;
API declaration: FOLD_DISPLAY_MODE_COORDINATION
Differences: FOLD_DISPLAY_MODE_COORDINATION
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: enum DisplayState
Differences: enum DisplayState
api/@ohos.display.d.ts
New APINAClass name: DisplayState;
API declaration: STATE_UNKNOWN = 0
Differences: STATE_UNKNOWN = 0
api/@ohos.display.d.ts
New APINAClass name: DisplayState;
API declaration: STATE_OFF
Differences: STATE_OFF
api/@ohos.display.d.ts
New APINAClass name: DisplayState;
API declaration: STATE_ON
Differences: STATE_ON
api/@ohos.display.d.ts
New APINAClass name: DisplayState;
API declaration: STATE_DOZE
Differences: STATE_DOZE
api/@ohos.display.d.ts
New APINAClass name: DisplayState;
API declaration: STATE_DOZE_SUSPEND
Differences: STATE_DOZE_SUSPEND
api/@ohos.display.d.ts
New APINAClass name: DisplayState;
API declaration: STATE_VR
Differences: STATE_VR
api/@ohos.display.d.ts
New APINAClass name: DisplayState;
API declaration: STATE_ON_SUSPEND
Differences: STATE_ON_SUSPEND
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: enum Orientation
Differences: enum Orientation
api/@ohos.display.d.ts
New APINAClass name: Orientation;
API declaration: PORTRAIT = 0
Differences: PORTRAIT = 0
api/@ohos.display.d.ts
New APINAClass name: Orientation;
API declaration: LANDSCAPE = 1
Differences: LANDSCAPE = 1
api/@ohos.display.d.ts
New APINAClass name: Orientation;
API declaration: PORTRAIT_INVERTED = 2
Differences: PORTRAIT_INVERTED = 2
api/@ohos.display.d.ts
New APINAClass name: Orientation;
API declaration: LANDSCAPE_INVERTED = 3
Differences: LANDSCAPE_INVERTED = 3
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: interface FoldCreaseRegion
Differences: interface FoldCreaseRegion
api/@ohos.display.d.ts
New APINAClass name: FoldCreaseRegion;
API declaration: readonly displayId: number;
Differences: readonly displayId: number;
api/@ohos.display.d.ts
New APINAClass name: FoldCreaseRegion;
API declaration: readonly creaseRects: Array<Rect>;
Differences: readonly creaseRects: Array<Rect>;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: interface Rect
Differences: interface Rect
api/@ohos.display.d.ts
New APINAClass name: Rect;
API declaration: left: number;
Differences: left: number;
api/@ohos.display.d.ts
New APINAClass name: Rect;
API declaration: top: number;
Differences: top: number;
api/@ohos.display.d.ts
New APINAClass name: Rect;
API declaration: width: number;
Differences: width: number;
api/@ohos.display.d.ts
New APINAClass name: Rect;
API declaration: height: number;
Differences: height: number;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: interface WaterfallDisplayAreaRects
Differences: interface WaterfallDisplayAreaRects
api/@ohos.display.d.ts
New APINAClass name: WaterfallDisplayAreaRects;
API declaration: readonly left: Rect;
Differences: readonly left: Rect;
api/@ohos.display.d.ts
New APINAClass name: WaterfallDisplayAreaRects;
API declaration: readonly right: Rect;
Differences: readonly right: Rect;
api/@ohos.display.d.ts
New APINAClass name: WaterfallDisplayAreaRects;
API declaration: readonly top: Rect;
Differences: readonly top: Rect;
api/@ohos.display.d.ts
New APINAClass name: WaterfallDisplayAreaRects;
API declaration: readonly bottom: Rect;
Differences: readonly bottom: Rect;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: interface CutoutInfo
Differences: interface CutoutInfo
api/@ohos.display.d.ts
New APINAClass name: CutoutInfo;
API declaration: readonly boundingRects: Array<Rect>;
Differences: readonly boundingRects: Array<Rect>;
api/@ohos.display.d.ts
New APINAClass name: CutoutInfo;
API declaration: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;
Differences: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;
api/@ohos.display.d.ts
New APINAClass name: display;
API declaration: interface Display
Differences: interface Display
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: id: number;
Differences: id: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: name: string;
Differences: name: string;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: alive: boolean;
Differences: alive: boolean;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: state: DisplayState;
Differences: state: DisplayState;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: refreshRate: number;
Differences: refreshRate: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: rotation: number;
Differences: rotation: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: width: number;
Differences: width: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: height: number;
Differences: height: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: densityDPI: number;
Differences: densityDPI: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: orientation: Orientation;
Differences: orientation: Orientation;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: densityPixels: number;
Differences: densityPixels: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: scaledDensity: number;
Differences: scaledDensity: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: xDPI: number;
Differences: xDPI: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: yDPI: number;
Differences: yDPI: number;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: colorSpaces: Array<colorSpaceManager.ColorSpace>;
Differences: colorSpaces: Array<colorSpaceManager.ColorSpace>;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: hdrFormats: Array<hdrCapability.HDRFormat>;
Differences: hdrFormats: Array<hdrCapability.HDRFormat>;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: getCutoutInfo(callback: AsyncCallback<CutoutInfo>): void;
Differences: getCutoutInfo(callback: AsyncCallback<CutoutInfo>): void;
api/@ohos.display.d.ts
New APINAClass name: Display;
API declaration: getCutoutInfo(): Promise<CutoutInfo>;
Differences: getCutoutInfo(): Promise<CutoutInfo>;
api/@ohos.display.d.ts
New APINAClass name: global;
API declaration: declare namespace font
Differences: declare namespace font
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: interface FontOptions
Differences: interface FontOptions
api/@ohos.font.d.ts
New APINAClass name: FontOptions;
API declaration: familyName: string |Resource;
Differences: familyName: string |Resource;
api/@ohos.font.d.ts
New APINAClass name: FontOptions;
API declaration: familySrc: string |Resource;
Differences: familySrc: string |Resource;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: interface FontInfo
Differences: interface FontInfo
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: path: string;
Differences: path: string;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: postScriptName: string;
Differences: postScriptName: string;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: fullName: string;
Differences: fullName: string;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: family: string;
Differences: family: string;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: subfamily: string;
Differences: subfamily: string;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: weight: number;
Differences: weight: number;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: width: number;
Differences: width: number;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: italic: boolean;
Differences: italic: boolean;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: monoSpace: boolean;
Differences: monoSpace: boolean;
api/@ohos.font.d.ts
New APINAClass name: FontInfo;
API declaration: symbolic: boolean;
Differences: symbolic: boolean;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: interface UIFontConfig
Differences: interface UIFontConfig
api/@ohos.font.d.ts
New APINAClass name: UIFontConfig;
API declaration: fontDir: Array<string>;
Differences: fontDir: Array<string>;
api/@ohos.font.d.ts
New APINAClass name: UIFontConfig;
API declaration: generic: Array<UIFontGenericInfo>;
Differences: generic: Array<UIFontGenericInfo>;
api/@ohos.font.d.ts
New APINAClass name: UIFontConfig;
API declaration: fallbackGroups: Array<UIFontFallbackGroupInfo>;
Differences: fallbackGroups: Array<UIFontFallbackGroupInfo>;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: interface UIFontGenericInfo
Differences: interface UIFontGenericInfo
api/@ohos.font.d.ts
New APINAClass name: UIFontGenericInfo;
API declaration: family: string;
Differences: family: string;
api/@ohos.font.d.ts
New APINAClass name: UIFontGenericInfo;
API declaration: alias: Array<UIFontAliasInfo>;
Differences: alias: Array<UIFontAliasInfo>;
api/@ohos.font.d.ts
New APINAClass name: UIFontGenericInfo;
API declaration: adjust: Array<UIFontAdjustInfo>;
Differences: adjust: Array<UIFontAdjustInfo>;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: interface UIFontAliasInfo
Differences: interface UIFontAliasInfo
api/@ohos.font.d.ts
New APINAClass name: UIFontAliasInfo;
API declaration: name: string;
Differences: name: string;
api/@ohos.font.d.ts
New APINAClass name: UIFontAliasInfo;
API declaration: weight: number;
Differences: weight: number;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: interface UIFontAdjustInfo
Differences: interface UIFontAdjustInfo
api/@ohos.font.d.ts
New APINAClass name: UIFontAdjustInfo;
API declaration: weight: number;
Differences: weight: number;
api/@ohos.font.d.ts
New APINAClass name: UIFontAdjustInfo;
API declaration: to: number;
Differences: to: number;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: interface UIFontFallbackGroupInfo
Differences: interface UIFontFallbackGroupInfo
api/@ohos.font.d.ts
New APINAClass name: UIFontFallbackGroupInfo;
API declaration: fontSetName: string;
Differences: fontSetName: string;
api/@ohos.font.d.ts
New APINAClass name: UIFontFallbackGroupInfo;
API declaration: fallback: Array<UIFontFallbackInfo>;
Differences: fallback: Array<UIFontFallbackInfo>;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: interface UIFontFallbackInfo
Differences: interface UIFontFallbackInfo
api/@ohos.font.d.ts
New APINAClass name: UIFontFallbackInfo;
API declaration: language: string;
Differences: language: string;
api/@ohos.font.d.ts
New APINAClass name: UIFontFallbackInfo;
API declaration: family: string;
Differences: family: string;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: function registerFont(options: FontOptions): void;
Differences: function registerFont(options: FontOptions): void;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: function getSystemFontList(): Array<string>;
Differences: function getSystemFontList(): Array<string>;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: function getFontByName(fontName: string): FontInfo;
Differences: function getFontByName(fontName: string): FontInfo;
api/@ohos.font.d.ts
New APINAClass name: font;
API declaration: function getUIFontConfig(): UIFontConfig;
Differences: function getUIFontConfig(): UIFontConfig;
api/@ohos.font.d.ts
New APINAClass name: global;
API declaration: declare namespace matrix4
Differences: declare namespace matrix4
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: interface TranslateOption
Differences: interface TranslateOption
api/@ohos.matrix4.d.ts
New APINAClass name: TranslateOption;
API declaration: x?: number;
Differences: x?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: TranslateOption;
API declaration: y?: number;
Differences: y?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: TranslateOption;
API declaration: z?: number;
Differences: z?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: interface ScaleOption
Differences: interface ScaleOption
api/@ohos.matrix4.d.ts
New APINAClass name: ScaleOption;
API declaration: x?: number;
Differences: x?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: ScaleOption;
API declaration: y?: number;
Differences: y?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: ScaleOption;
API declaration: z?: number;
Differences: z?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: ScaleOption;
API declaration: centerX?: number;
Differences: centerX?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: ScaleOption;
API declaration: centerY?: number;
Differences: centerY?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: interface RotateOption
Differences: interface RotateOption
api/@ohos.matrix4.d.ts
New APINAClass name: RotateOption;
API declaration: x?: number;
Differences: x?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: RotateOption;
API declaration: y?: number;
Differences: y?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: RotateOption;
API declaration: z?: number;
Differences: z?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: RotateOption;
API declaration: centerX?: number;
Differences: centerX?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: RotateOption;
API declaration: centerY?: number;
Differences: centerY?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: RotateOption;
API declaration: angle?: number;
Differences: angle?: number;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: interface Matrix4Transit
Differences: interface Matrix4Transit
api/@ohos.matrix4.d.ts
New APINAClass name: Matrix4Transit;
API declaration: copy(): Matrix4Transit;
Differences: copy(): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: Matrix4Transit;
API declaration: invert(): Matrix4Transit;
Differences: invert(): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: Matrix4Transit;
API declaration: combine(options: Matrix4Transit): Matrix4Transit;
Differences: combine(options: Matrix4Transit): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: Matrix4Transit;
API declaration: translate(options: TranslateOption): Matrix4Transit;
Differences: translate(options: TranslateOption): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: Matrix4Transit;
API declaration: scale(options: ScaleOption): Matrix4Transit;
Differences: scale(options: ScaleOption): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: Matrix4Transit;
API declaration: rotate(options: RotateOption): Matrix4Transit;
Differences: rotate(options: RotateOption): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: Matrix4Transit;
API declaration: transformPoint(options: [
number,
number
]): [
number,
number
];
Differences: transformPoint(options: [
number,
number
]): [
number,
number
];
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function init(options: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number
]): Matrix4Transit;
Differences: function init(options: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number
]): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function identity(): Matrix4Transit;
Differences: function identity(): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function copy(): Matrix4Transit;
Differences: function copy(): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function invert(): Matrix4Transit;
Differences: function invert(): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function combine(options: Matrix4Transit): Matrix4Transit;
Differences: function combine(options: Matrix4Transit): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function translate(options: TranslateOption): Matrix4Transit;
Differences: function translate(options: TranslateOption): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function scale(options: ScaleOption): Matrix4Transit;
Differences: function scale(options: ScaleOption): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function rotate(options: RotateOption): Matrix4Transit;
Differences: function rotate(options: RotateOption): Matrix4Transit;
api/@ohos.matrix4.d.ts
New APINAClass name: matrix4;
API declaration: function transformPoint(options: [
number,
number
]): [
number,
number
];
Differences: function transformPoint(options: [
number,
number
]): [
number,
number
];
api/@ohos.matrix4.d.ts
New APINAClass name: global;
API declaration: export interface MeasureOptions
Differences: export interface MeasureOptions
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: textContent: string |Resource;
Differences: textContent: string |Resource;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: constraintWidth?: number |string |Resource;
Differences: constraintWidth?: number |string |Resource;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: fontSize?: number |string |Resource;
Differences: fontSize?: number |string |Resource;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: fontStyle?: number |FontStyle;
Differences: fontStyle?: number |FontStyle;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: fontWeight?: number |string |FontWeight;
Differences: fontWeight?: number |string |FontWeight;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: fontFamily?: string |Resource;
Differences: fontFamily?: string |Resource;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: letterSpacing?: number |string;
Differences: letterSpacing?: number |string;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: textAlign?: number |TextAlign;
Differences: textAlign?: number |TextAlign;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: overflow?: number |TextOverflow;
Differences: overflow?: number |TextOverflow;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: maxLines?: number;
Differences: maxLines?: number;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: lineHeight?: number |string |Resource;
Differences: lineHeight?: number |string |Resource;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: baselineOffset?: number |string;
Differences: baselineOffset?: number |string;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: textCase?: number |TextCase;
Differences: textCase?: number |TextCase;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: textIndent?: number |string;
Differences: textIndent?: number |string;
api/@ohos.measure.d.ts
New APINAClass name: MeasureOptions;
API declaration: wordBreak?: WordBreak;
Differences: wordBreak?: WordBreak;
api/@ohos.measure.d.ts
New APINAClass name: global;
API declaration: export default class MeasureText
Differences: export default class MeasureText
api/@ohos.measure.d.ts
New APINAClass name: MeasureText;
API declaration: static measureText(options: MeasureOptions): number;
Differences: static measureText(options: MeasureOptions): number;
api/@ohos.measure.d.ts
New APINAClass name: MeasureText;
API declaration: static measureTextSize(options: MeasureOptions): SizeOptions;
Differences: static measureTextSize(options: MeasureOptions): SizeOptions;
api/@ohos.measure.d.ts
New APINAClass name: global;
API declaration: declare namespace mediaquery
Differences: declare namespace mediaquery
api/@ohos.mediaquery.d.ts
New APINAClass name: mediaquery;
API declaration: interface MediaQueryResult
Differences: interface MediaQueryResult
api/@ohos.mediaquery.d.ts
New APINAClass name: MediaQueryResult;
API declaration: readonly matches: boolean;
Differences: readonly matches: boolean;
api/@ohos.mediaquery.d.ts
New APINAClass name: MediaQueryResult;
API declaration: readonly media: string;
Differences: readonly media: string;
api/@ohos.mediaquery.d.ts
New APINAClass name: mediaquery;
API declaration: interface MediaQueryListener
Differences: interface MediaQueryListener
api/@ohos.mediaquery.d.ts
New APINAClass name: MediaQueryListener;
API declaration: on(type: 'change', callback: Callback<MediaQueryResult>): void;
Differences: on(type: 'change', callback: Callback<MediaQueryResult>): void;
api/@ohos.mediaquery.d.ts
New APINAClass name: MediaQueryListener;
API declaration: off(type: 'change', callback?: Callback<MediaQueryResult>): void;
Differences: off(type: 'change', callback?: Callback<MediaQueryResult>): void;
api/@ohos.mediaquery.d.ts
New APINAClass name: mediaquery;
API declaration: function matchMediaSync(condition: string): MediaQueryListener;
Differences: function matchMediaSync(condition: string): MediaQueryListener;
api/@ohos.mediaquery.d.ts
New APINAClass name: global;
API declaration: declare namespace PiPWindow
Differences: declare namespace PiPWindow
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: function isPiPEnabled(): boolean;
Differences: function isPiPEnabled(): boolean;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: function create(config: PiPConfiguration): Promise<PiPController>;
Differences: function create(config: PiPConfiguration): Promise<PiPController>;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: interface PiPConfiguration
Differences: interface PiPConfiguration
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPConfiguration;
API declaration: context: BaseContext;
Differences: context: BaseContext;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPConfiguration;
API declaration: componentController: XComponentController;
Differences: componentController: XComponentController;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPConfiguration;
API declaration: navigationId?: string;
Differences: navigationId?: string;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPConfiguration;
API declaration: templateType?: PiPTemplateType;
Differences: templateType?: PiPTemplateType;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPConfiguration;
API declaration: contentWidth?: number;
Differences: contentWidth?: number;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPConfiguration;
API declaration: contentHeight?: number;
Differences: contentHeight?: number;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: enum PiPTemplateType
Differences: enum PiPTemplateType
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPTemplateType;
API declaration: VIDEO_PLAY
Differences: VIDEO_PLAY
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPTemplateType;
API declaration: VIDEO_CALL
Differences: VIDEO_CALL
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPTemplateType;
API declaration: VIDEO_MEETING
Differences: VIDEO_MEETING
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPTemplateType;
API declaration: VIDEO_LIVE
Differences: VIDEO_LIVE
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: enum PiPState
Differences: enum PiPState
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPState;
API declaration: ABOUT_TO_START = 1
Differences: ABOUT_TO_START = 1
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPState;
API declaration: STARTED = 2
Differences: STARTED = 2
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPState;
API declaration: ABOUT_TO_STOP = 3
Differences: ABOUT_TO_STOP = 3
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPState;
API declaration: STOPPED = 4
Differences: STOPPED = 4
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPState;
API declaration: ABOUT_TO_RESTORE = 5
Differences: ABOUT_TO_RESTORE = 5
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPState;
API declaration: ERROR = 6
Differences: ERROR = 6
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: type PiPActionEventType = PiPVideoActionEvent |PiPCallActionEvent |PiPMeetingActionEvent |PiPLiveActionEvent;
Differences: type PiPActionEventType = PiPVideoActionEvent |PiPCallActionEvent |PiPMeetingActionEvent |PiPLiveActionEvent;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: type PiPVideoActionEvent = 'playbackStateChanged' |'nextVideo' |'previousVideo';
Differences: type PiPVideoActionEvent = 'playbackStateChanged' |'nextVideo' |'previousVideo';
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: type PiPCallActionEvent = 'hangUp' |'micStateChanged' |'videoStateChanged';
Differences: type PiPCallActionEvent = 'hangUp' |'micStateChanged' |'videoStateChanged';
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: type PiPMeetingActionEvent = 'hangUp' |'voiceStateChanged' |'videoStateChanged';
Differences: type PiPMeetingActionEvent = 'hangUp' |'voiceStateChanged' |'videoStateChanged';
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: type PiPLiveActionEvent = 'playbackStateChanged';
Differences: type PiPLiveActionEvent = 'playbackStateChanged';
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPWindow;
API declaration: interface PiPController
Differences: interface PiPController
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPController;
API declaration: startPiP(): Promise<void>;
Differences: startPiP(): Promise<void>;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPController;
API declaration: stopPiP(): Promise<void>;
Differences: stopPiP(): Promise<void>;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPController;
API declaration: setAutoStartEnabled(enable: boolean): void;
Differences: setAutoStartEnabled(enable: boolean): void;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPController;
API declaration: updateContentSize(width: number, height: number): void;
Differences: updateContentSize(width: number, height: number): void;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPController;
API declaration: on(type: 'stateChange', callback: (state: PiPState, reason: string) => void): void;
Differences: on(type: 'stateChange', callback: (state: PiPState, reason: string) => void): void;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPController;
API declaration: off(type: 'stateChange'): void;
Differences: off(type: 'stateChange'): void;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPController;
API declaration: on(type: 'controlPanelActionEvent', callback: (event: PiPActionEventType) => void): void;
Differences: on(type: 'controlPanelActionEvent', callback: (event: PiPActionEventType) => void): void;
api/@ohos.PiPWindow.d.ts
New APINAClass name: PiPController;
API declaration: off(type: 'controlPanelActionEvent'): void;
Differences: off(type: 'controlPanelActionEvent'): void;
api/@ohos.PiPWindow.d.ts
New APINAClass name: global;
API declaration: interface PluginComponentTemplate
Differences: interface PluginComponentTemplate
api/@ohos.pluginComponent.d.ts
New APINAClass name: PluginComponentTemplate;
API declaration: source: string;
Differences: source: string;
api/@ohos.pluginComponent.d.ts
New APINAClass name: PluginComponentTemplate;
API declaration: ability: string;
Differences: ability: string;
api/@ohos.pluginComponent.d.ts
New APINAClass name: global;
API declaration: declare namespace pluginComponentManager
Differences: declare namespace pluginComponentManager
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: type KVObject = {
[key: string]: number |string |boolean |[
] |KVObject;
};
Differences: type KVObject = {
[key: string]: number |string |boolean |[
] |KVObject;
};
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: interface PushParameters
Differences: interface PushParameters
api/@ohos.pluginComponent.d.ts
New APINAClass name: PushParameters;
API declaration: want: Want;
Differences: want: Want;
api/@ohos.pluginComponent.d.ts
New APINAClass name: PushParameters;
API declaration: name: string;
Differences: name: string;
api/@ohos.pluginComponent.d.ts
New APINAClass name: PushParameters;
API declaration: data: KVObject;
Differences: data: KVObject;
api/@ohos.pluginComponent.d.ts
New APINAClass name: PushParameters;
API declaration: extraData: KVObject;
Differences: extraData: KVObject;
api/@ohos.pluginComponent.d.ts
New APINAClass name: PushParameters;
API declaration: jsonPath?: string;
Differences: jsonPath?: string;
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: interface RequestParameters
Differences: interface RequestParameters
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestParameters;
API declaration: want: Want;
Differences: want: Want;
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestParameters;
API declaration: name: string;
Differences: name: string;
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestParameters;
API declaration: data: KVObject;
Differences: data: KVObject;
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestParameters;
API declaration: jsonPath?: string;
Differences: jsonPath?: string;
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: interface RequestCallbackParameters
Differences: interface RequestCallbackParameters
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestCallbackParameters;
API declaration: componentTemplate: PluginComponentTemplate;
Differences: componentTemplate: PluginComponentTemplate;
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestCallbackParameters;
API declaration: data: KVObject;
Differences: data: KVObject;
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestCallbackParameters;
API declaration: extraData: KVObject;
Differences: extraData: KVObject;
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: interface RequestEventResult
Differences: interface RequestEventResult
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestEventResult;
API declaration: template?: string;
Differences: template?: string;
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestEventResult;
API declaration: data?: KVObject;
Differences: data?: KVObject;
api/@ohos.pluginComponent.d.ts
New APINAClass name: RequestEventResult;
API declaration: extraData?: KVObject;
Differences: extraData?: KVObject;
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: type OnPushEventCallback = (source: Want, template: PluginComponentTemplate, data: KVObject, extraData: KVObject) => void;
Differences: type OnPushEventCallback = (source: Want, template: PluginComponentTemplate, data: KVObject, extraData: KVObject) => void;
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: type OnRequestEventCallback = (source: Want, name: string, data: KVObject) => RequestEventResult;
Differences: type OnRequestEventCallback = (source: Want, name: string, data: KVObject) => RequestEventResult;
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: function push(param: PushParameters, callback: AsyncCallback<void>): void;
Differences: function push(param: PushParameters, callback: AsyncCallback<void>): void;
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: function request(param: RequestParameters, callback: AsyncCallback<RequestCallbackParameters>): void;
Differences: function request(param: RequestParameters, callback: AsyncCallback<RequestCallbackParameters>): void;
api/@ohos.pluginComponent.d.ts
New APINAClass name: pluginComponentManager;
API declaration: function on(eventType: string, callback: OnPushEventCallback |OnRequestEventCallback): void;
Differences: function on(eventType: string, callback: OnPushEventCallback |OnRequestEventCallback): void;
api/@ohos.pluginComponent.d.ts
New APINAClass name: global;
API declaration: declare namespace prompt
Differences: declare namespace prompt
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: interface ShowToastOptions
Differences: interface ShowToastOptions
api/@ohos.prompt.d.ts
New APINAClass name: ShowToastOptions;
API declaration: message: string;
Differences: message: string;
api/@ohos.prompt.d.ts
New APINAClass name: ShowToastOptions;
API declaration: duration?: number;
Differences: duration?: number;
api/@ohos.prompt.d.ts
New APINAClass name: ShowToastOptions;
API declaration: bottom?: string |number;
Differences: bottom?: string |number;
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: interface Button
Differences: interface Button
api/@ohos.prompt.d.ts
New APINAClass name: Button;
API declaration: text: string;
Differences: text: string;
api/@ohos.prompt.d.ts
New APINAClass name: Button;
API declaration: color: string;
Differences: color: string;
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: interface ShowDialogSuccessResponse
Differences: interface ShowDialogSuccessResponse
api/@ohos.prompt.d.ts
New APINAClass name: ShowDialogSuccessResponse;
API declaration: index: number;
Differences: index: number;
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: interface ShowDialogOptions
Differences: interface ShowDialogOptions
api/@ohos.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: title?: string;
Differences: title?: string;
api/@ohos.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: message?: string;
Differences: message?: string;
api/@ohos.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: buttons?: [
Button,
Button?,
Button?
];
Differences: buttons?: [
Button,
Button?,
Button?
];
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: interface ActionMenuSuccessResponse
Differences: interface ActionMenuSuccessResponse
api/@ohos.prompt.d.ts
New APINAClass name: ActionMenuSuccessResponse;
API declaration: index: number;
Differences: index: number;
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: interface ActionMenuOptions
Differences: interface ActionMenuOptions
api/@ohos.prompt.d.ts
New APINAClass name: ActionMenuOptions;
API declaration: title?: string;
Differences: title?: string;
api/@ohos.prompt.d.ts
New APINAClass name: ActionMenuOptions;
API declaration: buttons: [
Button,
Button?,
Button?,
Button?,
Button?,
Button?
];
Differences: buttons: [
Button,
Button?,
Button?,
Button?,
Button?,
Button?
];
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: function showToast(options: ShowToastOptions): void;
Differences: function showToast(options: ShowToastOptions): void;
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void;
Differences: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void;
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
Differences: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void;
Differences: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void;
api/@ohos.prompt.d.ts
New APINAClass name: prompt;
API declaration: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
Differences: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
api/@ohos.prompt.d.ts
New APINAClass name: global;
API declaration: declare namespace promptAction
Differences: declare namespace promptAction
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: interface ShowToastOptions
Differences: interface ShowToastOptions
api/@ohos.promptAction.d.ts
New APINAClass name: ShowToastOptions;
API declaration: message: string |Resource;
Differences: message: string |Resource;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowToastOptions;
API declaration: duration?: number;
Differences: duration?: number;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowToastOptions;
API declaration: bottom?: string |number;
Differences: bottom?: string |number;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowToastOptions;
API declaration: showMode?: ToastShowMode;
Differences: showMode?: ToastShowMode;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: export enum ToastShowMode
Differences: export enum ToastShowMode
api/@ohos.promptAction.d.ts
New APINAClass name: ToastShowMode;
API declaration: DEFAULT = 0
Differences: DEFAULT = 0
api/@ohos.promptAction.d.ts
New APINAClass name: ToastShowMode;
API declaration: TOP_MOST = 1
Differences: TOP_MOST = 1
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: interface Button
Differences: interface Button
api/@ohos.promptAction.d.ts
New APINAClass name: Button;
API declaration: text: string |Resource;
Differences: text: string |Resource;
api/@ohos.promptAction.d.ts
New APINAClass name: Button;
API declaration: color: string |Resource;
Differences: color: string |Resource;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: interface ShowDialogSuccessResponse
Differences: interface ShowDialogSuccessResponse
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogSuccessResponse;
API declaration: index: number;
Differences: index: number;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: interface ShowDialogOptions
Differences: interface ShowDialogOptions
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: title?: string |Resource;
Differences: title?: string |Resource;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: message?: string |Resource;
Differences: message?: string |Resource;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: buttons?: Array<Button>;
Differences: buttons?: Array<Button>;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: maskRect?: Rectangle;
Differences: maskRect?: Rectangle;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: alignment?: DialogAlignment;
Differences: alignment?: DialogAlignment;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: offset?: Offset;
Differences: offset?: Offset;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: showInSubWindow?: boolean;
Differences: showInSubWindow?: boolean;
api/@ohos.promptAction.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: isModal?: boolean;
Differences: isModal?: boolean;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: interface BaseDialogOptions
Differences: interface BaseDialogOptions
api/@ohos.promptAction.d.ts
New APINAClass name: BaseDialogOptions;
API declaration: maskRect?: Rectangle;
Differences: maskRect?: Rectangle;
api/@ohos.promptAction.d.ts
New APINAClass name: BaseDialogOptions;
API declaration: alignment?: DialogAlignment;
Differences: alignment?: DialogAlignment;
api/@ohos.promptAction.d.ts
New APINAClass name: BaseDialogOptions;
API declaration: offset?: Offset;
Differences: offset?: Offset;
api/@ohos.promptAction.d.ts
New APINAClass name: BaseDialogOptions;
API declaration: showInSubWindow?: boolean;
Differences: showInSubWindow?: boolean;
api/@ohos.promptAction.d.ts
New APINAClass name: BaseDialogOptions;
API declaration: isModal?: boolean;
Differences: isModal?: boolean;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: interface CustomDialogOptions
Differences: interface CustomDialogOptions
api/@ohos.promptAction.d.ts
New APINAClass name: CustomDialogOptions;
API declaration: builder: CustomBuilder;
Differences: builder: CustomBuilder;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: interface ActionMenuSuccessResponse
Differences: interface ActionMenuSuccessResponse
api/@ohos.promptAction.d.ts
New APINAClass name: ActionMenuSuccessResponse;
API declaration: index: number;
Differences: index: number;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: interface ActionMenuOptions
Differences: interface ActionMenuOptions
api/@ohos.promptAction.d.ts
New APINAClass name: ActionMenuOptions;
API declaration: title?: string |Resource;
Differences: title?: string |Resource;
api/@ohos.promptAction.d.ts
New APINAClass name: ActionMenuOptions;
API declaration: buttons: [
Button,
Button?,
Button?,
Button?,
Button?,
Button?
];
Differences: buttons: [
Button,
Button?,
Button?,
Button?,
Button?,
Button?
];
api/@ohos.promptAction.d.ts
New APINAClass name: ActionMenuOptions;
API declaration: showInSubWindow?: boolean;
Differences: showInSubWindow?: boolean;
api/@ohos.promptAction.d.ts
New APINAClass name: ActionMenuOptions;
API declaration: isModal?: boolean;
Differences: isModal?: boolean;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: function showToast(options: ShowToastOptions): void;
Differences: function showToast(options: ShowToastOptions): void;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void;
Differences: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
Differences: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: function openCustomDialog(options: CustomDialogOptions): Promise<number>;
Differences: function openCustomDialog(options: CustomDialogOptions): Promise<number>;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: function closeCustomDialog(dialogId: number): void;
Differences: function closeCustomDialog(dialogId: number): void;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void;
Differences: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void;
api/@ohos.promptAction.d.ts
New APINAClass name: promptAction;
API declaration: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
Differences: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
api/@ohos.promptAction.d.ts
New APINAClass name: global;
API declaration: declare namespace router
Differences: declare namespace router
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: export enum RouterMode
Differences: export enum RouterMode
api/@ohos.router.d.ts
New APINAClass name: RouterMode;
API declaration: Standard
Differences: Standard
api/@ohos.router.d.ts
New APINAClass name: RouterMode;
API declaration: Single
Differences: Single
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: interface RouterOptions
Differences: interface RouterOptions
api/@ohos.router.d.ts
New APINAClass name: RouterOptions;
API declaration: url: string;
Differences: url: string;
api/@ohos.router.d.ts
New APINAClass name: RouterOptions;
API declaration: params?: Object;
Differences: params?: Object;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: interface RouterState
Differences: interface RouterState
api/@ohos.router.d.ts
New APINAClass name: RouterState;
API declaration: index: number;
Differences: index: number;
api/@ohos.router.d.ts
New APINAClass name: RouterState;
API declaration: name: string;
Differences: name: string;
api/@ohos.router.d.ts
New APINAClass name: RouterState;
API declaration: path: string;
Differences: path: string;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: interface EnableAlertOptions
Differences: interface EnableAlertOptions
api/@ohos.router.d.ts
New APINAClass name: EnableAlertOptions;
API declaration: message: string;
Differences: message: string;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function push(options: RouterOptions): void;
Differences: function push(options: RouterOptions): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function pushUrl(options: RouterOptions, callback: AsyncCallback<void>): void;
Differences: function pushUrl(options: RouterOptions, callback: AsyncCallback<void>): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function pushUrl(options: RouterOptions): Promise<void>;
Differences: function pushUrl(options: RouterOptions): Promise<void>;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
Differences: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
Differences: function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replace(options: RouterOptions): void;
Differences: function replace(options: RouterOptions): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replaceUrl(options: RouterOptions, callback: AsyncCallback<void>): void;
Differences: function replaceUrl(options: RouterOptions, callback: AsyncCallback<void>): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replaceUrl(options: RouterOptions): Promise<void>;
Differences: function replaceUrl(options: RouterOptions): Promise<void>;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
Differences: function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replaceUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
Differences: function replaceUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function back(options?: RouterOptions): void;
Differences: function back(options?: RouterOptions): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function clear(): void;
Differences: function clear(): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function getLength(): string;
Differences: function getLength(): string;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function getState(): RouterState;
Differences: function getState(): RouterState;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function enableAlertBeforeBackPage(options: EnableAlertOptions): void;
Differences: function enableAlertBeforeBackPage(options: EnableAlertOptions): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function showAlertBeforeBackPage(options: EnableAlertOptions): void;
Differences: function showAlertBeforeBackPage(options: EnableAlertOptions): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function disableAlertBeforeBackPage(): void;
Differences: function disableAlertBeforeBackPage(): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function hideAlertBeforeBackPage(): void;
Differences: function hideAlertBeforeBackPage(): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function getParams(): Object;
Differences: function getParams(): Object;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: interface NamedRouterOptions
Differences: interface NamedRouterOptions
api/@ohos.router.d.ts
New APINAClass name: NamedRouterOptions;
API declaration: name: string;
Differences: name: string;
api/@ohos.router.d.ts
New APINAClass name: NamedRouterOptions;
API declaration: params?: Object;
Differences: params?: Object;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void;
Differences: function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function pushNamedRoute(options: NamedRouterOptions): Promise<void>;
Differences: function pushNamedRoute(options: NamedRouterOptions): Promise<void>;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
Differences: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>;
Differences: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void;
Differences: function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replaceNamedRoute(options: NamedRouterOptions): Promise<void>;
Differences: function replaceNamedRoute(options: NamedRouterOptions): Promise<void>;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
Differences: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
api/@ohos.router.d.ts
New APINAClass name: router;
API declaration: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>;
Differences: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>;
api/@ohos.router.d.ts
New APINAClass name: global;
API declaration: declare namespace window
Differences: declare namespace window
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: enum WindowType
Differences: enum WindowType
api/@ohos.window.d.ts
New APINAClass name: WindowType;
API declaration: TYPE_APP
Differences: TYPE_APP
api/@ohos.window.d.ts
New APINAClass name: WindowType;
API declaration: TYPE_SYSTEM_ALERT
Differences: TYPE_SYSTEM_ALERT
api/@ohos.window.d.ts
New APINAClass name: WindowType;
API declaration: TYPE_FLOAT
Differences: TYPE_FLOAT
api/@ohos.window.d.ts
New APINAClass name: WindowType;
API declaration: TYPE_DIALOG
Differences: TYPE_DIALOG
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: enum AvoidAreaType
Differences: enum AvoidAreaType
api/@ohos.window.d.ts
New APINAClass name: AvoidAreaType;
API declaration: TYPE_SYSTEM
Differences: TYPE_SYSTEM
api/@ohos.window.d.ts
New APINAClass name: AvoidAreaType;
API declaration: TYPE_CUTOUT
Differences: TYPE_CUTOUT
api/@ohos.window.d.ts
New APINAClass name: AvoidAreaType;
API declaration: TYPE_SYSTEM_GESTURE
Differences: TYPE_SYSTEM_GESTURE
api/@ohos.window.d.ts
New APINAClass name: AvoidAreaType;
API declaration: TYPE_KEYBOARD
Differences: TYPE_KEYBOARD
api/@ohos.window.d.ts
New APINAClass name: AvoidAreaType;
API declaration: TYPE_NAVIGATION_INDICATOR
Differences: TYPE_NAVIGATION_INDICATOR
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: enum WindowStatusType
Differences: enum WindowStatusType
api/@ohos.window.d.ts
New APINAClass name: WindowStatusType;
API declaration: UNDEFINED = 0
Differences: UNDEFINED = 0
api/@ohos.window.d.ts
New APINAClass name: WindowStatusType;
API declaration: FULL_SCREEN
Differences: FULL_SCREEN
api/@ohos.window.d.ts
New APINAClass name: WindowStatusType;
API declaration: MAXIMIZE
Differences: MAXIMIZE
api/@ohos.window.d.ts
New APINAClass name: WindowStatusType;
API declaration: MINIMIZE
Differences: MINIMIZE
api/@ohos.window.d.ts
New APINAClass name: WindowStatusType;
API declaration: FLOATING
Differences: FLOATING
api/@ohos.window.d.ts
New APINAClass name: WindowStatusType;
API declaration: SPLIT_SCREEN
Differences: SPLIT_SCREEN
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface SystemBarProperties
Differences: interface SystemBarProperties
api/@ohos.window.d.ts
New APINAClass name: SystemBarProperties;
API declaration: statusBarColor?: string;
Differences: statusBarColor?: string;
api/@ohos.window.d.ts
New APINAClass name: SystemBarProperties;
API declaration: isStatusBarLightIcon?: boolean;
Differences: isStatusBarLightIcon?: boolean;
api/@ohos.window.d.ts
New APINAClass name: SystemBarProperties;
API declaration: statusBarContentColor?: string;
Differences: statusBarContentColor?: string;
api/@ohos.window.d.ts
New APINAClass name: SystemBarProperties;
API declaration: navigationBarColor?: string;
Differences: navigationBarColor?: string;
api/@ohos.window.d.ts
New APINAClass name: SystemBarProperties;
API declaration: isNavigationBarLightIcon?: boolean;
Differences: isNavigationBarLightIcon?: boolean;
api/@ohos.window.d.ts
New APINAClass name: SystemBarProperties;
API declaration: navigationBarContentColor?: string;
Differences: navigationBarContentColor?: string;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface Rect
Differences: interface Rect
api/@ohos.window.d.ts
New APINAClass name: Rect;
API declaration: left: number;
Differences: left: number;
api/@ohos.window.d.ts
New APINAClass name: Rect;
API declaration: top: number;
Differences: top: number;
api/@ohos.window.d.ts
New APINAClass name: Rect;
API declaration: width: number;
Differences: width: number;
api/@ohos.window.d.ts
New APINAClass name: Rect;
API declaration: height: number;
Differences: height: number;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface AvoidArea
Differences: interface AvoidArea
api/@ohos.window.d.ts
New APINAClass name: AvoidArea;
API declaration: visible: boolean;
Differences: visible: boolean;
api/@ohos.window.d.ts
New APINAClass name: AvoidArea;
API declaration: leftRect: Rect;
Differences: leftRect: Rect;
api/@ohos.window.d.ts
New APINAClass name: AvoidArea;
API declaration: topRect: Rect;
Differences: topRect: Rect;
api/@ohos.window.d.ts
New APINAClass name: AvoidArea;
API declaration: rightRect: Rect;
Differences: rightRect: Rect;
api/@ohos.window.d.ts
New APINAClass name: AvoidArea;
API declaration: bottomRect: Rect;
Differences: bottomRect: Rect;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface Size
Differences: interface Size
api/@ohos.window.d.ts
New APINAClass name: Size;
API declaration: width: number;
Differences: width: number;
api/@ohos.window.d.ts
New APINAClass name: Size;
API declaration: height: number;
Differences: height: number;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface WindowProperties
Differences: interface WindowProperties
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: windowRect: Rect;
Differences: windowRect: Rect;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: drawableRect: Rect;
Differences: drawableRect: Rect;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: type: WindowType;
Differences: type: WindowType;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: isFullScreen: boolean;
Differences: isFullScreen: boolean;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: isLayoutFullScreen: boolean;
Differences: isLayoutFullScreen: boolean;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: focusable: boolean;
Differences: focusable: boolean;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: touchable: boolean;
Differences: touchable: boolean;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: brightness: number;
Differences: brightness: number;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: dimBehindValue: number;
Differences: dimBehindValue: number;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: isKeepScreenOn: boolean;
Differences: isKeepScreenOn: boolean;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: isPrivacyMode: boolean;
Differences: isPrivacyMode: boolean;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: isRoundCorner: boolean;
Differences: isRoundCorner: boolean;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: isTransparent: boolean;
Differences: isTransparent: boolean;
api/@ohos.window.d.ts
New APINAClass name: WindowProperties;
API declaration: id: number;
Differences: id: number;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: enum ColorSpace
Differences: enum ColorSpace
api/@ohos.window.d.ts
New APINAClass name: ColorSpace;
API declaration: DEFAULT
Differences: DEFAULT
api/@ohos.window.d.ts
New APINAClass name: ColorSpace;
API declaration: WIDE_GAMUT
Differences: WIDE_GAMUT
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface Configuration
Differences: interface Configuration
api/@ohos.window.d.ts
New APINAClass name: Configuration;
API declaration: name: string;
Differences: name: string;
api/@ohos.window.d.ts
New APINAClass name: Configuration;
API declaration: windowType: WindowType;
Differences: windowType: WindowType;
api/@ohos.window.d.ts
New APINAClass name: Configuration;
API declaration: ctx?: BaseContext;
Differences: ctx?: BaseContext;
api/@ohos.window.d.ts
New APINAClass name: Configuration;
API declaration: displayId?: number;
Differences: displayId?: number;
api/@ohos.window.d.ts
New APINAClass name: Configuration;
API declaration: parentId?: number;
Differences: parentId?: number;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface WindowLimits
Differences: interface WindowLimits
api/@ohos.window.d.ts
New APINAClass name: WindowLimits;
API declaration: maxWidth?: number;
Differences: maxWidth?: number;
api/@ohos.window.d.ts
New APINAClass name: WindowLimits;
API declaration: maxHeight?: number;
Differences: maxHeight?: number;
api/@ohos.window.d.ts
New APINAClass name: WindowLimits;
API declaration: minWidth?: number;
Differences: minWidth?: number;
api/@ohos.window.d.ts
New APINAClass name: WindowLimits;
API declaration: minHeight?: number;
Differences: minHeight?: number;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface TitleButtonRect
Differences: interface TitleButtonRect
api/@ohos.window.d.ts
New APINAClass name: TitleButtonRect;
API declaration: right: number;
Differences: right: number;
api/@ohos.window.d.ts
New APINAClass name: TitleButtonRect;
API declaration: top: number;
Differences: top: number;
api/@ohos.window.d.ts
New APINAClass name: TitleButtonRect;
API declaration: width: number;
Differences: width: number;
api/@ohos.window.d.ts
New APINAClass name: TitleButtonRect;
API declaration: height: number;
Differences: height: number;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function createWindow(config: Configuration, callback: AsyncCallback<Window>): void;
Differences: function createWindow(config: Configuration, callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function createWindow(config: Configuration): Promise<Window>;
Differences: function createWindow(config: Configuration): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void;
Differences: function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function create(id: string, type: WindowType): Promise<Window>;
Differences: function create(id: string, type: WindowType): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function create(ctx: BaseContext, id: string, type: WindowType): Promise<Window>;
Differences: function create(ctx: BaseContext, id: string, type: WindowType): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback<Window>): void;
Differences: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function find(id: string, callback: AsyncCallback<Window>): void;
Differences: function find(id: string, callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function find(id: string): Promise<Window>;
Differences: function find(id: string): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function findWindow(name: string): Window;
Differences: function findWindow(name: string): Window;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function getTopWindow(callback: AsyncCallback<Window>): void;
Differences: function getTopWindow(callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function getTopWindow(): Promise<Window>;
Differences: function getTopWindow(): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function getTopWindow(ctx: BaseContext): Promise<Window>;
Differences: function getTopWindow(ctx: BaseContext): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function getTopWindow(ctx: BaseContext, callback: AsyncCallback<Window>): void;
Differences: function getTopWindow(ctx: BaseContext, callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function getLastWindow(ctx: BaseContext, callback: AsyncCallback<Window>): void;
Differences: function getLastWindow(ctx: BaseContext, callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function getLastWindow(ctx: BaseContext): Promise<Window>;
Differences: function getLastWindow(ctx: BaseContext): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: function shiftAppWindowFocus(sourceWindowId: number, targetWindowId: number): Promise<void>;
Differences: function shiftAppWindowFocus(sourceWindowId: number, targetWindowId: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: enum Orientation
Differences: enum Orientation
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: UNSPECIFIED = 0
Differences: UNSPECIFIED = 0
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: PORTRAIT = 1
Differences: PORTRAIT = 1
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: LANDSCAPE = 2
Differences: LANDSCAPE = 2
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: PORTRAIT_INVERTED = 3
Differences: PORTRAIT_INVERTED = 3
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: LANDSCAPE_INVERTED = 4
Differences: LANDSCAPE_INVERTED = 4
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: AUTO_ROTATION = 5
Differences: AUTO_ROTATION = 5
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: AUTO_ROTATION_PORTRAIT = 6
Differences: AUTO_ROTATION_PORTRAIT = 6
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: AUTO_ROTATION_LANDSCAPE = 7
Differences: AUTO_ROTATION_LANDSCAPE = 7
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: AUTO_ROTATION_RESTRICTED = 8
Differences: AUTO_ROTATION_RESTRICTED = 8
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9
Differences: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10
Differences: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10
api/@ohos.window.d.ts
New APINAClass name: Orientation;
API declaration: LOCKED = 11
Differences: LOCKED = 11
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: enum WindowEventType
Differences: enum WindowEventType
api/@ohos.window.d.ts
New APINAClass name: WindowEventType;
API declaration: WINDOW_SHOWN = 1
Differences: WINDOW_SHOWN = 1
api/@ohos.window.d.ts
New APINAClass name: WindowEventType;
API declaration: WINDOW_ACTIVE = 2
Differences: WINDOW_ACTIVE = 2
api/@ohos.window.d.ts
New APINAClass name: WindowEventType;
API declaration: WINDOW_INACTIVE = 3
Differences: WINDOW_INACTIVE = 3
api/@ohos.window.d.ts
New APINAClass name: WindowEventType;
API declaration: WINDOW_HIDDEN = 4
Differences: WINDOW_HIDDEN = 4
api/@ohos.window.d.ts
New APINAClass name: WindowEventType;
API declaration: WINDOW_DESTROYED = 7
Differences: WINDOW_DESTROYED = 7
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: type SpecificSystemBar = 'status' |'navigation' |'navigationIndicator';
Differences: type SpecificSystemBar = 'status' |'navigation' |'navigationIndicator';
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface Window
Differences: interface Window
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: show(callback: AsyncCallback<void>): void;
Differences: show(callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: show(): Promise<void>;
Differences: show(): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: showWindow(callback: AsyncCallback<void>): void;
Differences: showWindow(callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: showWindow(): Promise<void>;
Differences: showWindow(): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: destroy(callback: AsyncCallback<void>): void;
Differences: destroy(callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: destroy(): Promise<void>;
Differences: destroy(): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: destroyWindow(callback: AsyncCallback<void>): void;
Differences: destroyWindow(callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: destroyWindow(): Promise<void>;
Differences: destroyWindow(): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: moveTo(x: number, y: number): Promise<void>;
Differences: moveTo(x: number, y: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: moveTo(x: number, y: number, callback: AsyncCallback<void>): void;
Differences: moveTo(x: number, y: number, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: moveWindowTo(x: number, y: number): Promise<void>;
Differences: moveWindowTo(x: number, y: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: moveWindowTo(x: number, y: number, callback: AsyncCallback<void>): void;
Differences: moveWindowTo(x: number, y: number, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: resetSize(width: number, height: number): Promise<void>;
Differences: resetSize(width: number, height: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: resetSize(width: number, height: number, callback: AsyncCallback<void>): void;
Differences: resetSize(width: number, height: number, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: resize(width: number, height: number): Promise<void>;
Differences: resize(width: number, height: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: resize(width: number, height: number, callback: AsyncCallback<void>): void;
Differences: resize(width: number, height: number, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getProperties(callback: AsyncCallback<WindowProperties>): void;
Differences: getProperties(callback: AsyncCallback<WindowProperties>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getProperties(): Promise<WindowProperties>;
Differences: getProperties(): Promise<WindowProperties>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getWindowProperties(): WindowProperties;
Differences: getWindowProperties(): WindowProperties;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback<AvoidArea>): void;
Differences: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback<AvoidArea>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getAvoidArea(type: AvoidAreaType): Promise<AvoidArea>;
Differences: getAvoidArea(type: AvoidAreaType): Promise<AvoidArea>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getWindowAvoidArea(type: AvoidAreaType): AvoidArea;
Differences: getWindowAvoidArea(type: AvoidAreaType): AvoidArea;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setFullScreen(isFullScreen: boolean, callback: AsyncCallback<void>): void;
Differences: setFullScreen(isFullScreen: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setFullScreen(isFullScreen: boolean): Promise<void>;
Differences: setFullScreen(isFullScreen: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback<void>): void;
Differences: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise<void>;
Differences: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback<void>): void;
Differences: setWindowLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise<void>;
Differences: setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setSystemBarEnable(names: Array<'status' |'navigation'>, callback: AsyncCallback<void>): void;
Differences: setSystemBarEnable(names: Array<'status' |'navigation'>, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setSystemBarEnable(names: Array<'status' |'navigation'>): Promise<void>;
Differences: setSystemBarEnable(names: Array<'status' |'navigation'>): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowSystemBarEnable(names: Array<'status' |'navigation'>, callback: AsyncCallback<void>): void;
Differences: setWindowSystemBarEnable(names: Array<'status' |'navigation'>, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowSystemBarEnable(names: Array<'status' |'navigation'>): Promise<void>;
Differences: setWindowSystemBarEnable(names: Array<'status' |'navigation'>): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setSpecificSystemBarEnabled(name: SpecificSystemBar, enable: boolean): Promise<void>;
Differences: setSpecificSystemBarEnabled(name: SpecificSystemBar, enable: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback<void>): void;
Differences: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<void>;
Differences: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback<void>): void;
Differences: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<void>;
Differences: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setPreferredOrientation(orientation: Orientation): Promise<void>;
Differences: setPreferredOrientation(orientation: Orientation): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setPreferredOrientation(orientation: Orientation, callback: AsyncCallback<void>): void;
Differences: setPreferredOrientation(orientation: Orientation, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void;
Differences: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: loadContent(path: string, storage: LocalStorage): Promise<void>;
Differences: loadContent(path: string, storage: LocalStorage): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: loadContent(path: string, callback: AsyncCallback<void>): void;
Differences: loadContent(path: string, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: loadContent(path: string): Promise<void>;
Differences: loadContent(path: string): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getUIContext(): UIContext;
Differences: getUIContext(): UIContext;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setUIContent(path: string, callback: AsyncCallback<void>): void;
Differences: setUIContent(path: string, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setUIContent(path: string): Promise<void>;
Differences: setUIContent(path: string): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: loadContentByName(name: string, storage: LocalStorage, callback: AsyncCallback<void>): void;
Differences: loadContentByName(name: string, storage: LocalStorage, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: loadContentByName(name: string, callback: AsyncCallback<void>): void;
Differences: loadContentByName(name: string, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: loadContentByName(name: string, storage?: LocalStorage): Promise<void>;
Differences: loadContentByName(name: string, storage?: LocalStorage): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: isShowing(callback: AsyncCallback<boolean>): void;
Differences: isShowing(callback: AsyncCallback<boolean>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: isShowing(): Promise<boolean>;
Differences: isShowing(): Promise<boolean>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: isWindowShowing(): boolean;
Differences: isWindowShowing(): boolean;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'windowSizeChange', callback: Callback<Size>): void;
Differences: on(type: 'windowSizeChange', callback: Callback<Size>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'windowSizeChange', callback?: Callback<Size>): void;
Differences: off(type: 'windowSizeChange', callback?: Callback<Size>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'systemAvoidAreaChange', callback: Callback<AvoidArea>): void;
Differences: on(type: 'systemAvoidAreaChange', callback: Callback<AvoidArea>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'systemAvoidAreaChange', callback?: Callback<AvoidArea>): void;
Differences: off(type: 'systemAvoidAreaChange', callback?: Callback<AvoidArea>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'avoidAreaChange', callback: Callback<{
type: AvoidAreaType;
area: AvoidArea;
}>): void;
Differences: on(type: 'avoidAreaChange', callback: Callback<{
type: AvoidAreaType;
area: AvoidArea;
}>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'avoidAreaChange', callback?: Callback<{
type: AvoidAreaType;
area: AvoidArea;
}>): void;
Differences: off(type: 'avoidAreaChange', callback?: Callback<{
type: AvoidAreaType;
area: AvoidArea;
}>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'keyboardHeightChange', callback: Callback<number>): void;
Differences: on(type: 'keyboardHeightChange', callback: Callback<number>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'keyboardHeightChange', callback?: Callback<number>): void;
Differences: off(type: 'keyboardHeightChange', callback?: Callback<number>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'touchOutside', callback: Callback<void>): void;
Differences: on(type: 'touchOutside', callback: Callback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'touchOutside', callback?: Callback<void>): void;
Differences: off(type: 'touchOutside', callback?: Callback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'windowVisibilityChange', callback: Callback<boolean>): void;
Differences: on(type: 'windowVisibilityChange', callback: Callback<boolean>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'windowVisibilityChange', callback?: Callback<boolean>): void;
Differences: off(type: 'windowVisibilityChange', callback?: Callback<boolean>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'screenshot', callback: Callback<void>): void;
Differences: on(type: 'screenshot', callback: Callback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'screenshot', callback?: Callback<void>): void;
Differences: off(type: 'screenshot', callback?: Callback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'dialogTargetTouch', callback: Callback<void>): void;
Differences: on(type: 'dialogTargetTouch', callback: Callback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'dialogTargetTouch', callback?: Callback<void>): void;
Differences: off(type: 'dialogTargetTouch', callback?: Callback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'windowEvent', callback: Callback<WindowEventType>): void;
Differences: on(type: 'windowEvent', callback: Callback<WindowEventType>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'windowEvent', callback?: Callback<WindowEventType>): void;
Differences: off(type: 'windowEvent', callback?: Callback<WindowEventType>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'windowStatusChange', callback: Callback<WindowStatusType>): void;
Differences: on(type: 'windowStatusChange', callback: Callback<WindowStatusType>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'windowStatusChange', callback?: Callback<WindowStatusType>): void;
Differences: off(type: 'windowStatusChange', callback?: Callback<WindowStatusType>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: isSupportWideGamut(): Promise<boolean>;
Differences: isSupportWideGamut(): Promise<boolean>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: isSupportWideGamut(callback: AsyncCallback<boolean>): void;
Differences: isSupportWideGamut(callback: AsyncCallback<boolean>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: isWindowSupportWideGamut(): Promise<boolean>;
Differences: isWindowSupportWideGamut(): Promise<boolean>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: isWindowSupportWideGamut(callback: AsyncCallback<boolean>): void;
Differences: isWindowSupportWideGamut(callback: AsyncCallback<boolean>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setColorSpace(colorSpace: ColorSpace): Promise<void>;
Differences: setColorSpace(colorSpace: ColorSpace): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setColorSpace(colorSpace: ColorSpace, callback: AsyncCallback<void>): void;
Differences: setColorSpace(colorSpace: ColorSpace, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowColorSpace(colorSpace: ColorSpace): Promise<void>;
Differences: setWindowColorSpace(colorSpace: ColorSpace): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowColorSpace(colorSpace: ColorSpace, callback: AsyncCallback<void>): void;
Differences: setWindowColorSpace(colorSpace: ColorSpace, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getColorSpace(): Promise<ColorSpace>;
Differences: getColorSpace(): Promise<ColorSpace>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getColorSpace(callback: AsyncCallback<ColorSpace>): void;
Differences: getColorSpace(callback: AsyncCallback<ColorSpace>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getWindowColorSpace(): ColorSpace;
Differences: getWindowColorSpace(): ColorSpace;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setBackgroundColor(color: string): Promise<void>;
Differences: setBackgroundColor(color: string): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setBackgroundColor(color: string, callback: AsyncCallback<void>): void;
Differences: setBackgroundColor(color: string, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowBackgroundColor(color: string): void;
Differences: setWindowBackgroundColor(color: string): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setBrightness(brightness: number): Promise<void>;
Differences: setBrightness(brightness: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setBrightness(brightness: number, callback: AsyncCallback<void>): void;
Differences: setBrightness(brightness: number, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowBrightness(brightness: number): Promise<void>;
Differences: setWindowBrightness(brightness: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowBrightness(brightness: number, callback: AsyncCallback<void>): void;
Differences: setWindowBrightness(brightness: number, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setDimBehind(dimBehindValue: number, callback: AsyncCallback<void>): void;
Differences: setDimBehind(dimBehindValue: number, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setDimBehind(dimBehindValue: number): Promise<void>;
Differences: setDimBehind(dimBehindValue: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setFocusable(isFocusable: boolean): Promise<void>;
Differences: setFocusable(isFocusable: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setFocusable(isFocusable: boolean, callback: AsyncCallback<void>): void;
Differences: setFocusable(isFocusable: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowFocusable(isFocusable: boolean): Promise<void>;
Differences: setWindowFocusable(isFocusable: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowFocusable(isFocusable: boolean, callback: AsyncCallback<void>): void;
Differences: setWindowFocusable(isFocusable: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setKeepScreenOn(isKeepScreenOn: boolean): Promise<void>;
Differences: setKeepScreenOn(isKeepScreenOn: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback<void>): void;
Differences: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise<void>;
Differences: setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback<void>): void;
Differences: setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setOutsideTouchable(touchable: boolean): Promise<void>;
Differences: setOutsideTouchable(touchable: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setOutsideTouchable(touchable: boolean, callback: AsyncCallback<void>): void;
Differences: setOutsideTouchable(touchable: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setPrivacyMode(isPrivacyMode: boolean): Promise<void>;
Differences: setPrivacyMode(isPrivacyMode: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): void;
Differences: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowPrivacyMode(isPrivacyMode: boolean): Promise<void>;
Differences: setWindowPrivacyMode(isPrivacyMode: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): void;
Differences: setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setTouchable(isTouchable: boolean): Promise<void>;
Differences: setTouchable(isTouchable: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setTouchable(isTouchable: boolean, callback: AsyncCallback<void>): void;
Differences: setTouchable(isTouchable: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowTouchable(isTouchable: boolean): Promise<void>;
Differences: setWindowTouchable(isTouchable: boolean): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowTouchable(isTouchable: boolean, callback: AsyncCallback<void>): void;
Differences: setWindowTouchable(isTouchable: boolean, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: snapshot(callback: AsyncCallback<image.PixelMap>): void;
Differences: snapshot(callback: AsyncCallback<image.PixelMap>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: snapshot(): Promise<image.PixelMap>;
Differences: snapshot(): Promise<image.PixelMap>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setAspectRatio(ratio: number, callback: AsyncCallback<void>): void;
Differences: setAspectRatio(ratio: number, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setAspectRatio(ratio: number): Promise<void>;
Differences: setAspectRatio(ratio: number): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: resetAspectRatio(callback: AsyncCallback<void>): void;
Differences: resetAspectRatio(callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: resetAspectRatio(): Promise<void>;
Differences: resetAspectRatio(): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: minimize(callback: AsyncCallback<void>): void;
Differences: minimize(callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: minimize(): Promise<void>;
Differences: minimize(): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getWindowLimits(): WindowLimits;
Differences: getWindowLimits(): WindowLimits;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowLimits(windowLimits: WindowLimits): Promise<WindowLimits>;
Differences: setWindowLimits(windowLimits: WindowLimits): Promise<WindowLimits>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: keepKeyboardOnFocus(keepKeyboardFlag: boolean): void;
Differences: keepKeyboardOnFocus(keepKeyboardFlag: boolean): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: recover(): Promise<void>;
Differences: recover(): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowDecorVisible(isVisible: boolean): void;
Differences: setWindowDecorVisible(isVisible: boolean): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: setWindowDecorHeight(height: number): void;
Differences: setWindowDecorHeight(height: number): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getWindowDecorHeight(): number;
Differences: getWindowDecorHeight(): number;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: getTitleButtonRect(): TitleButtonRect;
Differences: getTitleButtonRect(): TitleButtonRect;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: on(type: 'windowTitleButtonRectChange', callback: Callback<TitleButtonRect>): void;
Differences: on(type: 'windowTitleButtonRectChange', callback: Callback<TitleButtonRect>): void;
api/@ohos.window.d.ts
New APINAClass name: Window;
API declaration: off(type: 'windowTitleButtonRectChange', callback?: Callback<TitleButtonRect>): void;
Differences: off(type: 'windowTitleButtonRectChange', callback?: Callback<TitleButtonRect>): void;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: enum WindowStageEventType
Differences: enum WindowStageEventType
api/@ohos.window.d.ts
New APINAClass name: WindowStageEventType;
API declaration: SHOWN = 1
Differences: SHOWN = 1
api/@ohos.window.d.ts
New APINAClass name: WindowStageEventType;
API declaration: ACTIVE
Differences: ACTIVE
api/@ohos.window.d.ts
New APINAClass name: WindowStageEventType;
API declaration: INACTIVE
Differences: INACTIVE
api/@ohos.window.d.ts
New APINAClass name: WindowStageEventType;
API declaration: HIDDEN
Differences: HIDDEN
api/@ohos.window.d.ts
New APINAClass name: WindowStageEventType;
API declaration: RESUMED
Differences: RESUMED
api/@ohos.window.d.ts
New APINAClass name: WindowStageEventType;
API declaration: PAUSED
Differences: PAUSED
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface SubWindowOptions
Differences: interface SubWindowOptions
api/@ohos.window.d.ts
New APINAClass name: SubWindowOptions;
API declaration: title: string;
Differences: title: string;
api/@ohos.window.d.ts
New APINAClass name: SubWindowOptions;
API declaration: decorEnabled: boolean;
Differences: decorEnabled: boolean;
api/@ohos.window.d.ts
New APINAClass name: window;
API declaration: interface WindowStage
Differences: interface WindowStage
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: getMainWindow(): Promise<Window>;
Differences: getMainWindow(): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: getMainWindow(callback: AsyncCallback<Window>): void;
Differences: getMainWindow(callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: getMainWindowSync(): Window;
Differences: getMainWindowSync(): Window;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: createSubWindow(name: string): Promise<Window>;
Differences: createSubWindow(name: string): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: createSubWindow(name: string, callback: AsyncCallback<Window>): void;
Differences: createSubWindow(name: string, callback: AsyncCallback<Window>): void;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: createSubWindowWithOptions(name: string, options: SubWindowOptions): Promise<Window>;
Differences: createSubWindowWithOptions(name: string, options: SubWindowOptions): Promise<Window>;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: getSubWindow(): Promise<Array<Window>>;
Differences: getSubWindow(): Promise<Array<Window>>;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: getSubWindow(callback: AsyncCallback<Array<Window>>): void;
Differences: getSubWindow(callback: AsyncCallback<Array<Window>>): void;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void;
Differences: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: loadContent(path: string, storage?: LocalStorage): Promise<void>;
Differences: loadContent(path: string, storage?: LocalStorage): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: loadContent(path: string, callback: AsyncCallback<void>): void;
Differences: loadContent(path: string, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: loadContentByName(name: string, storage: LocalStorage, callback: AsyncCallback<void>): void;
Differences: loadContentByName(name: string, storage: LocalStorage, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: loadContentByName(name: string, callback: AsyncCallback<void>): void;
Differences: loadContentByName(name: string, callback: AsyncCallback<void>): void;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: loadContentByName(name: string, storage?: LocalStorage): Promise<void>;
Differences: loadContentByName(name: string, storage?: LocalStorage): Promise<void>;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: on(eventType: 'windowStageEvent', callback: Callback<WindowStageEventType>): void;
Differences: on(eventType: 'windowStageEvent', callback: Callback<WindowStageEventType>): void;
api/@ohos.window.d.ts
New APINAClass name: WindowStage;
API declaration: off(eventType: 'windowStageEvent', callback?: Callback<WindowStageEventType>): void;
Differences: off(eventType: 'windowStageEvent', callback?: Callback<WindowStageEventType>): void;
api/@ohos.window.d.ts
New APINAClass name: global;
API declaration: export interface AppResponse
Differences: export interface AppResponse
api/@system.app.d.ts
New APINAClass name: AppResponse;
API declaration: appID: string;
Differences: appID: string;
api/@system.app.d.ts
New APINAClass name: AppResponse;
API declaration: appName: string;
Differences: appName: string;
api/@system.app.d.ts
New APINAClass name: AppResponse;
API declaration: versionName: string;
Differences: versionName: string;
api/@system.app.d.ts
New APINAClass name: AppResponse;
API declaration: versionCode: number;
Differences: versionCode: number;
api/@system.app.d.ts
New APINAClass name: global;
API declaration: export interface ScreenOnVisibleOptions
Differences: export interface ScreenOnVisibleOptions
api/@system.app.d.ts
New APINAClass name: ScreenOnVisibleOptions;
API declaration: visible?: boolean;
Differences: visible?: boolean;
api/@system.app.d.ts
New APINAClass name: ScreenOnVisibleOptions;
API declaration: success?: () => void;
Differences: success?: () => void;
api/@system.app.d.ts
New APINAClass name: ScreenOnVisibleOptions;
API declaration: fail?: (data: string, code: number) => void;
Differences: fail?: (data: string, code: number) => void;
api/@system.app.d.ts
New APINAClass name: ScreenOnVisibleOptions;
API declaration: complete?: () => void;
Differences: complete?: () => void;
api/@system.app.d.ts
New APINAClass name: global;
API declaration: export interface RequestFullWindowOptions
Differences: export interface RequestFullWindowOptions
api/@system.app.d.ts
New APINAClass name: RequestFullWindowOptions;
API declaration: duration: number;
Differences: duration: number;
api/@system.app.d.ts
New APINAClass name: global;
API declaration: export default class App
Differences: export default class App
api/@system.app.d.ts
New APINAClass name: App;
API declaration: static getInfo(): AppResponse;
Differences: static getInfo(): AppResponse;
api/@system.app.d.ts
New APINAClass name: App;
API declaration: static terminate(): void;
Differences: static terminate(): void;
api/@system.app.d.ts
New APINAClass name: App;
API declaration: static screenOnVisible(options?: ScreenOnVisibleOptions): void;
Differences: static screenOnVisible(options?: ScreenOnVisibleOptions): void;
api/@system.app.d.ts
New APINAClass name: App;
API declaration: static requestFullWindow(options?: RequestFullWindowOptions): void;
Differences: static requestFullWindow(options?: RequestFullWindowOptions): void;
api/@system.app.d.ts
New APINAClass name: App;
API declaration: static setImageCacheCount(value: number): void;
Differences: static setImageCacheCount(value: number): void;
api/@system.app.d.ts
New APINAClass name: App;
API declaration: static setImageRawDataCacheSize(value: number): void;
Differences: static setImageRawDataCacheSize(value: number): void;
api/@system.app.d.ts
New APINAClass name: App;
API declaration: static setImageFileCacheSize(value: number): void;
Differences: static setImageFileCacheSize(value: number): void;
api/@system.app.d.ts
New APINAClass name: global;
API declaration: export interface LocaleResponse
Differences: export interface LocaleResponse
api/@system.configuration.d.ts
New APINAClass name: LocaleResponse;
API declaration: language: string;
Differences: language: string;
api/@system.configuration.d.ts
New APINAClass name: LocaleResponse;
API declaration: countryOrRegion: string;
Differences: countryOrRegion: string;
api/@system.configuration.d.ts
New APINAClass name: LocaleResponse;
API declaration: dir: "ltr" |"rtl";
Differences: dir: "ltr" |"rtl";
api/@system.configuration.d.ts
New APINAClass name: global;
API declaration: export default class Configuration
Differences: export default class Configuration
api/@system.configuration.d.ts
New APINAClass name: Configuration;
API declaration: static getLocale(): LocaleResponse;
Differences: static getLocale(): LocaleResponse;
api/@system.configuration.d.ts
New APINAClass name: global;
API declaration: export interface MediaQueryEvent
Differences: export interface MediaQueryEvent
api/@system.mediaquery.d.ts
New APINAClass name: MediaQueryEvent;
API declaration: matches: boolean;
Differences: matches: boolean;
api/@system.mediaquery.d.ts
New APINAClass name: global;
API declaration: export interface MediaQueryList
Differences: export interface MediaQueryList
api/@system.mediaquery.d.ts
New APINAClass name: MediaQueryList;
API declaration: media?: string;
Differences: media?: string;
api/@system.mediaquery.d.ts
New APINAClass name: MediaQueryList;
API declaration: matches?: boolean;
Differences: matches?: boolean;
api/@system.mediaquery.d.ts
New APINAClass name: MediaQueryList;
API declaration: onchange?: (matches: boolean) => void;
Differences: onchange?: (matches: boolean) => void;
api/@system.mediaquery.d.ts
New APINAClass name: MediaQueryList;
API declaration: addListener(callback: (event: MediaQueryEvent) => void): void;
Differences: addListener(callback: (event: MediaQueryEvent) => void): void;
api/@system.mediaquery.d.ts
New APINAClass name: MediaQueryList;
API declaration: removeListener(callback: (event: MediaQueryEvent) => void): void;
Differences: removeListener(callback: (event: MediaQueryEvent) => void): void;
api/@system.mediaquery.d.ts
New APINAClass name: global;
API declaration: export default class MediaQuery
Differences: export default class MediaQuery
api/@system.mediaquery.d.ts
New APINAClass name: MediaQuery;
API declaration: static matchMedia(condition: string): MediaQueryList;
Differences: static matchMedia(condition: string): MediaQueryList;
api/@system.mediaquery.d.ts
New APINAClass name: global;
API declaration: export interface ShowToastOptions
Differences: export interface ShowToastOptions
api/@system.prompt.d.ts
New APINAClass name: ShowToastOptions;
API declaration: message: string;
Differences: message: string;
api/@system.prompt.d.ts
New APINAClass name: ShowToastOptions;
API declaration: duration?: number;
Differences: duration?: number;
api/@system.prompt.d.ts
New APINAClass name: ShowToastOptions;
API declaration: bottom?: string |number;
Differences: bottom?: string |number;
api/@system.prompt.d.ts
New APINAClass name: global;
API declaration: export interface Button
Differences: export interface Button
api/@system.prompt.d.ts
New APINAClass name: Button;
API declaration: text: string;
Differences: text: string;
api/@system.prompt.d.ts
New APINAClass name: Button;
API declaration: color: string;
Differences: color: string;
api/@system.prompt.d.ts
New APINAClass name: global;
API declaration: export interface ShowDialogSuccessResponse
Differences: export interface ShowDialogSuccessResponse
api/@system.prompt.d.ts
New APINAClass name: ShowDialogSuccessResponse;
API declaration: index: number;
Differences: index: number;
api/@system.prompt.d.ts
New APINAClass name: global;
API declaration: export interface ShowDialogOptions
Differences: export interface ShowDialogOptions
api/@system.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: title?: string;
Differences: title?: string;
api/@system.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: message?: string;
Differences: message?: string;
api/@system.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: buttons?: [
Button,
Button?,
Button?
];
Differences: buttons?: [
Button,
Button?,
Button?
];
api/@system.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: success?: (data: ShowDialogSuccessResponse) => void;
Differences: success?: (data: ShowDialogSuccessResponse) => void;
api/@system.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: cancel?: (data: string, code: string) => void;
Differences: cancel?: (data: string, code: string) => void;
api/@system.prompt.d.ts
New APINAClass name: ShowDialogOptions;
API declaration: complete?: (data: string) => void;
Differences: complete?: (data: string) => void;
api/@system.prompt.d.ts
New APINAClass name: global;
API declaration: export interface ShowActionMenuOptions
Differences: export interface ShowActionMenuOptions
api/@system.prompt.d.ts
New APINAClass name: ShowActionMenuOptions;
API declaration: title?: string;
Differences: title?: string;
api/@system.prompt.d.ts
New APINAClass name: ShowActionMenuOptions;
API declaration: buttons: [
Button,
Button?,
Button?,
Button?,
Button?,
Button?
];
Differences: buttons: [
Button,
Button?,
Button?,
Button?,
Button?,
Button?
];
api/@system.prompt.d.ts
New APINAClass name: ShowActionMenuOptions;
API declaration: success?: (tapIndex: number, errMsg: string) => void;
Differences: success?: (tapIndex: number, errMsg: string) => void;
api/@system.prompt.d.ts
New APINAClass name: ShowActionMenuOptions;
API declaration: fail?: (errMsg: string) => void;
Differences: fail?: (errMsg: string) => void;
api/@system.prompt.d.ts
New APINAClass name: ShowActionMenuOptions;
API declaration: complete?: () => void;
Differences: complete?: () => void;
api/@system.prompt.d.ts
New APINAClass name: global;
API declaration: export default class Prompt
Differences: export default class Prompt
api/@system.prompt.d.ts
New APINAClass name: Prompt;
API declaration: static showToast(options: ShowToastOptions): void;
Differences: static showToast(options: ShowToastOptions): void;
api/@system.prompt.d.ts
New APINAClass name: Prompt;
API declaration: static showDialog(options: ShowDialogOptions): void;
Differences: static showDialog(options: ShowDialogOptions): void;
api/@system.prompt.d.ts
New APINAClass name: Prompt;
API declaration: static showActionMenu(options: ShowActionMenuOptions): void;
Differences: static showActionMenu(options: ShowActionMenuOptions): void;
api/@system.prompt.d.ts
New APINAClass name: global;
API declaration: export interface RouterOptions
Differences: export interface RouterOptions
api/@system.router.d.ts
New APINAClass name: RouterOptions;
API declaration: uri: string;
Differences: uri: string;
api/@system.router.d.ts
New APINAClass name: RouterOptions;
API declaration: params?: Object;
Differences: params?: Object;
api/@system.router.d.ts
New APINAClass name: global;
API declaration: export interface BackRouterOptions
Differences: export interface BackRouterOptions
api/@system.router.d.ts
New APINAClass name: BackRouterOptions;
API declaration: uri?: string;
Differences: uri?: string;
api/@system.router.d.ts
New APINAClass name: BackRouterOptions;
API declaration: params?: Object;
Differences: params?: Object;
api/@system.router.d.ts
New APINAClass name: global;
API declaration: export interface RouterState
Differences: export interface RouterState
api/@system.router.d.ts
New APINAClass name: RouterState;
API declaration: index: number;
Differences: index: number;
api/@system.router.d.ts
New APINAClass name: RouterState;
API declaration: name: string;
Differences: name: string;
api/@system.router.d.ts
New APINAClass name: RouterState;
API declaration: path: string;
Differences: path: string;
api/@system.router.d.ts
New APINAClass name: global;
API declaration: export interface EnableAlertBeforeBackPageOptions
Differences: export interface EnableAlertBeforeBackPageOptions
api/@system.router.d.ts
New APINAClass name: EnableAlertBeforeBackPageOptions;
API declaration: message: string;
Differences: message: string;
api/@system.router.d.ts
New APINAClass name: EnableAlertBeforeBackPageOptions;
API declaration: success?: (errMsg: string) => void;
Differences: success?: (errMsg: string) => void;
api/@system.router.d.ts
New APINAClass name: EnableAlertBeforeBackPageOptions;
API declaration: cancel?: (errMsg: string) => void;
Differences: cancel?: (errMsg: string) => void;
api/@system.router.d.ts
New APINAClass name: EnableAlertBeforeBackPageOptions;
API declaration: complete?: () => void;
Differences: complete?: () => void;
api/@system.router.d.ts
New APINAClass name: global;
API declaration: export interface DisableAlertBeforeBackPageOptions
Differences: export interface DisableAlertBeforeBackPageOptions
api/@system.router.d.ts
New APINAClass name: DisableAlertBeforeBackPageOptions;
API declaration: success?: (errMsg: string) => void;
Differences: success?: (errMsg: string) => void;
api/@system.router.d.ts
New APINAClass name: DisableAlertBeforeBackPageOptions;
API declaration: cancel?: (errMsg: string) => void;
Differences: cancel?: (errMsg: string) => void;
api/@system.router.d.ts
New APINAClass name: DisableAlertBeforeBackPageOptions;
API declaration: complete?: () => void;
Differences: complete?: () => void;
api/@system.router.d.ts
New APINAClass name: global;
API declaration: type ParamsInterface = {
[key: string]: Object;
};
Differences: type ParamsInterface = {
[key: string]: Object;
};
api/@system.router.d.ts
New APINAClass name: global;
API declaration: export default class Router
Differences: export default class Router
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static push(options: RouterOptions): void;
Differences: static push(options: RouterOptions): void;
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static replace(options: RouterOptions): void;
Differences: static replace(options: RouterOptions): void;
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static back(options?: BackRouterOptions): void;
Differences: static back(options?: BackRouterOptions): void;
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static getParams(): ParamsInterface;
Differences: static getParams(): ParamsInterface;
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static clear(): void;
Differences: static clear(): void;
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static getLength(): string;
Differences: static getLength(): string;
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static getState(): RouterState;
Differences: static getState(): RouterState;
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static enableAlertBeforeBackPage(options: EnableAlertBeforeBackPageOptions): void;
Differences: static enableAlertBeforeBackPage(options: EnableAlertBeforeBackPageOptions): void;
api/@system.router.d.ts
New APINAClass name: Router;
API declaration: static disableAlertBeforeBackPage(options?: DisableAlertBeforeBackPageOptions): void;
Differences: static disableAlertBeforeBackPage(options?: DisableAlertBeforeBackPageOptions): void;
api/@system.router.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.animator.d.ts
Differences: ArkUI
api/@ohos.animator.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.Chip.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.Chip.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.ComposeListItem.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.ComposeListItem.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.ComposeTitleBar.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.ComposeTitleBar.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.Counter.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.Counter.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.Dialog.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.Dialog.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.EditableTitleBar.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.EditableTitleBar.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.ExceptionPrompt.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.ExceptionPrompt.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.Filter.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.Filter.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.GridObjectSortComponent.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.Popup.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.Popup.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.ProgressButton.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.ProgressButton.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.SegmentButton.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.SegmentButton.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.SelectionMenu.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.SelectionMenu.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.SelectTitleBar.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.SelectTitleBar.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.SplitLayout.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.SplitLayout.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.SubHeader.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.SubHeader.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.SwipeRefresher.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.SwipeRefresher.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.TabTitleBar.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.TabTitleBar.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.ToolBar.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.ToolBar.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.advanced.TreeView.d.ets
Differences: ArkUI
api/@ohos.arkui.advanced.TreeView.d.ets
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.componentSnapshot.d.ts
Differences: ArkUI
api/@ohos.arkui.componentSnapshot.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.componentUtils.d.ts
Differences: ArkUI
api/@ohos.arkui.componentUtils.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.dragController.d.ts
Differences: ArkUI
api/@ohos.arkui.dragController.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.drawableDescriptor.d.ts
Differences: ArkUI
api/@ohos.arkui.drawableDescriptor.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.inspector.d.ts
Differences: ArkUI
api/@ohos.arkui.inspector.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.node.d.ts
Differences: ArkUI
api/@ohos.arkui.node.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.observer.d.ts
Differences: ArkUI
api/@ohos.arkui.observer.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.arkui.UIContext.d.ts
Differences: ArkUI
api/@ohos.arkui.UIContext.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.curves.d.ts
Differences: ArkUI
api/@ohos.curves.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.display.d.ts
Differences: ArkUI
api/@ohos.display.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.font.d.ts
Differences: ArkUI
api/@ohos.font.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.matrix4.d.ts
Differences: ArkUI
api/@ohos.matrix4.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.measure.d.ts
Differences: ArkUI
api/@ohos.measure.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.mediaquery.d.ts
Differences: ArkUI
api/@ohos.mediaquery.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.PiPWindow.d.ts
Differences: ArkUI
api/@ohos.PiPWindow.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.pluginComponent.d.ts
Differences: ArkUI
api/@ohos.pluginComponent.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.prompt.d.ts
Differences: ArkUI
api/@ohos.prompt.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.promptAction.d.ts
Differences: ArkUI
api/@ohos.promptAction.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.router.d.ts
Differences: ArkUI
api/@ohos.router.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.window.d.ts
Differences: ArkUI
api/@ohos.window.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@system.app.d.ts
Differences: ArkUI
api/@system.app.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@system.configuration.d.ts
Differences: ArkUI
api/@system.configuration.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@system.mediaquery.d.ts
Differences: ArkUI
api/@system.mediaquery.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@system.prompt.d.ts
Differences: ArkUI
api/@system.prompt.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@system.router.d.ts
Differences: ArkUI
api/@system.router.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: kits@kit.ArkUI.d.ts
Differences: ArkUI
kits/@kit.ArkUI.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/Dt5SJsRc