toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
kord-extensions
/
dev.kordex.core.components.forms
/
ModalForm
/
awaitCompletion
await
Completion
suspend
fun
<
T
>
awaitCompletion
(
callback
:
suspend
(
ModalSubmitInteraction
?
)
->
T
)
:
T
Wait for this modal to be completed and call the
callback
. Parameter will be
null
if timed out.