arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Module Lifecycle

hashtag
preModuleLoad

Announced before each module that is loaded.

interceptData

  • moduleLocation - Path to the module

  • moduleName - Name of the module

hashtag
postModuleLoad

Announced after each module that is loaded.

interceptData

  • moduleLocation - Path to the module

  • moduleName - Name of the module

  • moduleConfig

hashtag
preModuleUnLoad

Announced before each module that is unloaded.

interceptData

  • moduleName - Name of the module

hashtag
postModuleUnload

Announced after each module that is unloaded.

interceptData

  • moduleName - Name of the module

- Struct representing the configuration data for the module.