UNPKG

plugin-tls

Version:

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

54 lines (25 loc) 708 B
<!-- 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) &gt; [getMember](./plugin-tls.tieroptions.getmember.md) ## TierOptions.getMember() method 获取选项成员 **Signature:** ```typescript getMember<Key extends keyof Option>(key: Key): Option[Key] | undefined | null; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> key </td><td> Key </td><td> </td></tr> </tbody></table> **Returns:** Option\[Key\] \| undefined \| null