From 7338656544d399b5ef8360430d6770a8ce0df7d4 Mon Sep 17 00:00:00 2001 From: wangding32 Date: Sat, 26 Aug 2023 07:07:03 +0000 Subject: [PATCH] add mask color Signed-off-by: wangding32 --- .../arkui-ts/ts-universal-attributes-sheet-transition.md | 1 + 1 file changed, 1 insertion(+) 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 24f51ad16c..96cf8a1b74 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 | 否 | 半模态页面回退回调函数。 | -- GitLab