Structure
Border
public struct Border: Codable, Equatable
Relationships
Nested Types
Border.Value
Conforms To
Codable
Equatable
Properties
left
let left: Value?
right
let right: Value?
top
let top: Value?
bottom
let bottom: Value?
diagonal
let diagonal: Value?
horizontal
let horizontal: Value?
vertical
let vertical: Value?