Merge pull request #7433 from evandertino/patch-1

Update typeahead.d.ts
This commit is contained in:
Horiuchi_H
2016-01-04 16:18:20 +09:00
+7 -1
View File
@@ -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.