diff --git a/api/@internal/component/ets/shape.d.ts b/api/@internal/component/ets/shape.d.ts index 52f08c6535647e947339218877c74d409923dd25..1f5c17fbacd7674153c23f1435c3fd34ec922752 100644 --- a/api/@internal/component/ets/shape.d.ts +++ b/api/@internal/component/ets/shape.d.ts @@ -913,7 +913,7 @@ declare class ShapeAttribute extends CommonMethod { strokeOpacity(value: number | string | Resource): ShapeAttribute; /** - * Called when the transparency of the border is set. + * Called when the transparency of the fill area is set. * * @param { number | string | Resource } value * @returns { ShapeAttribute } @@ -921,7 +921,7 @@ declare class ShapeAttribute extends CommonMethod { * @since 7 */ /** - * Called when the transparency of the border is set. + * Called when the transparency of the fill area is set. * * @param { number | string | Resource } value * @returns { ShapeAttribute } @@ -930,7 +930,7 @@ declare class ShapeAttribute extends CommonMethod { * @since 9 */ /** - * Called when the transparency of the border is set. + * Called when the transparency of the fill area is set. * * @param { number | string | Resource } value * @returns { ShapeAttribute } @@ -940,7 +940,7 @@ declare class ShapeAttribute extends CommonMethod { * @since 10 */ /** - * Called when the transparency of the border is set. + * Called when the transparency of the fill area is set. * * @param { number | string | Resource } value * @returns { ShapeAttribute }