sempdf
sempdf v1.9.1Interfaces

Interface: CodeContinuationInfo

sempdf v1.9.1


sempdf / CodeContinuationInfo

Defined in: src/types.ts:1338

Position of one fragment of a code block that was split across pages or columns, passed to the continuation-label callbacks.

Properties

PropertyModifierTypeDescriptionDefined in
firstLineNumberreadonlynumberSource line number of this fragment's first line.src/types.ts:1342
fragmentIndexreadonlynumberZero-based fragment index; 0 is the fragment that starts the block.src/types.ts:1340
lastLineNumberreadonlynumberSource line number of this fragment's last line.src/types.ts:1344
totalLinesreadonlynumberTotal number of source lines in the whole block.src/types.ts:1346

On this page