Home > @visualization-tools/core > CategoryStore
A store of categories of entities in an entity group (effectively sub group).
Signature:
export declare class CategoryStore<TCategory> implements ICategoryStore<TCategory>
Implements: ICategoryStore<TCategory>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(categories) | Constructs a new instance of the CategoryStore class |
| Method | Modifiers | Description |
|---|---|---|
| addCategory(category) | ||
| removeCategory(category) | ||
| toArray() |