Safe Haskell | None |
---|---|
Language | Haskell98 |
Synopsis
- newtype HydratableT m a = HydratableT {
- runHydratableT :: m a
- makeHydratable :: Reflex t => ElementConfig er t m -> ElementConfig er t m
Documentation
newtype HydratableT m a Source #
A DomBuilder transformer that adds an attribute to all elements such that the hydration builder knows which bits of DOM were added by us, and which were added by external scripts.
HydratableT | |
|
Instances
makeHydratable :: Reflex t => ElementConfig er t m -> ElementConfig er t m Source #