Documentation / PropertyPathResolverProxyHandler
PropertyPathResolverProxyHandler
Classes
PropertyPathResolverProxyHandler
Object proxy handler
Template
Implements
ProxyHandler
<any
>
Constructors
new PropertyPathResolverProxyHandler()
new PropertyPathResolverProxyHandler(
_root
?):PropertyPathResolverProxyHandler
Parameters
_root?
PropertyPathResolverProxyHandler
Returns
PropertyPathResolverProxyHandler
Defined in
PropertyPathResolverProxyHandler.ts:15
Properties
_property
_property:
string
=''
Defined in
PropertyPathResolverProxyHandler.ts:12
_segments
_segments:
string
[] =[]
Defined in
PropertyPathResolverProxyHandler.ts:13
Accessors
path
Get Signature
get path():
string
Returns
string
Defined in
PropertyPathResolverProxyHandler.ts:26
property
Get Signature
get property():
string
Returns
string
Defined in
PropertyPathResolverProxyHandler.ts:18
segments
Get Signature
get segments(): readonly
string
[]
Returns
readonly string
[]
Defined in
PropertyPathResolverProxyHandler.ts:22
Methods
get()
get(
target
,p
,receiver
):any
Parameters
target
any
p
PropertyKey
receiver
any
Returns
any
Inherit Doc
Implementation of
ProxyHandler.get