kvision-project
Toggle table of contents
9.4.0
js
Target filter
js
Switch theme
Search in API
Skip to content
kvision-project
kvision-jquery
/
io.kvision.jquery
/
JQuery
/
queue
queue
abstract
fun
queue
(
queueName
:
String
?
=
definedExternally
)
:
Array
<
Any
>
(
source
)
abstract
fun
queue
(
newQueue
:
Array
<
Function
<
*
>
>
)
:
JQuery
(
source
)
abstract
fun
queue
(
callback
:
Function
<
*
>
)
:
JQuery
(
source
)
abstract
fun
queue
(
queueName
:
String
,
newQueue
:
Array
<
Function
<
*
>
>
)
:
JQuery
(
source
)
abstract
fun
queue
(
queueName
:
String
,
callback
:
Function
<
*
>
)
:
JQuery
(
source
)