Abstract
Optional
deputy: DeputyProtected
Optional
Readonly
deputyAn instance of Deputy. This is commonly window.deputy
. Instantiating this class
with a Deputy instances enables connection with the Deputy core, which shares the
OOUI window manager and API manager for Deputy.
the configuration handler for this module. If Deputy is loaded, this reuses the configuration handler of Deputy.
the wiki-wide configuration handler for this module. If Deputy is loaded,
this reuses the configuration handler of Deputy. Since the wiki config is loaded
asynchronously, this may not be populated at runtime. Only use it if you're sure
that preInit
has already been called and finished.
The responsible window manager for this class.
Abstract
getGets the wiki-specific configuration for Deputy.
A promise resolving to the loaded configuration
Pre-initialize the module. This is the opportunity of the module to load language strings, append important UI elements, add portlets, etc.
The fallback language pack to use if one could not be loaded.
A Deputy module. Modules are parts of Deputy that can usually be removed and turned into standalone components that can load without Deputy.