未验证 提交 f0830b41 编写于 作者: K king_he 提交者: Gitee

update en/application-dev/reference/arkui-ts/ts-container-panel.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 01ad2bf3
# Panel # Panel
> ![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. > This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
The **&lt;Panel&gt;** component is a slidable panel that presents lightweight content with flexible sizes. It is a pop-up component. The **Panel** component is a slidable panel that presents lightweight content with flexible sizes. It is a pop-up component.
## Required Permissions ## Required Permissions
...@@ -43,16 +43,16 @@ Panel(value:{show:boolean}) ...@@ -43,16 +43,16 @@ Panel(value:{show:boolean})
- PanelType enums - PanelType enums
| Name | Description | | Name | Description |
| -------- | -------- | | -------- | -------- |
| Minibar | A minibar panel displays content in the minibar area or a large (fullscreen-like) area. | | Minibar | A minibar panel that displays content in the minibar area or a large (fullscreen-like) area. |
| Foldable | A foldable panel displays permanent content in a large (fullscreen-like), medium-sized (halfscreen-like), or small area. | | Foldable | A foldable panel that displays permanent content in a large (fullscreen-like), medium-sized (halfscreen-like), or small area. |
| Temporary | A temporary panel displays content in a large (fullscreen-like) or medium-sized (halfscreen-like) area. | | Temporary | A temporary panel that displays content in a large (fullscreen-like) or medium-sized (halfscreen-like) area. |
- PanelMode enums - PanelMode enums
| Name | Description | | Name | Description |
| -------- | -------- | | -------- | -------- |
| Mini | Displays a **minibar** or **foldable** panel in its minimum size. This attribute does not take effect for **temporary** panels. | | Mini | Display of a minibar or foldable panel in its minimum size. This attribute does not take effect for **temporary** panels. |
| Half | Displays a **foldable** or **temporary** panel in a medium-sized (halfscreen-like) area. This attribute does not take effect for **minibar** panels. | | Half | Display of a foldable or temporary panel in a medium-sized (halfscreen-like) area. This attribute does not take effect for **minibar** panels. |
| Full | Displays a panel in a large (fullscreen-like) area. | | Full | Display of a panel in a large (fullscreen-like) area. |
## Events ## Events
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册