toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-tom-select
/
dev.kilua.externals
/
TomSelectCallbacksJs
Tom
Select
Callbacks
Js
class
TomSelectCallbacksJs
:
JsAny
Tom Select callbacks configuration.
Members
Constructors
Tom
Select
Callbacks
Js
Link copied to clipboard
constructor
(
)
Properties
load
Link copied to clipboard
var
load
:
(
query
:
String
,
callback
:
(
JsArray
<
JsAny
>
)
->
Unit
)
->
Unit
on
Blur
Link copied to clipboard
var
onBlur
:
(
)
->
Unit
on
Change
Link copied to clipboard
var
onChange
:
(
value
:
JsAny
)
->
Unit
on
Clear
Link copied to clipboard
var
onClear
:
(
)
->
Unit
on
Delete
Link copied to clipboard
var
onDelete
:
(
value
:
JsAny
,
event
:
JsAny
)
->
Unit
on
Dropdown
Close
Link copied to clipboard
var
onDropdownClose
:
(
dropdown
:
JsAny
)
->
Unit
on
Dropdown
Open
Link copied to clipboard
var
onDropdownOpen
:
(
dropdown
:
JsAny
)
->
Unit
on
Focus
Link copied to clipboard
var
onFocus
:
(
)
->
Unit
on
Initialize
Link copied to clipboard
var
onInitialize
:
(
)
->
Unit
on
Item
Add
Link copied to clipboard
var
onItemAdd
:
(
value
:
JsAny
,
item
:
JsAny
)
->
Unit
on
Item
Remove
Link copied to clipboard
var
onItemRemove
:
(
value
:
JsAny
)
->
Unit
on
Load
Link copied to clipboard
var
onLoad
:
(
options
:
JsAny
,
optgroup
:
JsAny
)
->
Unit
on
Option
Add
Link copied to clipboard
var
onOptionAdd
:
(
value
:
JsAny
,
data
:
JsAny
)
->
Unit
on
Option
Remove
Link copied to clipboard
var
onOptionRemove
:
(
value
:
JsAny
)
->
Unit
on
Type
Link copied to clipboard
var
onType
:
(
str
:
String
)
->
Unit
score
Link copied to clipboard
var
score
:
(
search
:
String
)
->
(
JsAny
)
->
Int
should
Load
Link copied to clipboard
var
shouldLoad
:
(
query
:
String
)
->
Boolean