Home > @infiniteobjects/shopify-data-manager > AdminTypes > NavigationItem
A navigation item, holding basic link attributes.
Signature:
export interface NavigationItem
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘String’][‘output’] | The unique identifier of the navigation item. | |
| title | Scalars[‘String’][‘output’] | The name of the navigation item. | |
| url | Scalars[‘URL’][‘output’] | The URL of the page that the navigation item links to. |