Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Match<T>

a match result (from searcher)

Type parameters

  • T: string

    the field name of the course/section that matches the search query

Hierarchy

  • Match

Index

Properties

Properties

Readonly end

end: number

end index + 1 of the match

Readonly match

match: T

Readonly start

start: number

start index of the match

Generated using TypeDoc