Home > @poq/sdk > CategoryTree > (constructor)
Constructs a new instance of the CategoryTree class
Signature:
constructor(params: {
        id: string;
        categories: Category[];
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { id: string; categories: Category[]; } |