!1045 [NDK] add node native id api

Merge pull request !1045 from lisitao/l1
This commit is contained in:
openharmony_ci 2024-07-25 02:49:35 +00:00 committed by Gitee
commit 6208a5da0e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1786,6 +1786,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 Defines the text content attribute, which can be set, reset, and obtained as required through APIs.
*