UNPKG

plugin-tls

Version:

plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制

54 lines (26 loc) 971 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [plugin-tls](./plugin-tls.md) &gt; [PluginManagerWithInit](./plugin-tls.pluginmanagerwithinit.md) ## PluginManagerWithInit class 插件管理者 **Signature:** ```typescript export declare class PluginManagerWithInit<HostClassType, Plugin extends IPluginWithInit<HostClassType, any> = IPluginWithInit<HostClassType, any>> extends PluginManager<HostClassType, Plugin> ``` **Extends:** [PluginManager](./plugin-tls.pluginmanager.md)<!-- -->&lt;HostClassType, Plugin&gt; ## Remarks 负责管理插件的注册、应用 等 ## Methods <table><thead><tr><th> Method </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td> [inited(hostInst)](./plugin-tls.pluginmanagerwithinit.inited.md) </td><td> </td><td> 插件宿主创建实例时调用 </td></tr> </tbody></table>