diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 91acfcbef184d415a2a505d9d16c5b7f8f41345d..d881ac619fa6da7bd1382dc0fb938debafade9a5 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1890,6 +1890,17 @@ typedef enum { */ NODE_BACKGROUND_IMAGE_RESIZABLE_WITH_SLICE = 100, + /** + * @brief Set reused node force measure when parent constraint not change. + * + * Format of the {@link ArkUI_AttributeItem} parameter for obtaining the attribute:\n + * .value[0].i32: Skip measure when parent constraint not changeset 0; otherwise set 1. + * The default value is 1. + * + * @since 16 + */ + NODE_REUSED_FORCE_MEASURE = 102, + /** * @brief Defines the text content attribute, which can be set, reset, and obtained as required through APIs. *