Interface ITableBordersOptions
Properties
Optional Readonly bottom
bottom
: undefined | { color
: string; size
: number; style
: BorderStyle }
Optional Readonly insideHorizontal
inside
Horizontal: undefined | { color: string; size: number; style: BorderStyle }
Optional Readonly insideVertical
inside
Vertical: undefined | { color: string; size: number; style: BorderStyle }
Optional Readonly left
left
: undefined | { color
: string; size
: number; style
: BorderStyle }
Optional Readonly right
right
: undefined | { color
: string; size
: number; style
: BorderStyle }
Optional Readonly top
top
: undefined | { color
: string; size
: number; style
: BorderStyle }