Fundamentals
Preparing search index...
derivedType
Function derivedType
derivedType
(
identifier
:
string
,
targetType
?:
Constructor
,
)
:
{
<
Target
extends
Constructor
>
(
target
:
Target
)
:
void
;
<
Target
extends
Constructor
>
(
target
:
Target
,
context
:
StandardClassDecoratorContext
<
Target
>
,
)
:
void
;
}
Parameters
identifier
:
string
Optional
targetType
:
Constructor
Returns
{
<
Target
extends
Constructor
>
(
target
:
Target
)
:
void
;
<
Target
extends
Constructor
>
(
target
:
Target
,
context
:
StandardClassDecoratorContext
<
Target
>
,
)
:
void
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Fundamentals
Loading...