GitHub

ShopifyNavigationDriverConfig

interface

import { ShopifyNavigationDriverConfig } from '@daffodil/navigation/driver/shopify'

An interface for providing @daffodil/navigation/driver/shopify with necessary config values.

interface ShopifyNavigationDriverConfig {
  navigationTreeQueryDepth: number
}

Properties

navigationTreeQueryDepth
number

The maximum depth of menu item children that the navigation driver will query. Defaults to 3.