bulmex-3.0.0: Reflex infused with bulma (css)

Safe HaskellNone
LanguageHaskell2010

Reflex.Bulmex.Form.FormTypes

Contents

Description

Types for Form.

Synopsis

Documentation

data FormAction Source #

Constructors

PostDefault

do the post

Loading

trigger spin state without doing default the post

FormRest

stop the spin state

Instances
Generic FormAction Source # 
Instance details

Defined in Reflex.Bulmex.Form.FormTypes

Associated Types

type Rep FormAction :: Type -> Type #

type Rep FormAction Source # 
Instance details

Defined in Reflex.Bulmex.Form.FormTypes

type Rep FormAction = D1 (MetaData "FormAction" "Reflex.Bulmex.Form.FormTypes" "bulmex-3.0.0-HWOvgABb2oOJ1ArsSp9jCO" 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