RecordListFormattedData
public struct RecordListFormattedData
The RecordListFormattedData defines the data shown in the Record list in the InspectorFloret.
-
The string shown in the method label
Declaration
Swift
public let method: String -
The string shown in the path label
Declaration
Swift
public let path: String -
The string shown in the time label
Declaration
Swift
public let time: String -
The string shown in the status label
Declaration
Swift
public let status: String -
The background color of the status label. The text color of the status label will be white.
Declaration
Swift
public let statusColor: UIColor -
Initializes a new
RecordListFormattedData. Parameter match property documentationDeclaration
Swift
public init(method: String, path: String, time: String, status: String, statusColor: UIColor)
View on GitHub
RecordListFormattedData Structure Reference