Home > @poq/sdk > NavigationCategory > (constructor)
Constructs a new instance of the NavigationCategory
class
Signature:
constructor(params: {
id: string;
name: string;
parentCategoryId?: string;
deepLink?: string;
categoryUrl?: string;
imageUrl?: string;
categories?: NavigationCategory[];
customData?: Record<string, unknown>;
});
Parameter | Type | Description |
---|---|---|
params | { id: string; name: string; parentCategoryId?: string; deepLink?: string; categoryUrl?: string; imageUrl?: string; categories?: NavigationCategory[]; customData?: Record<string, unknown>; } |