Creates and initializes a module group instance with the optional array of child modules if
provided. Alternatively, child modules can be loaded on-demand using the group's load()
method.
Aeris account associated with the module group.
Application the module group was initialized with.
Module identifier
Application map instance.
Array of child modules associated with the group.
For groups that load on-demand modules, this value will be null
until the modules have
been loaded via the group's load()
method.
Returns the app controls configuration for the module.
Initializes the module group with the specified AerisWeather account and application.
Loads the child modules associated with the module group. This is an asynchronous method that returns a Promise that provides the array of modules for the group once they've been loaded.
Generated using TypeDoc
A module group is a container module for one or more child modules.