module

class Module(name, prefs)
Extends:Emitter
Mixins:Logger
Mixins:Preferences

A class for internal modules without any visual representation.

Arguments:
  • name (String) – The name of the module.
  • prefs (Object) – The preference to use for this module. See PreferencesMixin() for details.
Throws:

Error – If the name is not a string

read-onlyname
Type:String

The name of the module.