Alokai

CategoryTreeItem

Single entry of category tree list. Used in Get category trees response.

interface CategoryTreeItem$1 {
	channels: number[];
	id: CategoryTree["id"];
	name: string;
}

Properties

NameRequiredTypeDescription
channelsRequirednumber[]The list of channels with this category tree.
idRequiredCategoryTree["id"]Unique ID of the category tree.
nameRequiredstringThe name displayed for the category tree. Name is unique with respect to the category’s siblings.

Referenced Types

On this page