SearchOptionsHandler<Context, TValue>: ((context: Context, searchValue: string) => DropdownOption<TValue>[]) | ((context: Context, searchValue: string) => Promise<DropdownOption<TValue>[]>)

Type Parameters

  • Context = unknown

  • TValue = string