CategoryTreeItem
Single entry of category tree list. Used in Get category trees response.
interface CategoryTreeItem$1 {
channels: number[];
id: CategoryTree["id"];
name: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
channels | Required | number[] | The list of channels with this category tree. |
id | Required | CategoryTree["id"] | Unique ID of the category tree. |
name | Required | string | The name displayed for the category tree. Name is unique with respect to the category’s siblings. |