API Reference
FileReadResult
Defined in: tools/builtin/builtin.types.ts:199
The selected slice of a file's contents.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
lines | string[] | The selected lines, in order, each without its trailing newline. | tools/builtin/builtin.types.ts:201 |
startLine | number | 1-based number of the first returned line (echoes the resolved offset). | tools/builtin/builtin.types.ts:203 |