sempdf v1.9.1Interfaces
Interface: CodeContinuationInfo
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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
firstLineNumber | readonly | number | Source line number of this fragment's first line. | src/types.ts:1342 |
fragmentIndex | readonly | number | Zero-based fragment index; 0 is the fragment that starts the block. | src/types.ts:1340 |
lastLineNumber | readonly | number | Source line number of this fragment's last line. | src/types.ts:1344 |
totalLines | readonly | number | Total number of source lines in the whole block. | src/types.ts:1346 |