Module
Bonsai.DOM
- Package
- purescript-bonsai
- Repository
- grmble/purescript-bonsai
Bonsai DOM Helpers
#domRequestAnimationFrame Source
domRequestAnimationFrame :: forall eff. Eff (dom :: DOM | eff) Unit -> Eff (dom :: DOM | eff) RequestAnimationFrameIdRequest animation frame
#focusSelectCmd Source
focusSelectCmd :: forall msg eff. ElementId -> Cmd (dom :: DOM | eff) msgCmd that will set the focus and select the input field