diff --git a/arkui/ace_engine/native/drag_and_drop.h b/arkui/ace_engine/native/drag_and_drop.h index c49081767a213c77ed3d31291e277cc153f5d7f6..8e26e7a36bedd3b46866ff163b7f0129b8a1e03b 100644 --- a/arkui/ace_engine/native/drag_and_drop.h +++ b/arkui/ace_engine/native/drag_and_drop.h @@ -559,7 +559,7 @@ int32_t OH_ArkUI_AllowNodeAllDropDataTypes(ArkUI_NodeHandle node); * @brief Sets whether the specified component is draggable. * * @param node Indicates the pointer to a component node. - * @param bool Indicates whether the component is draggable. + * @param enabled Indicates whether the component is draggable. * @return Returns the result code. * Returns {@link ARKUI_ERROR_CODE_NO_ERROR} if the operation is successful. * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs.