toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.dialogs
/
alert
alert
inline
fun
alert
(
content
:
String
=
""
,
vararg
buttonTypes
:
ButtonType
=
arrayOf(CLOSE)
,
configuration
:
Alert
.
(
)
->
Unit
)
:
Optional
<
ButtonType
>
Show an alert.
Return
selected alert button.
Parameters
content
alert message.
button
Types
alert buttons.
configuration
custom dialog action.