Skip to main content

Pluggable <T>

Implemented by

Index

Properties

readonlyname

name: string

Unique name of the plugin. Typically the npm package name.

optionalpriority

priority?: number

Priority in which to order the plugin.

optionalshutdown

shutdown?: Callback<T>

Life cycle called when the plugin is unregistered.

optionalstartup

startup?: Callback<T>

Life cycle called when the plugin is registered.