Methods
(async) createInitialEntries() → {Promise.<Array.<Entry>>}
- Description:
- Creates all the initial prototype entries in the context. 
 
- Source:
Returns:
- Type
- Promise.<Array.<Entry>>
getInitialEntries() → {Array.<Entry>}
- Source:
Returns:
- Type
- Array.<Entry>
updateEntriesForCreatedContext(context)
- Description:
- Call this after the context has been created to update the initial prototype entries so they can be created with the right context identifier. 
 
- Source:
Parameters:
| Name | Type | Description | 
|---|---|---|
| context | Context |