devela::_dep::web_sys::js_sys::Reflect

Function get

Source
pub fn get(target: &JsValue, key: &JsValue) -> Result<JsValue, JsValue> 
Available on crate feature dep_web_sys only.
Expand description

The static Reflect.get() method works like getting a property from an object (target[propertyKey]) as a function.

MDN documentation