Data
public struct Data : Codable
A container for the title text and URI of a hyperlink.
-
The URI which the hyperlink links to.
Declaration
Swift
public let uri: String
-
The text which should be displayed for the hyperlink.
Declaration
Swift
public let title: String?
-
Undocumented
Declaration
Swift
public init(uri: String, title: String?)