import { ShopifyNavigationDriverConfig } from '@daffodil/navigation/driver/shopify'
An interface for providing @daffodil/navigation/driver/shopify with necessary config values.
interface ShopifyNavigationDriverConfig {
navigationTreeQueryDepth: number
}
navigationTreeQueryDepth number |
---|
The maximum depth of menu item children that the navigation driver will query. Defaults to 3. |