Collection of event callbacks - endpoints called when particular extension events occur.

Properties

Optional. Defines an endpoint that gets called via a POST request to notify that an extension disable has occurred.

Optional. Defines an endpoint that gets called via a POST request to notify that an extension enable has occurred.

Optional. Defines an endpoint that gets called via a POST request to notify that an extension install has completed.

postUninstall?: ExtensionEventCallback

Optional. Defines an endpoint that gets called via a POST request to notify that an extension uninstall has occurred.

Optional. Defines an endpoint that gets called via a POST request to notify that an extension update has occurred.

Optional. Defines an endpoint that gets called via a POST request to notify that an extension install is about to occur. Response indicates whether to proceed or abort.

versionCheck?: ExtensionEventCallback

For multi-version extensions, defines an endpoint that gets called via an OPTIONS request to determine the particular version of the extension to be used