Card
public struct Card : Codable, Hashable
Undocumented
-
init(url:
title: description: type: authorName: authorUrl: providerName: providerUrl: html: width: height: image: embedUrl: ) Undocumented
Declaration
Swift
public init(url: String, title: String, description: String, type: Card.CardType, authorName: String? = nil, authorUrl: String? = nil, providerName: String? = nil, providerUrl: String? = nil, html: String? = nil, width: Int? = nil, height: Int? = nil, image: String? = nil, embedUrl: String? = nil)
-
Undocumented
See moreDeclaration
Swift
public enum CardType : String, Codable, Hashable
-
Undocumented
Declaration
Swift
public var url: String
-
Undocumented
Declaration
Swift
public var title: String
-
Undocumented
Declaration
Swift
public var description: String
-
Undocumented
Declaration
Swift
public var type: CardType
-
Undocumented
Declaration
Swift
public var authorName: String?
-
Undocumented
Declaration
Swift
public var authorUrl: String?
-
Undocumented
Declaration
Swift
public var providerName: String?
-
Undocumented
Declaration
Swift
public var providerUrl: String?
-
Undocumented
Declaration
Swift
public var html: String?
-
Undocumented
Declaration
Swift
public var width: Int?
-
Undocumented
Declaration
Swift
public var height: Int?
-
Undocumented
Declaration
Swift
public var image: String?
-
Undocumented
Declaration
Swift
public var embedUrl: String?