mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 17:01:03 +00:00
!1045 [NDK] add node native id api
Merge pull request !1045 from lisitao/l1
This commit is contained in:
commit
6208a5da0e
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user