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 fa047a20d64d73fa857980255429bc647b1efbe8..8c6838e866eddd2015d9618abe1922b5bd4db591 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 @@ -25,6 +25,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 | 否 | 半模态页面回退回调函数。 |