pub type ComponentValueMap = Vec<(String, String)>;
A field map for one component instance: (field, value) pairs.
(field, value)
pub struct ComponentValueMap { /* private fields */ }