Skip to main content

Interface: PluginFileScanResult

One page returned by the native line scanner.

Properties

lines

lines: string[]

Matching UTF-8 lines, without line terminators.


nextCursor?

optional nextCursor?: string

Opaque cursor to pass to the next scan of the same file and query.


hasMore

hasMore: boolean

Whether more matching lines may be requested.