mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 00:41:01 +00:00
commit
1481a5da06
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user