Skip to content

vyaz-monorepo / core/src / TableRowLayoutResult

Interface: TableRowLayoutResult

Defined in: core/src/layout/TableLayoutEngine.ts:120

Properties

bgColor?

optional bgColor?: string

Defined in: core/src/layout/TableLayoutEngine.ts:123


border?

optional border?: 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

Released under the MIT License.