Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginLifecycle

This interface describes a plugin lifecycle object.

Hierarchy

  • PluginLifecycle

Index

Properties

Optional backendInitPath

backendInitPath: string

Path to the script which should do some initialization before backend plugin is loaded.

Optional frontendInitPath

frontendInitPath: string

Path to the script which should do some initialization before frontend plugin is loaded.

Optional frontendModuleName

frontendModuleName: string

Frontend module name, frontend plugin should expose this name.

startMethod

startMethod: string

stopMethod

stopMethod: string