core
0.20.1
js
core
/
de.peekandpoke.kraft.utils
/
DoubleClickProtection
Double
Click
Protection
js
class
DoubleClickProtection
(
component
:
Component
<
*
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Double
Click
Protection
Link copied to clipboard
js
fun
DoubleClickProtection
(
component
:
Component
<
*
>
)
Content copied to clipboard
Functions
invoke
Link copied to clipboard
js
operator
fun
<
T
>
invoke
(
block
:
suspend
(
)
->
T
)
:
Deferred
<
T
>
?
Content copied to clipboard
run
Async
Link copied to clipboard
js
fun
<
T
>
runAsync
(
block
:
suspend
(
)
->
T
)
:
Deferred
<
T
>
?
Content copied to clipboard
run
Blocking
Link copied to clipboard
js
suspend
fun
<
R
>
runBlocking
(
block
:
suspend
(
)
->
R
)
:
R
?
Content copied to clipboard
Properties
cannot
Run
Link copied to clipboard
js
val
cannotRun
:
Boolean
Content copied to clipboard
can
Run
Link copied to clipboard
js
val
canRun
:
Boolean
Content copied to clipboard