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 Boolean, style :: Maybe String, type :: Maybe String, value :: Maybe String }

#className Source

#rows Source

rows :: Int -> Attrs

#attr_value Source

#attr_type Source