Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
sendValue :: Element -> Event String Source #
The sendValue
event happens whenever the return key is pressed
while the element has focus. Its data is the event value.
scrollToBottom :: Element -> UI () Source #
Scroll to the bottom of an element.