Home > @poq/sdk > ProductCategory
Product category for predictive search.
Signature:
export declare class ProductCategory extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ProductCategoryclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| deeplinkURL | string | Category deeplink url. | |
| id | string | Category id. | |
| parent | ProductCategory | undefined | Category parent link. | |
| title | string | Category title. |