plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
76 lines (34 loc) • 963 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [ITierModeOptionsHost](./plugin-tls.itiermodeoptionshost.md)
## ITierModeOptionsHost interface
选项宿主接口
**Signature:**
```typescript
export interface ITierModeOptionsHost<Options extends {} = any, Mode extends string | number = string>
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[mode](./plugin-tls.itiermodeoptionshost.mode.md)
</td><td>
</td><td>
Mode
</td><td>
</td></tr>
<tr><td>
[modeOptions](./plugin-tls.itiermodeoptionshost.modeoptions.md)
</td><td>
`readonly`
</td><td>
[TierModeOptions](./plugin-tls.tiermodeoptions.md)<!-- --><Mode, Options>
</td><td>
</td></tr>
</tbody></table>