diff --git a/api/@internal/component/ets/image.d.ts b/api/@internal/component/ets/image.d.ts index b6f309092b92bff75a468fb0a276e9c30db7a66b..a51948e5703e262cbec3fa65e6f4dc0444bf7c93 100644 --- a/api/@internal/component/ets/image.d.ts +++ b/api/@internal/component/ets/image.d.ts @@ -155,6 +155,13 @@ declare class ImageAttribute extends CommonMethod { */ copyOption(value: CopyOptions): ImageAttribute; + /** + * Enable image dragging. + * Default value is false. + * @since 9 + */ + draggable(value: boolean): ImageAttribute; + /** * This callback is triggered when an image is successfully loaded. * The size of the image source that is successfully loaded is returned, in pixels.