Structure
TableStyle
public struct TableStyle: Codable, Equatable
Relationships
Nested Types
TableStyle.Element
Conforms To
Codable
Equatable
Properties
pivot
let pivot: Bool
name
let name: String
count
let count: Int
elements
let elements: [Element]