TyphonJS Runtime Library (FVTT) 0.3.0
#runtime/data/format/jsonc
findNodeAtLocation
Variable findNodeAtLocation
Const
findNodeAtLocation
:
(
root
:
Node
,
path
:
JSONPath
)
=>
Node
|
undefined
Finds the node at the given path in a JSON DOM.
Type Declaration
(
root
:
Node
,
path
:
JSONPath
)
:
Node
|
undefined
Parameters
root
:
Node
path
:
JSONPath
Returns
Node
|
undefined
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.3.0
Finds the node at the given path in a JSON DOM.