Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginLifecycle

This interface describes a plugin lifecycle object.

Hierarchy

  • PluginLifecycle

Index

Properties

backendInitPath?: string

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

frontendInitPath?: string

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

frontendModuleName?: string

Frontend module name, frontend plugin should expose this name.

startMethod: string
stopMethod: string