Home > types > PathValue
Warning: This API is now obsolete. 使用 DotPathValue 代替
Warning: This API is now obsolete.
使用 DotPathValue 代替
DotPathValue
获取对象的路径值。最多支持 7 级路径。
Signature:
export declare type PathValue<T = any, L = any> = any;