MCPcopy
hub / github.com/TanStack/table / RankingInfo

Interface RankingInfo

packages/match-sorter-utils/src/index.ts:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface RankingInfo {
33 rankedValue: any
34 rank: Ranking
35 accessorIndex: number
36 accessorThreshold: Ranking | undefined
37 passed: boolean
38}
39
40export interface AccessorOptions<TItem> {
41 accessor: AccessorFn<TItem>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…