@umbraco-cms/backoffice
Preparing search index...
packages/core/validation
GetValueByJsonPath
Function GetValueByJsonPath
GetValueByJsonPath
<
ReturnType
=
unknown
>
(
data
:
unknown
,
path
:
string
,
)
:
undefined
|
ReturnType
Type Parameters
ReturnType
=
unknown
Parameters
data
:
unknown
object to traverse for the value.
path
:
string
the JSON path to the value that should be found
Returns
undefined
|
ReturnType
the found value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@umbraco-cms/backoffice
Loading...
object to traverse for the value.