plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
59 lines (27 loc) • 770 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [ITierOptionsHost](./plugin-tls.itieroptionshost.md)
## ITierOptionsHost interface
选项插件宿主接口
**Signature:**
```typescript
export interface ITierOptionsHost<Options extends {} = any>
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[defaultOptions](./plugin-tls.itieroptionshost.defaultoptions.md)
</td><td>
`readonly`
</td><td>
[TierOptions](./plugin-tls.tieroptions.md)<!-- --><Options>
</td><td>
</td></tr>
</tbody></table>