Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
701 B
Markdown
Raw Normal View History

---
2025-08-12 13:29:42 +05:30
title: navigationItem
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*.
- **`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.
- **`children`** *(array)*: Optional sub-navigation items. Default: `[]`.
2025-08-12 13:29:42 +05:30
- **Items**: Refer to *#*.
2025-08-12 13:29:42 +05:30
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.