Module
Spork.Html.Core
- Package
- purescript-spork
- Repository
- natefaubion/purescript-spork
#ElementRef Source
type ElementRef = ElemRef Element#ToPropValue Source
class ToPropValue a whereMembers
toPropValue :: a -> PropValue
Instances
ToPropValue StringToPropValue IntToPropValue NumberToPropValue BooleanToPropValue MediaTypeToPropValue CrossOriginValueToPropValue DirValueToPropValue FormMethodToPropValue InputTypeToPropValue KindValueToPropValue OnOffToPropValue OrderedListTypeToPropValue PreloadValueToPropValue ScopeValueToPropValue StepValueToPropValue WrapValue
#memoized Source
memoized :: forall i a. (a -> a -> Boolean) -> (a -> Html i) -> a -> Html iCreates a render function which will lazily render it's subtree
according to the given equality predicate. Arguments determined to be
equal will not be re-rendered. The usage of this function is slightly
Different than lazy in that you must apply it at the top-level of
module.
Re-exports from Halogen.VDom.DOM.Prop
#ElemRef
data ElemRef aConstructors
Created aRemoved a
Instances
Functor ElemRef
Re-exports from Halogen.VDom.Types
#Namespace
newtype NamespaceConstructors
Namespace String
Instances
Newtype Namespace _Eq NamespaceOrd NamespaceGeneric Namespace