Module

Impulse.DOM.Attrs

Package
purescript-impulse
Repository
mitchdzugan/purescript-impulse

#DOMAttrs Source

type DOMAttrs = { className :: Maybe String, disabled :: Maybe Boolean, href :: Maybe String, id :: Maybe String, rows :: Maybe Int, selected :: Maybe String, style :: Maybe String, type :: Maybe String, value :: Maybe String }

#Attrs Source

type Attrs a = State DOMAttrs a

#selected Source

selected :: forall a. Show a => a -> Attrs Unit