QPdfTableRepeatRow
@quik/pdf / QPdfTableRepeatRow
Interface: QPdfTableRepeatRow
Defined in: pdf/src/types.ts:145
Repeat block for table rows.
Properties
as?
optionalas?:string
Defined in: pdf/src/types.ts:157
Item variable name exposed in child context.
content
content:
QPdfTableRow|QPdfTableRow[]
Defined in: pdf/src/types.ts:165
Row template rendered for each item.
empty?
optionalempty?:QPdfTableRow|QPdfTableRow[]
Defined in: pdf/src/types.ts:169
Optional fallback rows when the list is empty.
indexAs?
optionalindexAs?:string
Defined in: pdf/src/types.ts:161
Index variable name exposed in child context.
items
items:
string|unknown[]
Defined in: pdf/src/types.ts:153
Collection expression or static array.
type
type:
"repeat"
Defined in: pdf/src/types.ts:149
Type discriminator.