Describes link type.
Signature:
export declare enum LinkType
Member | Value | Description |
---|---|---|
Cart | "cart" |
Indicates link to a cart. |
Category | "category" |
Indicates link to a category. |
Home | "home" |
Indicates link to a home screen. |
LegacyProduct | "legacyProduct" |
Indicates link to a legacy product. |
Product | "product" |
Indicates link to a product. |
Wishlist | "wishlist" |
Indicates link to a wishlist. |