Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/core
objectPick
Function objectPick
object
Pick
<
T
,
K
>
(
obj
,
keys
)
:
T
Returns a new object with the given keys picked. Same as
lodash.pick
.
Type Parameters
T
extends
object
K
extends
string
|
number
Parameters
obj
:
T
keys
:
K
[]
|
Set
<
K
>
|
Iterable
<
K
>
Returns
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...
Returns a new object with the given keys picked. Same as
lodash.pick.