- Description:
Reactive module for category manager
- Source:
Reactive module for category manager
Classes
Members
(static, constant) init
- Description:
Load the initial state.
- Source:
Load the initial state.
Methods
(async, inner) loadState(reactive) → {Promise.<void>}
- Description:
Load the initial state.
This iterates over the initial tree of category items, and captures the data required for the state from each category. It also captures a count of the number of children in each list.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
reactive |
Reactive |
Returns:
- Type
- Promise.<void>