CountsThreeLevelViewModel
struct CountsThreeLevelViewModel : CountsViewModel
View model for region>country>location and brand>region>country counts
-
Intialize with parameters
Declaration
Swift
init(checklist: Checklist, isEditable: Bool, brands: [String: String])Parameters
hierarchyCurrent hierarchy
isEditableIs user’s own counts
brandsHotel brands
View on GitHub
CountsThreeLevelViewModel Structure Reference