| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Miso.UI.AlertDialog
Contents
Synopsis
- alertDialogComponent :: Component parent AlertDialog Action
- data AlertDialog = AlertDialog {}
- emptyAlertDialog :: AlertDialog
Component
alertDialogComponent :: Component parent AlertDialog Action Source #
Types
data AlertDialog Source #
Constructors
| AlertDialog | |
Fields | |
Instances
| Show AlertDialog Source # | |
Defined in Miso.UI.AlertDialog Methods showsPrec :: Int -> AlertDialog -> ShowS # show :: AlertDialog -> String # showList :: [AlertDialog] -> ShowS # | |
| Eq AlertDialog Source # | |
Defined in Miso.UI.AlertDialog | |