rx-datatable API
Home
Manual
GitHub
Preparing search index...
omit
Function omit
omit
<
T
extends
object
,
K
extends
string
|
number
|
symbol
>
(
obj
:
T
,
...
keys
:
K
[]
,
)
:
Omit
<
T
,
K
>
Returns a copy of
obj
without the specified keys (replaces lodash
omit
).
Type Parameters
T
extends
object
K
extends
string
|
number
|
symbol
Parameters
obj
:
T
...
keys
:
K
[]
Returns
Omit
<
T
,
K
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
Manual
GitHub
rx-datatable API
Loading...
Returns a copy of
objwithout the specified keys (replaces lodashomit).