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