diff --git a/api/arkui/component/common.static.d.ets b/api/arkui/component/common.static.d.ets index 2bda7a95bcf3c14bab8e57c7a37d771d0cb7dc0c..1a9d10c8b320cd60a02a2b333637e197e0e75d48 100644 --- a/api/arkui/component/common.static.d.ets +++ b/api/arkui/component/common.static.d.ets @@ -4693,12 +4693,10 @@ export declare interface AxisEvent extends BaseEvent { /** * Active event bubbling. * - * @type { Callback } * @syscap SystemCapability.ArkUI.ArkUI.Full - * @atomicservice * @since 20 */ - propagation: Callback; + propagation(): void; /** * Obtains the value of the horizontal scroll axis for this axis event. * @@ -5484,12 +5482,10 @@ export declare interface FocusAxisEvent extends BaseEvent { /** * The blocking event pops up. * - * @type { Callback } * @syscap SystemCapability.ArkUI.ArkUI.Full - * @atomicservice * @since 20 */ - stopPropagation: Callback; + stopPropagation(): void; } /** * CrownEvent object description @@ -5537,12 +5533,10 @@ export declare interface CrownEvent { /** * The blocking event pops up. * - * @type { Callback } * @syscap SystemCapability.ArkUI.ArkUI.Full - * @atomicservice * @since 20 */ - stopPropagation: Callback; + stopPropagation(): void; } /** * Overlay module options