pub fn define_property(
target: &Object,
property_key: &JsValue,
attributes: &Object,
) -> Result<bool, JsValue> ⓘ
Available on crate feature
dep_web_sys
only.Expand description
The static Reflect.defineProperty()
method is like
Object.defineProperty()
but returns a Boolean
.