TextInfo
public struct TextInfo : OptionSet, Encodable
Determines which trace information appear on the graph.
In the case of having multiple funnels, percentages & totals are computed separately (per trace).
-
Declaration
Swift
public let rawValue: Int
-
Undocumented
Declaration
Swift
public static var label: TextInfo { get }
-
Undocumented
Declaration
Swift
public static var text: TextInfo { get }
-
Undocumented
Declaration
Swift
public static var percentInitial: TextInfo { get }
-
Undocumented
Declaration
Swift
public static var percentPrevious: TextInfo { get }
-
Undocumented
Declaration
Swift
public static var percentTotal: TextInfo { get }
-
Undocumented
Declaration
Swift
public static var value: TextInfo { get }
-
Undocumented
Declaration
Swift
public static var none: TextInfo { get }
-
Declaration
Swift
public init(rawValue: Int)
-
Declaration
Swift
public func encode(to encoder: Encoder) throws