Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Input<T>

The fuzzy search input.

Type parameters

  • T

Hierarchy

  • Input

Index

Properties

Properties

Readonly items

items: readonly T[]

The items to filter based on the pattern.

Readonly pattern

pattern: string

The pattern to match.

Readonly transform

transform: (item: T) => string

Function that extracts the string from the inputs which will be used to evaluate the fuzzy matching filter.

Type declaration

    • (item: T): string
    • Parameters

      • item: T

      Returns string