diff --git a/api/arkui/component/common.static.d.ets b/api/arkui/component/common.static.d.ets index 31b466c06d64602614419e728f0cf9032ef16383..85ea8cb81cd02c5f39592012b79f2eebd61f401c 100644 --- a/api/arkui/component/common.static.d.ets +++ b/api/arkui/component/common.static.d.ets @@ -5809,12 +5809,12 @@ export declare interface AxisEvent extends BaseEvent { /** * Active event bubbling. * - * @type { Callback } + * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 20 */ - propagation: Callback; + propagation: () => void; /** * Obtains the value of the horizontal scroll axis for this axis event. * @@ -6773,12 +6773,12 @@ export declare interface FocusAxisEvent extends BaseEvent { /** * The blocking event pops up. * - * @type { Callback } + * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 20 */ - stopPropagation: Callback; + stopPropagation: () => void; } /** * CrownEvent object description @@ -6828,12 +6828,12 @@ export declare interface CrownEvent { /** * The blocking event pops up. * - * @type { Callback } + * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 20 */ - stopPropagation: Callback; + stopPropagation: () => void; } /** * Overlay module options