ThemeType
public enum ThemeType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case quicksight = "QUICKSIGHT" -
Undocumented
Declaration
Swift
case custom = "CUSTOM" -
Undocumented
Declaration
Swift
case all = "ALL" -
Declaration
Swift
public var description: String { get }
View on GitHub
ThemeType Enumeration Reference