MatchResult
Stentor API Reference / stentor-utils/src / MatchResult
Interface: MatchResult\<T>
Defined in: packages/stentor-utils/src/matcher.ts:202
Results returned by the fuzzy string matcher.
Extendsβ
FuseResult\<SlotTypeValue\<T>>
Type Parametersβ
Tβ
T
Propertiesβ
itemβ
item:
SlotTypeValue
Defined in: node_modules/fuse.js/dist/fuse.d.ts:297
Inherited fromβ
Fuse.FuseResult.item
refIndexβ
refIndex:
number
Defined in: node_modules/fuse.js/dist/fuse.d.ts:298
Inherited fromβ
Fuse.FuseResult.refIndex
score?β
optionalscore:number
Defined in: node_modules/fuse.js/dist/fuse.d.ts:299
Inherited fromβ
Fuse.FuseResult.score
matches?β
optionalmatches: readonlyFuseResultMatch[]
Defined in: node_modules/fuse.js/dist/fuse.d.ts:300
Inherited fromβ
Fuse.FuseResult.matches