mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
调整接口顺序
Signed-off-by: wanglili12 <wanglili65@huawei.com> Change-Id: I1253c17ccf1ea708571ecf3dc06ba580ec221fcf
This commit is contained in:
parent
3d7f23741d
commit
41af88bdbc
@ -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