Type Alias SearchResult

SearchResult: { index: number; length: number; offset: number; search: string }

Type declaration

  • index: number
    • The index of the entity.
  • length: number
    • The length of the entity.
  • offset: number
    • The starting offset of the entity.
  • search: string
    • The text that matches the entity.