plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
82 lines (37 loc) • 1.15 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [ClassExtenderPrivateMember](./plugin-tls.classextenderprivatemember.md)
## ClassExtenderPrivateMember interface
类扩展者的私有方法
**Signature:**
```typescript
export interface ClassExtenderPrivateMember<C extends new (...args: any) => Object>
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[\_constructors](./plugin-tls.classextenderprivatemember._constructors.md)
</td><td>
`readonly`
</td><td>
((this: InstanceType<C>, ...args: ConstructorParameters<C>) => void)\[\]
</td><td>
保存扩展类自定义的构建函数
</td></tr>
<tr><td>
[\_destroys](./plugin-tls.classextenderprivatemember._destroys.md)
</td><td>
`readonly`
</td><td>
((this: InstanceType<C>) => void)\[\]
</td><td>
保存扩展类自定义的销毁函数
</td></tr>
</tbody></table>