@boost/pluginInterfacesPluggableOn this pagePluggable <T>Implemented byPluginIndex PropertiesnamepriorityshutdownstartupProperties readonlynamename: stringUnique name of the plugin. Typically the npm package name.optionalprioritypriority?: numberPriority in which to order the plugin.optionalshutdownshutdown?: Callback<T>Life cycle called when the plugin is unregistered.optionalstartupstartup?: Callback<T>Life cycle called when the plugin is registered.
Unique name of the plugin. Typically the npm package name.