Function workflow_wasm::utils::try_get_vec_from_prop

source ยท
pub fn try_get_vec_from_prop(
    jsv: &JsValue,
    prop: &str,
) -> Result<Vec<JsValue>, Error>
Expand description

Obtain Vec<JsValue> by treating the object property prop as an array