QPdfRepeatNode
@quik/pdf / QPdfRepeatNode
Interface: QPdfRepeatNode
Defined in: pdf/src/types.ts:248
Repeat node that renders content for each entry in a list.
Extends
Properties
alignment?
optionalalignment?:"left"|"center"|"right"|"justify"
Defined in: pdf/src/types.ts:33
Optional alignment.
Inherited from
as?
optionalas?:string
Defined in: pdf/src/types.ts:260
Item variable name exposed in child context.
content
Defined in: pdf/src/types.ts:268
Content rendered for each item.
empty?
Defined in: pdf/src/types.ts:272
Optional fallback content when the list is empty.
indexAs?
optionalindexAs?:string
Defined in: pdf/src/types.ts:264
Index variable name exposed in child context.
items
items:
string|unknown[]
Defined in: pdf/src/types.ts:256
Collection expression or static array.
margin?
optionalmargin?: [number,number] | [number,number,number,number]
Defined in: pdf/src/types.ts:29
Optional margin for the node.
Inherited from
pageBreak?
optionalpageBreak?:"before"|"after"
Defined in: pdf/src/types.ts:37
Optional page break instruction.
Inherited from
style?
optionalstyle?:string|string[]
Defined in: pdf/src/types.ts:25
Optional named style defined in the template styles map.
Inherited from
type
type:
"repeat"
Defined in: pdf/src/types.ts:252
Type discriminator.