!1787 调整接口顺序

Merge pull request !1787 from 王丽莉/master0422
This commit is contained in:
openharmony_ci 2024-11-21 11:10:30 +00:00 committed by Gitee
commit 1481a5da06
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1792,6 +1792,16 @@ typedef enum {
*/
NODE_TRANSITION = 94,
/**
* @brief Defines the component ID.
* This attribute can be obtained through APIs.
*
* Format of the {@link ArkUI_AttributeItem} parameter for obtaining the attribute:\n
* .value[0].i32: component ID. \n
*
*/
NODE_UNIQUE_ID = 95,
/**
* @brief Set the current component system focus box style.
*
@ -1806,16 +1816,6 @@ typedef enum {
*/
NODE_FOCUS_BOX = 96,
/**
* @brief Defines the component ID.
* This attribute can be obtained through APIs.
*
* Format of the {@link ArkUI_AttributeItem} parameter for obtaining the attribute:\n
* .value[0].i32: component ID. \n
*
*/
NODE_UNIQUE_ID = 95,
/**
* @brief Defines the moving distance limit for the component-bound tap gesture.
* This attribute can be set as required through APIs.