plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
42 lines (21 loc) • 745 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [IPluginWithInit](./plugin-tls.ipluginwithinit.md)
## IPluginWithInit interface
插件的接口
**Signature:**
```typescript
export interface IPluginWithInit<HOST, Options = void> extends IPlugin<HOST, Options>
```
**Extends:** [IPlugin](./plugin-tls.iplugin.md)<!-- --><HOST, Options>
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[inited(host, options)?](./plugin-tls.ipluginwithinit.inited.md)
</td><td>
_(Optional)_ 当宿主实例被初始化时调用
</td></tr>
</tbody></table>