readFieldPath
readFieldPath(
data,path):unknown
Defined in: ui/controller/gear-apply.ts:40
Read the value at a dot-path (returns undefined if the path doesn’t resolve).
Parameters
Section titled “Parameters”Record<string, unknown>
string
Returns
Section titled “Returns”unknown