ConfirmDialog

net.wiringbits.webapp.utils.slinkyUtils.components.core.ConfirmDialog$
object ConfirmDialog

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Props(visible: Boolean, title: String, message: String, onConfirm: () => Unit, onCancel: () => Unit, confirmText: String, cancelText: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(visible: Boolean, title: String, message: String, onConfirm: () => Unit, onCancel: () => Unit, confirmText: String, cancelText: String): KeyAddingStage

Concrete fields

val component: FunctionalComponent[Props]