From 765d59ed0029d631f097426ed2781fd90a9ee11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E5=93=A5?= Date: Mon, 26 Jun 2023 11:32:47 +0800 Subject: [PATCH] lizhouze@huawei.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卡哥 --- .../arkui-ts/ts-universal-attributes-sheet-transition.md | 2 +- .../arkui-ts/ts-universal-attributes-sheet-transition.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md b/en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md index 2dd74f689b..a6a1147021 100644 --- a/en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md +++ b/en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md @@ -18,7 +18,7 @@ You can bind a sheet to a component through the **bindSheet** attribute. You can | Name | Type | Mandatory| Description | | ------------------ | -------------------------------------- | ---- | ---------------------- | | height | [SheetSize](#sheetsize10) \| [Length](ts-types.md#length) | No| Height of the sheet. | -| showDragBar | boolean | No | Whether the control bar is visible. | +| dragBar | boolean | No | Whether the control bar is visible. | ## SheetSize10+ 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 235648a9c0..0fde5239fb 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 @@ -18,7 +18,7 @@ | 名称 | 类型 | 必填 | 描述 | | ------------------ | -------------------------------------- | ---- | ---------------------- | | height | [SheetSize](#sheetsize10) \| [Length](ts-types.md#length) | 否 | 半模态高度。 | -| showDragBar | boolean | 否 | 是否显示控制条。 | +| dragBar | boolean | 否 | 是否显示控制条。 | ## SheetSize10+ -- GitLab