Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Select2AjaxOptions
Interface Select2AjaxOptions
Index
Properties
data
dataType
quietMillis
results
transport
url
Properties
optional
public
data
?:
(term: string, page: number, context: any) => any
optional
public
dataType
?:
string
optional
public
quietMillis
?:
number
optional
public
results
?:
(term: any, page: number, context: any) => any
optional
public
transport
?:
AjaxFunction
optional
public
url
?:
any
Url to make request to, Can be string or a function returning a string.
Globals
jquery