stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > NavigationItem

AdminTypes.NavigationItem interface

A navigation item, holding basic link attributes.

Signature:

export interface NavigationItem 

Properties

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.