Skip to main content

ArrayItem

Type Alias ArrayItem 

Source
pub type ArrayItem = HashMap<String, String>;
Expand description

One row of a reactive array; field name -> stringified value.

Aliased Typeยง

pub struct ArrayItem { /* private fields */ }