Function workflow_wasm::utils::try_get_f64_from_prop
source · pub fn try_get_f64_from_prop(jsv: &JsValue, prop: &str) -> Result<f64, JsValue>Expand description
Obtain f64 value from an object property.
pub fn try_get_f64_from_prop(jsv: &JsValue, prop: &str) -> Result<f64, JsValue>Obtain f64 value from an object property.