BannerMessageListModel
public struct BannerMessageListModel : Identifiable, Equatable
Undocumented
-
Declaration
Swift
public static func == (lhs: BannerMessageListModel, rhs: BannerMessageListModel) -> Bool
-
Declaration
Swift
public var id: UUID
-
Undocumented
Declaration
Swift
public let category: String
-
Undocumented
Declaration
Swift
public var items: [BannerMessageItemModel]
-
Public initializer for BannerMessageListModel
Declaration
Swift
public init(id: UUID = UUID(), category: String, items: [BannerMessageItemModel])
Parameters
id
the identification for the category
category
category name
items
the list under the category