Home > @poq/sdk > NavigationCategory
Category information as part of the Navigation Tree.
Signature:
export declare class NavigationCategory extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the NavigationCategoryclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| categories | NavigationCategory[] | undefined | Children of the Category. | |
| categoryUrl | string | undefined | The Web URL of the Category. | |
| customData | Record<string, unknown> | undefined | Custom Data attached to the Category. | |
| deepLink | string | undefined | The deep link URL override for the Category. | |
| id | string | The ID of the Category. | |
| imageUrl | string | undefined | The image URL of the Category. | |
| name | string | The name of the Category. | |
| parentCategoryId | string | undefined | The ID of the Parent Category. |