Function.Find Arg Value
sprotty / findArgValue
findArgValue<
T
>(arg
,key
):undefined
|T
Defined in: packages/sprotty/src/base/views/view.tsx:47
Searches for the property specified in key
in the specified args
,
including its direct or indirect IRenderingArgs#parentArgs
.
T
the rendering arguments.
undefined
| IViewArgs
string
the key to search for.
undefined
| T
the found value or `undefined.