UNPKG

plugin-tls

Version:

plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制

232 lines (102 loc) 2.44 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [plugin-tls](./plugin-tls.md) &gt; [TierOptions](./plugin-tls.tieroptions.md) ## TierOptions class **Signature:** ```typescript export declare class TierOptions<Option extends {} = any> extends OptionsManager<Option> ``` **Extends:** OptionsManager&lt;Option&gt; ## Constructors <table><thead><tr><th> Constructor </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td> [(constructor)(option, extend)](./plugin-tls.tieroptions._constructor_.md) </td><td> </td><td> Constructs a new instance of the `TierOptions` class </td></tr> </tbody></table> ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [\_extends](./plugin-tls.tieroptions._extends.md) </td><td> `protected` </td><td> [TierOptions](./plugin-tls.tieroptions.md)<!-- -->&lt;Option&gt; \| null </td><td> </td></tr> <tr><td> [\_plainFullOption](./plugin-tls.tieroptions._plainfulloption.md) </td><td> `protected` </td><td> Option \| null </td><td> </td></tr> <tr><td> [extends](./plugin-tls.tieroptions.extends.md) </td><td> </td><td> [TierOptions](./plugin-tls.tieroptions.md)<!-- -->&lt;Option&gt; \| null </td><td> 继承的选项 </td></tr> <tr><td> [option](./plugin-tls.tieroptions.option.md) </td><td> </td><td> Option </td><td> 选项 </td></tr> <tr><td> [plainFullOption](./plugin-tls.tieroptions.plainfulloption.md) </td><td> `readonly` </td><td> Option </td><td> 获取完整的选项 </td></tr> </tbody></table> ## Methods <table><thead><tr><th> Method </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td> [getMember(key)](./plugin-tls.tieroptions.getmember.md) </td><td> </td><td> 获取选项成员 </td></tr> <tr><td> [getValue(propPath)](./plugin-tls.tieroptions.getvalue.md) </td><td> </td><td> 获取属性路径对应的值 </td></tr> <tr><td> [updateFullOption()](./plugin-tls.tieroptions.updatefulloption.md) </td><td> </td><td> 更新 </td></tr> </tbody></table>