Rulvar API reference / @rulvar/evals / LexedCitation
Interface: LexedCitation
Defined in: packages/evals/src/lexer.ts:59
One accepted citation occurrence, in document order.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
endLine? | readonly | number | - | packages/evals/src/lexer.ts:64 |
line | readonly | number | - | packages/evals/src/lexer.ts:63 |
path | readonly | string | - | packages/evals/src/lexer.ts:62 |
raw | readonly | string | The raw span, range tail included. | packages/evals/src/lexer.ts:61 |
section | readonly | string | The H2 heading the occurrence sits under; '' before the first. | packages/evals/src/lexer.ts:66 |