@aracna/core - v1.5.0
Preparing search index...
deleteObjectProperty
Function deleteObjectProperty
deleteObjectProperty
<
T
extends
object
>
(
object
:
T
,
key
:
keyof
T
)
:
void
Deletes a property from an object. The key supports bracket and dot notation.
Aracna Reference
Type Parameters
T
extends
object
Parameters
object
:
T
key
:
keyof
T
Returns
void
deleteObjectProperty
<
T
extends
object
>
(
object
:
T
,
key
:
string
)
:
void
Deletes a property from an object. The key supports bracket and dot notation.
Aracna Reference
Type Parameters
T
extends
object
Parameters
object
:
T
key
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@aracna/core - v1.5.0
Loading...
Deletes a property from an object. The key supports bracket and dot notation.
Aracna Reference