pub(crate) type IdMap<T> = HashMap<String, T>;
Mapping from widget IDs to corresponding data.
struct IdMap<T> { /* private fields */ }