[−][src]Function js_sys::Reflect::set
pub fn set(
target: &JsValue,
property_key: &JsValue,
value: &JsValue
) -> Result<bool, JsValue>
The static Reflect.set()
method works like setting a
property on an object.
pub fn set(
target: &JsValue,
property_key: &JsValue,
value: &JsValue
) -> Result<bool, JsValue>
The static Reflect.set()
method works like setting a
property on an object.