plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
58 lines (27 loc) • 769 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) > [getFullModeOption](./plugin-tls.tiermodeoptions.getfullmodeoption.md)
## TierModeOptions.getFullModeOption() method
返回已合并继承选项的最终选项
**Signature:**
```typescript
getFullModeOption(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
与继承选项只是浅合并