vyaz-monorepo / core/src / ParagraphGroup
Interface: ParagraphGroup
Defined in: core/src/utils/groupLinesByParagraph.ts:16
A group of lines belonging to one paragraph.
Properties
lines
lines:
Line[]
Defined in: core/src/utils/groupLinesByParagraph.ts:18
Lines in this paragraph.
pIdx
pIdx:
number
Defined in: core/src/utils/groupLinesByParagraph.ts:20
Paragraph index in TextFrame.paragraphs[].
tag?
optionaltag?:string
Defined in: core/src/utils/groupLinesByParagraph.ts:22
Optional user-assigned tag (from Paragraph.id).
