plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
82 lines (37 loc) • 837 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [setPropertyValueByPath](./plugin-tls.setpropertyvaluebypath.md)
## setPropertyValueByPath() function
获取对象的属性路径对应的属性值
**Signature:**
```typescript
export declare function setPropertyValueByPath(obj: any, propPath: string, value: any): any;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
obj
</td><td>
any
</td><td>
</td></tr>
<tr><td>
propPath
</td><td>
string
</td><td>
</td></tr>
<tr><td>
value
</td><td>
any
</td><td>
</td></tr>
</tbody></table>
**Returns:**
any