PageIdentifier

class PageIdentifier(val pageType: PageType, val path: String)

Contains information about a page's type and its unique path.

Parameters

pageType

The PageType of the current page.

path

The unique path for the page. This must be the same value each time this page is visited. For example, a product page path could be a string containing the parent collection and the product id.

Constructors

Link copied to clipboard
constructor(pageType: PageType, path: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String