mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-06 22:35:24 +00:00
21 lines
643 B
Markdown
21 lines
643 B
Markdown
![]() |
---
|
||
|
title: tab
|
||
|
slug: /main-concepts/metadata-standard/schemas/system/ui/tab
|
||
|
---
|
||
|
|
||
|
# Tab
|
||
|
|
||
|
*This schema defines a Tab within a Page.*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`id`**: Refer to *../../type/basic.json#/definitions/uuid*.
|
||
|
- **`name`** *(string)*: Name of the tab.
|
||
|
- **`displayName`** *(string)*: DisplayName of the tab.
|
||
|
- **`layout`** *(object)*: Layout configuration for this tab.
|
||
|
- **`editable`** *(boolean)*: Weather tab can be edit by the user or not.
|
||
|
- **`knowledgePanels`**: KnowledgePanels that are part of this Tab. Refer to *../../type/entityReferenceList.json*.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|