RoutingMode
public struct RoutingMode : Hashable
Undocumented
-
Undocumented
Declaration
Swift
public let identifier: String
-
Undocumented
Declaration
Swift
public let title: String
-
Undocumented
Declaration
Swift
public var subtitle: String?
-
Undocumented
Declaration
Swift
public var website: URL?
-
Undocumented
Declaration
Swift
public var color: TKColor?
-
Undocumented
Declaration
Swift
public var remoteImageIsTemplate: Bool
-
Undocumented
Declaration
Swift
public var remoteImageIsBranding: Bool
-
Undocumented
Declaration
Swift
public var image: TKImage? { get }
-
Undocumented
Declaration
Swift
public var imageURL: URL? { get }
-
Undocumented
Declaration
Swift
public func image(type: TKStyleModeIconType) -> TKImage?
-
Undocumented
Declaration
Swift
public func imageURL(type: TKStyleModeIconType) -> URL?