@nospamproxy/core
Preparing search index...
common/IgnoreJson
ignoreJson
Function ignoreJson
ignoreJson
<
T
>
(
ignoredKeys
:
PropertyNames
<
T
>
[]
,
)
:
(
target
:
new
(
...
args
:
any
[]
)
=>
T
,
_context
:
ClassDecoratorContext
,
)
=>
void
Class decorator to ignore properties for JSON serialization (JSON.stringify)
Type Parameters
T
Parameters
ignoredKeys
:
PropertyNames
<
T
>
[]
Returns
(
target
:
new
(
...
args
:
any
[]
)
=>
T
,
_context
:
ClassDecoratorContext
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@nospamproxy/core
Loading...
Class decorator to ignore properties for JSON serialization (JSON.stringify)