Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MoosyncExtensionTemplate

Interface defining Moosync extension lifecycle hooks

Hierarchy

  • MoosyncExtensionTemplate

Index

Methods

Optional onStarted

  • onStarted(): Promise<void>
  • Method fired when the extension is started

    Returns Promise<void>

Optional onStopped

  • onStopped(): Promise<void>
  • Method fired when the extension is stopped

    Returns Promise<void>

Generated using TypeDoc