Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Select2QueryOptions
Interface Select2QueryOptions
Index
Properties
callback
context
page
term
Properties
optional
public
callback
?:
(result: { results: any; more?: boolean; context?: any; }) => void
optional
public
context
?:
any
optional
public
page
?:
number
optional
public
term
?:
string
Globals
jquery