Querylight TS Demo

AnalyzedToken

Token with original source offsets for highlighting and phrase work.

Back to docs search

Reference Entry

AnalyzedToken

API Reference · foundation · order 3

Token with original source offsets for highlighting and phrase work.

Relevant APIs

AnalyzedToken

Token with original source offsets for highlighting and phrase work.

Declaration

interface AnalyzedToken

Members

term

```ts term: string ```

startOffset

```ts startOffset: number ```

endOffset

```ts endOffset: number ```

position

```ts position: number ```