plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
57 lines (27 loc) • 820 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [PrivateMemberOfExtendWithInit](./plugin-tls.privatememberofextendwithinit.md) > [\_init](./plugin-tls.privatememberofextendwithinit._init.md)
## PrivateMemberOfExtendWithInit.\_init() method
扩展类中用于定义实例初始化逻辑的方法
**Signature:**
```typescript
_init?(...args: InitParams): void;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
args
</td><td>
InitParams
</td><td>
</td></tr>
</tbody></table>
**Returns:**
void
## Remarks
该方法会在调用实例的 `init()` 方法时自动执行。