Skip to main content

FooterNavigationItem

Overview

FooterNavigationItem represents an individual navigation item within the footer. It may include links to external resources or nested sub-navigation items.

Attributes

label

type: string (optional)

The display label for the navigation item.

type: UrlStorefrontLink (optional)

A link associated with this navigation item, directing users to a specific page or URL.

items

type: FooterNavigationItem[] (optional)

An array of sub-navigation items nested within this navigation item.