1# ArkUI Subsystem Changelog 2 3## cl.arkui.1 Removal of ArkTS Widgets from Applicability of draggable in the \<Image> Component 4 5**Change Level** 6 7Open API 8 9**Reason for Change** 10 11The **draggable** API of the **\<Image>** component is not supported in ArkTS widgets. 12 13**Change Impact** 14 15This change is a non-compatible change. After the **@form** tag is removed from the **draggable** API, the **draggable** API cannot be used for the **\<Image>** component in ArkTS widgets. 16 17**API Level** 18 19Since API version 9 20 21**Key API/Component Changes** 22 23Before change, the **draggable** API of the **\<Image>** component has the **@form** tag. 24 25After change, the **draggable** API of the **\<Image>** component does not have the **@form** tag and cannot be used in ArkTS widgets. 26 27**Adaptation Guide** 28 29N/A (The **draggable** API of the **\<Image>** component is not supported in ArkTS widgets before and after change.) 30