Class: Category

Category

A Backbone model class for Workspace categories. It allows to perform server actions on categories.

new Category()

Methods

getChildCategories()

Fetches a list of child categories for a category. It triggers the childrenFetched event.

getStartPoints()

Fetches a list of startpoints for a category.

select()

Call this function when a category is selected from the categorylist class. It triggers the category:selected event.