pub type ArrayItem = HashMap<String, String>;
One row of a reactive array; field name -> stringified value.
pub struct ArrayItem { /* private fields */ }