From 533bee7a749fedad059621fe20d5442251d5aa57 Mon Sep 17 00:00:00 2001 From: wangding32 Date: Tue, 15 Aug 2023 01:21:52 +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 fa047a20d6..8c6838e866 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 | 否 | 半模态页面回退回调函数。 | -- GitLab