diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 0b18b223f8722f7cad873830f8ca770fae85794a..bef573ce1b9b7cfa05254554bc7b4e6b81c4af52 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -5196,7 +5196,8 @@ typedef enum { * The parameter type is {@link ArkUI_EdgeEffect}. The default value is ARKUI_EDGE_EFFECT_NONE.\n * .value[1]?.i32: whether to enable the scroll effect when the component content size is smaller than the * component itself. Optional. The value 1 means to enable the scroll effect, and 0 means the - * opposite. The default value is 1. \n + * opposite. The default value for the List/Grid/WaterFlow component is 0, and the default value for the + * Scroll component is 1. \n * .value[2]?.i32: direction in which the effect takes effect. The parameter type is {@link ArkUI_EffectEdge}. * The default value is ARKUI_EFFECT_EDGE_START | ARKUI_EFFECT_EDGE_END. This parameter is supported since * API version 16. \n