mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Merge pull request #7433 from evandertino/patch-1
Update typeahead.d.ts
This commit is contained in:
Vendored
+7
-1
@@ -181,7 +181,13 @@ declare module Twitter.Typeahead {
|
||||
* Defaults to value.
|
||||
*/
|
||||
display?: string | ((obj: any) => string);
|
||||
|
||||
|
||||
/**
|
||||
* Can be used in place of display above.
|
||||
*
|
||||
*/
|
||||
displayKey?: string | ((obj: any) => string);
|
||||
|
||||
/**
|
||||
* A hash of templates to be used when rendering the dataset.
|
||||
* Note a precompiled template is a function that takes a JavaScript object as its first argument and returns a HTML string.
|
||||
|
||||
Reference in New Issue
Block a user