@arcmantle/reflect-metadata
Preparing search index...
reflect-metadata
MemberDecorator
Type Alias MemberDecorator
MemberDecorator
:
<
T
>
(
target
:
Target
,
propertyKey
:
PropertyKey
,
descriptor
?:
TypedPropertyDescriptor
<
T
>
,
)
=>
TypedPropertyDescriptor
<
T
>
|
void
Function type for decorating class members (properties, methods, accessors).
Type Declaration
<
T
>
(
target
:
Target
,
propertyKey
:
PropertyKey
,
descriptor
?:
TypedPropertyDescriptor
<
T
>
,
)
:
TypedPropertyDescriptor
<
T
>
|
void
Type Parameters
T
Parameters
target
:
Target
propertyKey
:
PropertyKey
Optional
descriptor
:
TypedPropertyDescriptor
<
T
>
Returns
TypedPropertyDescriptor
<
T
>
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/reflect-metadata
Loading...
Function type for decorating class members (properties, methods, accessors).