Module

Concur.Core.DOM

#el

el :: forall f p v m a. ShiftMap (Widget v) m => Functor f => (f p -> v -> v) -> f (Props p a) -> m a -> m a

Wrap a single widget with a node that can have eventHandlers attached

#elLeaf

elLeaf :: forall f p v m a. LiftWidget v m => Functor f => (f p -> v) -> f (Props p a) -> m a

Promote a leaf node to a widget

#el'

el' :: forall f p v m a. ShiftMap (Widget v) m => MultiAlternative m => Functor f => (f p -> v -> v) -> f (Props p a) -> Array (m a) -> m a

Wrap some widgets with a node that can have eventHandlers attached

Modules