Fundamentals
Preparing search index...
field
Function field
field
(
targetType
:
Constructor
,
enumerableOrOptions
?:
boolean
|
fieldOptions
,
derivatives
?:
Constructor
[]
,
genericArguments
?:
Constructor
[]
,
)
:
{
(
target
:
object
,
propertyKey
:
string
)
:
void
;
(
initialValue
:
undefined
,
context
:
StandardFieldDecoratorContext
)
:
void
;
}
Parameters
targetType
:
Constructor
Optional
enumerableOrOptions
:
boolean
|
fieldOptions
Optional
derivatives
:
Constructor
[]
Optional
genericArguments
:
Constructor
[]
Returns
{
(
target
:
object
,
propertyKey
:
string
)
:
void
;
(
initialValue
:
undefined
,
context
:
StandardFieldDecoratorContext
)
:
void
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Fundamentals
Loading...