plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
54 lines (25 loc) • 798 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [TierModeOptions](./plugin-tls.tiermodeoptions.md) > [getModeOptionManager](./plugin-tls.tiermodeoptions.getmodeoptionmanager.md)
## TierModeOptions.getModeOptionManager() method
获取模式对应的选项管理器
**Signature:**
```typescript
getModeOptionManager(mode: Mode): TierOptions<Option> | null;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
mode
</td><td>
Mode
</td><td>
</td></tr>
</tbody></table>
**Returns:**
[TierOptions](./plugin-tls.tieroptions.md)<!-- --><Option> \| null