Module

Concur.Core.DOM

Package
purescript-concur-core
Repository
purescript-concur/purescript-concur-core

#el Source

el :: forall a m v p f. 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 Source

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

Promote a leaf node to a widget

#el' Source

el' :: forall a m v p f. 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