diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md index 24f51ad16c7020c6ef07a7b7b160e5f79fc41012..96cf8a1b7491d120c6b1f8d5e44a1c7b502fd6bf 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md @@ -27,6 +27,7 @@ | height | [SheetSize](#sheetsize) \| [Length](ts-types.md#length) | 否 | 半模态高度,默认是LARGE。 | | dragBar | boolean | 否 | 是否显示控制条,默认显示。 | | backgroundColor | [ResourceColor](ts-types.md#resourcecolor) | 否 | 半模态页面的背板颜色。 | +| maskColor | [ResourceColor](ts-types.md#resourcecolor) | 否 | 半模态页面的背景蒙层颜色。 | | onAppear | () => void | 否 | 半模态页面显示回调函数。 | | onDisappear | () => void | 否 | 半模态页面回退回调函数。 |