vyaz-monorepo / core/src / TableRowLayoutResult
Interface: TableRowLayoutResult
Defined in: core/src/layout/TableLayoutEngine.ts:120
Properties
bgColor?
optionalbgColor?:string
Defined in: core/src/layout/TableLayoutEngine.ts:123
border?
optionalborder?:ResolvedBorder
Defined in: core/src/layout/TableLayoutEngine.ts:124
cells
cells:
TableCellLayoutResult[]
Defined in: core/src/layout/TableLayoutEngine.ts:126
Only cells that start in this row (a rowSpan cell from above is not repeated here).
height
height:
number
Defined in: core/src/layout/TableLayoutEngine.ts:122
y
y:
number
Defined in: core/src/layout/TableLayoutEngine.ts:121
