Module

InteractiveData.DataUIs.Common

Package
purescript-interactive-data
Repository
thought2/purescript-interactive-data.all

#either Source

either :: forall opt html a b. IDHtml html => OptArgs CfgGeneric opt => opt -> DataUI (IDSurface html) _ _ _ _ a -> DataUI (IDSurface html) _ _ _ _ b -> DataUI (IDSurface html) _ _ _ _ (Either a b)

#either_ Source

either_ :: forall html a b. IDHtml html => DataUI (IDSurface html) _ _ _ _ a -> DataUI (IDSurface html) _ _ _ _ b -> DataUI (IDSurface html) _ _ _ _ (Either a b)

#maybe Source

maybe :: forall opt html a. IDHtml html => OptArgs CfgGeneric opt => opt -> DataUI (IDSurface html) _ _ _ _ a -> DataUI (IDSurface html) _ _ _ _ (Maybe a)

#maybe_ Source

maybe_ :: forall html a. IDHtml html => DataUI (IDSurface html) _ _ _ _ a -> DataUI (IDSurface html) _ _ _ _ (Maybe a)

#mkEither Source

mkEither :: forall opt html datauis fm fs msg sta a b. GenericDataUI "Left" opt html datauis fm fs msg sta (Either a b) => opt -> Record datauis -> DataUI (IDSurface html) fm fs msg sta (Either a b)

#mkEither_ Source

mkEither_ :: forall html datauis fm fs msg sta a b. GenericDataUI "Left" (Record ()) html datauis fm fs msg sta (Either a b) => Record datauis -> DataUI (IDSurface html) fm fs msg sta (Either a b)

#mkMaybe Source

mkMaybe :: forall opt html datauis fm fs msg sta a. GenericDataUI "Nothing" opt html datauis fm fs msg sta (Maybe a) => opt -> Record datauis -> DataUI (IDSurface html) fm fs msg sta (Maybe a)

#mkMaybe_ Source

mkMaybe_ :: forall html datauis fm fs msg sta a. GenericDataUI "Nothing" (Record ()) html datauis fm fs msg sta (Maybe a) => Record datauis -> DataUI (IDSurface html) fm fs msg sta (Maybe a)

#tuple Source

tuple :: forall opt html a b. IDHtml html => OptArgs CfgGeneric opt => opt -> DataUI (IDSurface html) _ _ _ _ a -> DataUI (IDSurface html) _ _ _ _ b -> DataUI (IDSurface html) _ _ _ _ (Tuple a b)

#tuple_ Source

tuple_ :: forall html a b. IDHtml html => DataUI (IDSurface html) _ _ _ _ a -> DataUI (IDSurface html) _ _ _ _ b -> DataUI (IDSurface html) _ _ _ _ (Tuple a b)

#unit Source

unit :: forall opt html fm fs. IDHtml html => OptArgs (TrivialCfg () Unit) opt => opt -> DataUI (IDSurface html) fm fs Unit Unit Unit

#unit_ Source

unit_ :: forall html fm fs. IDHtml html => DataUI (IDSurface html) fm fs Unit Unit Unit
Modules
InteractiveData
InteractiveData.App
InteractiveData.App.EnvVars
InteractiveData.App.FastForward.Inline
InteractiveData.App.FastForward.Standalone
InteractiveData.App.Routing
InteractiveData.App.Types
InteractiveData.App.UI.ActionButton
InteractiveData.App.UI.Assets
InteractiveData.App.UI.Body
InteractiveData.App.UI.Breadcrumbs
InteractiveData.App.UI.Card
InteractiveData.App.UI.DataLabel
InteractiveData.App.UI.Footer
InteractiveData.App.UI.Header
InteractiveData.App.UI.Layout
InteractiveData.App.UI.Menu
InteractiveData.App.UI.NotFound
InteractiveData.App.UI.SideBar
InteractiveData.App.UI.Types.SumTree
InteractiveData.App.WrapApp
InteractiveData.App.WrapData
InteractiveData.Class
InteractiveData.Class.Defaults
InteractiveData.Class.Defaults.Generic
InteractiveData.Class.Defaults.Record
InteractiveData.Class.Defaults.Variant
InteractiveData.Class.InitDataUI
InteractiveData.Class.Partial
InteractiveData.Core
InteractiveData.Core.Classes.IDHtml
InteractiveData.Core.Classes.OptArgs
InteractiveData.Core.FeatureFlags
InteractiveData.Core.Prelude
InteractiveData.Core.Types.Common
InteractiveData.Core.Types.DataAction
InteractiveData.Core.Types.DataPathExtra
InteractiveData.Core.Types.DataTree
InteractiveData.Core.Types.IDHtmlT
InteractiveData.Core.Types.IDOutMsg
InteractiveData.Core.Types.IDSurface
InteractiveData.Core.Types.IDViewCtx
InteractiveData.Core.Util.RecordProjection
InteractiveData.DataUIs
InteractiveData.DataUIs.Array
InteractiveData.DataUIs.Boolean
InteractiveData.DataUIs.Common
InteractiveData.DataUIs.Generic
InteractiveData.DataUIs.Int
InteractiveData.DataUIs.Json
InteractiveData.DataUIs.Newtype
InteractiveData.DataUIs.Number
InteractiveData.DataUIs.Record
InteractiveData.DataUIs.String
InteractiveData.DataUIs.Trivial
InteractiveData.DataUIs.Types
InteractiveData.DataUIs.Variant
InteractiveData.Entry
InteractiveData.Run
InteractiveData.UI.NumberInput
InteractiveData.UI.Slider