WebItem
public struct WebItem : CatalogItem, Decodable
An item the CatalogGroup
that contains a URL
-
A title
Declaration
Swift
public var title: String
-
A subtitle
Declaration
Swift
public var subTitle: String?
-
An imageURL
Declaration
Swift
public var imageURL: URL?
-
A URL
Declaration
Swift
public var url: URL
-
Declaration
Swift
public init(from decoder: Decoder) throws