Register App details
The App the AdvancedManager is attached to
The Config of the App the AdvancedManager is attached to
The EventEmitter of the App the AdvancedManager is attached to
For backward compatability and performance reasons Manager use Map to store data
An alias for size
Returns the total number of items stored in the Manager
Allows for iteration via for..of, learn more: [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators]
Call the boot method for all Services
Removes a value stored in the Manager via a key, returns true if an element in the Map object existed and has been removed, or false if the element does not exist
Returns a new Iterator object that contains an array of [key, value] for each element in the Map object in insertion order.
Get a value stored in the Manager
Returns the Manager classes base Map
Checks if the Manager contains a certain key
Call the init method for all Services
Returns the keys of all items stored in the Manager as an Array
Returns the last item in the Manager who's index is a certain distance from the last item in the Manager
Add a ManagerItem to AdvancedManager at a specified key
Call the stop method for all Services
Returns the values of all items stored in the Manager as an Array
Generated using TypeDoc
The Service Manager controls the lifecycle of all Services in an App