Safe Haskell | None |
---|---|
Language | Haskell2010 |
Types for Form.
Synopsis
- data FormAction
- data SpinState
- _PostDefault :: Prism' FormAction ()
- _Loading :: Prism' FormAction ()
- _FormRest :: Prism' FormAction ()
Documentation
data FormAction Source #
PostDefault | do the post |
Loading | trigger spin state without doing default the post |
FormRest | stop the spin state |
Instances
Generic FormAction Source # | |
Defined in Reflex.Bulmex.Form.FormTypes type Rep FormAction :: Type -> Type # from :: FormAction -> Rep FormAction x # to :: Rep FormAction x -> FormAction # | |
type Rep FormAction Source # | |
Defined in Reflex.Bulmex.Form.FormTypes type Rep FormAction = D1 (MetaData "FormAction" "Reflex.Bulmex.Form.FormTypes" "bulmex-2.1.0-inplace" False) (C1 (MetaCons "PostDefault" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Loading" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FormRest" PrefixI False) (U1 :: Type -> Type))) |
Prisms
_PostDefault :: Prism' FormAction () Source #
_Loading :: Prism' FormAction () Source #
_FormRest :: Prism' FormAction () Source #