Preparing search index...
The search index is not available
object-properties
object-properties
defineConstant
Function defineConstant
defineConstant
<
T
,
P
extends
string
,
V
>
(
target
:
T
,
property
:
P
,
value
:
V
,
options
?:
EnumerableOptions
,
)
:
any
|
T
&
{
readonly
[
K
in
P
]
:
V
}
Type Parameters
T
P
extends
string
V
Parameters
target
:
T
property
:
P
name of the property
value
:
V
value
Optional
options
:
EnumerableOptions
Optional
enumerable
?:
boolean
Returns
any
|
T
&
{
readonly
[
K
in
P
]
:
V
}
target
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
object-properties
Loading...
name of the property