2025-01-15 17:46:55 +05:30
|
|
|
---
|
2025-08-12 13:29:42 +05:30
|
|
|
title: navigationItem
|
2025-01-15 17:46:55 +05:30
|
|
|
slug: /main-concepts/metadata-standard/schemas/system/ui/navigationitem
|
|
|
|
---
|
|
|
|
|
|
|
|
# NavigationItem
|
|
|
|
|
|
|
|
*Defines a navigation item in the UI navigation menu.*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2025-08-12 13:29:42 +05:30
|
|
|
- **`id`**: Unique identifier for the navigation item. Refer to *../../type/basic.json#/definitions/uuid*.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`title`** *(string)*: Display title of the navigation item.
|
|
|
|
- **`pageId`** *(string)*: Reference to a Page ID that this navigation item links to.
|
2025-08-12 13:29:42 +05:30
|
|
|
- **`isHidden`** *(boolean)*: Determine if item is visible or not.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`children`** *(array)*: Optional sub-navigation items. Default: `[]`.
|
2025-08-12 13:29:42 +05:30
|
|
|
- **Items**: Refer to *#*.
|
2025-01-15 17:46:55 +05:30
|
|
|
|
|
|
|
|
2025-08-12 13:29:42 +05:30
|
|
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|