vyaz-monorepo / core/src / TableLayoutResult
Interface: TableLayoutResult
Defined in: core/src/layout/TableLayoutEngine.ts:129
Properties
bgColor?
optionalbgColor?:string
Defined in: core/src/layout/TableLayoutEngine.ts:134
border?
optionalborder?:ResolvedBorder
Defined in: core/src/layout/TableLayoutEngine.ts:136
The table's own outer border (TableStyle), distinct from row/cell borders.
contentBox
contentBox:
object
Defined in: core/src/layout/TableLayoutEngine.ts:142
The border-box — the outer box with TableStyle.margins excluded. Rows span its full width; border (above) is drawn at this box. A renderer uses it directly instead of re-deriving margins from row/cell positions.
height
height:
number
width
width:
number
x
x:
number
y
y:
number
height
height:
number
Defined in: core/src/layout/TableLayoutEngine.ts:133
Full outer box height, margins included.
rows
rows:
TableRowLayoutResult[]
Defined in: core/src/layout/TableLayoutEngine.ts:143
width
width:
number
Defined in: core/src/layout/TableLayoutEngine.ts:131
Full outer box width, margins included.
