Website
public class Website : Item
A Website is a set of related web pages and other items typically served from a single web domain and accessible via URLs.
-
The type or (sub)category of some Item.
Declaration
Swift
@objc dynamic var itemType: String?
-
The url property represents the Uniform Resource Location (URL) of a resource.
Declaration
Swift
@objc dynamic var url: String?
-
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws
-
Declaration
Swift
override var computedTitle: String { get }