plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
67 lines (31 loc) • 842 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [TierOptions](./plugin-tls.tieroptions.md) > [(constructor)](./plugin-tls.tieroptions._constructor_.md)
## TierOptions.(constructor)
Constructs a new instance of the `TierOptions` class
**Signature:**
```typescript
constructor(option?: Option, extend?: TierOptions<Option>);
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
option
</td><td>
Option
</td><td>
_(Optional)_
</td></tr>
<tr><td>
extend
</td><td>
[TierOptions](./plugin-tls.tieroptions.md)<!-- --><Option>
</td><td>
_(Optional)_
</td></tr>
</tbody></table>