Fundamentals
Preparing search index...
PropertyPathResolverProxyHandler
Class PropertyPathResolverProxyHandler
Object proxy handler
Template: TObject
Implements
ProxyHandler
<
any
>
Index
Constructors
constructor
Properties
_
property
_
segments
Accessors
path
property
segments
Methods
get
Constructors
constructor
new
PropertyPathResolverProxyHandler
(
_root
?:
PropertyPathResolverProxyHandler
,
)
:
PropertyPathResolverProxyHandler
Parameters
Optional
_root
:
PropertyPathResolverProxyHandler
Returns
PropertyPathResolverProxyHandler
Properties
_
property
_property
:
string
= ''
_
segments
_segments
:
string
[]
= []
Accessors
path
get
path
()
:
string
Returns
string
property
get
property
()
:
string
Returns
string
segments
get
segments
()
:
readonly
string
[]
Returns
readonly
string
[]
Methods
get
get
(
target
:
any
,
p
:
PropertyKey
,
receiver
:
any
)
:
any
Parameters
target
:
any
p
:
PropertyKey
receiver
:
any
Returns
any
Inherit Doc
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
property
_
segments
Accessors
path
property
segments
Methods
get
Fundamentals
Loading...
Object proxy handler
Template: TObject