vyaz-monorepo / core/src / TableRowStyle
Interface: TableRowStyle
Defined in: core/src/types/TableTypes.ts:155
Style for a TableRow. Falls back to TableFrame.defaultRowStyle.
Extends
Properties
bgColor?
optionalbgColor?:string
Defined in: core/src/types/TableTypes.ts:159
Row background fill, painted under TableCellStyle.bgColor.
borderColors?
optionalborderColors?:ColorsOnWidth
Defined in: core/src/types/TableTypes.ts:63
Per-side border color, CSS shorthand. Default '#000' when a width is set.
Inherited from
borderPatterns?
optionalborderPatterns?:BorderPatterns
Defined in: core/src/types/TableTypes.ts:68
Per-side SVG stroke-dasharray. A side with no pattern (or the whole property absent) is a solid line. [4, 2] = 4px dash, 2px gap, repeating.
Inherited from
borderShapes?
optionalborderShapes?:Sides<BorderLineCap>
Defined in: core/src/types/TableTypes.ts:70
Per-side stroke-linecap for that side's (dashed or solid) line. Default 'butt'.
Inherited from
borderWidths?
optionalborderWidths?:Widths
Defined in: core/src/types/TableTypes.ts:61
Per-side border width, CSS shorthand. 0 (absent) = no border on that side.
Inherited from
height?
optionalheight?:number
Defined in: core/src/types/TableTypes.ts:157
Explicit row height override, in px. Auto (tallest cell) when absent.
rx?
optionalrx?:number
Defined in: core/src/types/TableTypes.ts:72
Uniform corner radius (all four corners). Asymmetric radii are a future addition.
Inherited from
ry?
optionalry?:number
Defined in: core/src/types/TableTypes.ts:74
Uniform corner radius; defaults to rx when only one is given.
