plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
58 lines (27 loc) • 731 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [ModeOptions](./plugin-tls.modeoptions.md) > [getModeOption](./plugin-tls.modeoptions.getmodeoption.md)
## ModeOptions.getModeOption() method
返回已合并继承选项的选项
**Signature:**
```typescript
getModeOption(mode: Mode): 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:**
Option \| null
## Remarks
与继承选项只是浅合并