From 168caa8592b57707624cf207d4525f262a00c6ef Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Thu, 16 Jun 2022 11:11:17 +0000 Subject: [PATCH] update en/application-dev/reference/arkui-ts/ts-container-griditem.md. Signed-off-by: king_he <6384784@qq.com> --- .../reference/arkui-ts/ts-container-griditem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-container-griditem.md b/en/application-dev/reference/arkui-ts/ts-container-griditem.md index 7133cf4d80..90d126259c 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-griditem.md +++ b/en/application-dev/reference/arkui-ts/ts-container-griditem.md @@ -1,7 +1,7 @@ # GridItem -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. @@ -32,7 +32,7 @@ GridItem() | columnStart | number | - | Start column number of the component. | | columnEnd | number | - | End column number of the component. | | forceRebuild | boolean | false | Whether to re-create this node when the component is being built. | -| selectable8+ | boolean | true | Whether the current **<GridItem>** is selectable by the mouse.
> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
> This attribute takes effect only when mouse frame selection is enabled for the parent **<Grid>** container. | +| selectable8+ | boolean | true | Whether the current **<GridItem>** is selectable by the mouse.
**NOTE**
This attribute takes effect only when mouse frame selection is enabled for the parent **<Grid>** container. | ## Events -- GitLab