Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/core
objectGet
Function objectGet
object
Get
<
V
>
(
obj
,
path
)
:
V
Returns a new object with the given key picked. Same as
lodash.get
.
Type Parameters
V
Parameters
obj
:
any
path
:
string
|
number
|
symbol
Returns
V
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...
Returns a new object with the given key picked. Same as
lodash.get.