Quality
public enum Quality: String, Codable, CaseIterable, Sendable
Quality display options
-
Display the raw value
Declaration
Swift
case raw
-
Display the short value
Declaration
Swift
case short
-
Display the symbolized value
Declaration
Swift
case symbolized
-
Display the alternative symbol value
Declaration
Swift
case altSymbol