Search
Preparing search index...
The search index is not available
@easy-node/reflect - v0.0.25
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PropertyReflect
Class PropertyReflect<T>
Type parameters
T
:
Function
Hierarchy
PropertyReflect
Index
Properties
_metadata
is
Static
parent
property
Key
type
Accessors
metadata
Methods
get
Own
Target
get
Target
has
Decorator
create
Properties
Optional
_metadata
_metadata
:
Array
<
AbstractPropertyDecorator
>
is
Static
is
Static
:
boolean
parent
parent
:
ClassReflect
<
any
>
property
Key
property
Key
:
string
|
symbol
type
type
:
T
Accessors
metadata
get
metadata
(
)
:
AbstractPropertyDecorator
[]
set
metadata
(
value
:
AbstractPropertyDecorator
[]
)
:
void
Returns
AbstractPropertyDecorator
[]
Parameters
value:
AbstractPropertyDecorator
[]
Returns
void
Methods
get
Own
Target
get
Own
Target
(
)
:
unknown
Returns
unknown
get
Target
get
Target
(
)
:
any
Returns
any
has
Decorator
has
Decorator
(
decorator
:
DecoratorFactory
<
any
,
any
,
any
>
)
:
boolean
检测是否包含装饰器
Parameters
decorator:
DecoratorFactory
<
any
,
any
,
any
>
Returns
boolean
Static
create
create<R>
(
parent
:
ClassReflect
<
any
>
, propertyKey
:
string
|
symbol
, isStatic
?:
boolean
)
:
PropertyReflect
<
R
>
Type parameters
R
:
Function
Parameters
parent:
ClassReflect
<
any
>
propertyKey:
string
|
symbol
Default value
isStatic:
boolean
= false
Returns
PropertyReflect
<
R
>
Globals
Property
Reflect
_metadata
is
Static
parent
property
Key
type
metadata
get
Own
Target
get
Target
has
Decorator
create
Generated using
TypeDoc
检测是否包含装饰器