PageType

The page or view that a button is displayed on.

Entries

Link copied to clipboard

The homepage

Link copied to clipboard

The about page

Link copied to clipboard

The contact page

Link copied to clipboard

A product category page

Link copied to clipboard

The product details page

Link copied to clipboard

The search page

Link copied to clipboard

The checkout page

Link copied to clipboard

The order review page

Link copied to clipboard

The order confirmation page

Link copied to clipboard

The mini cart

Link copied to clipboard

Some other page

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): PageType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.