showIndefinite

inline fun JFXSnackbar.showIndefinite(content: Node)

Show this snackbar indefinitely with custom layout.


fun JFXSnackbar.showIndefinite(message: String, actionText: String? = null, action: (ActionEvent) -> Unit? = null)

Show this snackbar indefinitely with default layout.