TableKeyValuePairs
public struct TableKeyValuePairs : Codable, Equatable
Key-value pairs detected across cell boundaries.
-
A key in a key-value pair.
Declaration
Swift
public var key: TableCellKey?
-
A list of values in a key-value pair.
Declaration
Swift
public var value: [TableCellValues]?