Module
DOM.HTML.Indexed
- Package
- purescript-dom-indexed
- Repository
- slamdata/purescript-dom-indexed
#GlobalEvents Source
type GlobalEvents r = (onContextMenu :: Event | r)
#MouseEvents Source
type MouseEvents r = (onClick :: MouseEvent, onDoubleClick :: MouseEvent, onMouseDown :: MouseEvent, onMouseEnter :: MouseEvent, onMouseLeave :: MouseEvent, onMouseMove :: MouseEvent, onMouseOut :: MouseEvent, onMouseOver :: MouseEvent, onMouseUp :: MouseEvent | r)
#TouchEvents Source
type TouchEvents r = (onTouchCancel :: TouchEvent, onTouchEnd :: TouchEvent, onTouchEnter :: TouchEvent, onTouchLeave :: TouchEvent, onTouchMove :: TouchEvent, onTouchStart :: TouchEvent | r)
#KeyEvents Source
type KeyEvents r = (onKeyDown :: KeyboardEvent, onKeyPress :: KeyboardEvent, onKeyUp :: KeyboardEvent | r)
#TransitionEvents Source
type TransitionEvents r = (onTransitionEnd :: Event | r)
#FocusEvents Source
type FocusEvents r = (onBlur :: FocusEvent, onFocus :: FocusEvent, onFocusIn :: FocusEvent, onFocusOut :: FocusEvent | r)
#ClipboardEvents Source
type ClipboardEvents r = (onCopy :: ClipboardEvent, onCut :: ClipboardEvent, onPaste :: ClipboardEvent | r)
#InteractiveEvents Source
type InteractiveEvents r = ClipboardEvents (FocusEvents (TransitionEvents (KeyEvents (PointerEvents (TouchEvents (DragEvents (MouseEvents (onWheel :: WheelEvent | r))))))))
#GlobalProperties Source
type GlobalProperties r = GlobalAttributes (GlobalEvents r)
#Interactive Source
type Interactive r = InteractiveEvents (GlobalProperties r)
#Noninteractive Source
type Noninteractive r = GlobalProperties r
#HTMLabbr Source
type HTMLabbr = Interactive ()
#HTMLaddress Source
type HTMLaddress = Interactive (onScroll :: Event)
#HTMLarticle Source
type HTMLarticle = Interactive ()
#HTMLaside Source
type HTMLaside = Interactive ()
#HTMLaudio Source
type HTMLaudio = Interactive (autoplay :: Boolean, controls :: Boolean, loop :: Boolean, muted :: Boolean, preload :: PreloadValue, src :: String)
#HTMLb Source
type HTMLb = Interactive ()
#HTMLbdi Source
type HTMLbdi = Interactive ()
#HTMLbdo Source
type HTMLbdo = Noninteractive ()
#HTMLblockquote Source
type HTMLblockquote = Interactive (cite :: String, onScroll :: Event)
#HTMLbr Source
type HTMLbr = Noninteractive ()
#HTMLbutton Source
type HTMLbutton = Interactive (autofocus :: Boolean, disabled :: Boolean, form :: String, formAction :: String, formEncType :: MediaType, formMethod :: FormMethod, formNoValidate :: Boolean, formTarget :: String, name :: String, type :: ButtonType, value :: String)
#HTMLcanvas Source
type HTMLcanvas = Interactive (height :: CSSPixel, width :: CSSPixel)
#HTMLcite Source
type HTMLcite = Interactive ()
#HTMLcode Source
type HTMLcode = Interactive ()
#HTMLcol Source
type HTMLcol = Interactive ()
#HTMLcolgroup Source
type HTMLcolgroup = Interactive (span :: Int)
#HTMLcommand Source
type HTMLcommand = Interactive ()
#HTMLdatalist Source
type HTMLdatalist = Interactive ()
#HTMLdd Source
type HTMLdd = Interactive (onScroll :: Event)
#HTMLdetails Source
type HTMLdetails = Interactive (open :: Boolean)
#HTMLdfn Source
type HTMLdfn = Interactive ()
#HTMLdialog Source
type HTMLdialog = Interactive (open :: Boolean)
#HTMLdiv Source
type HTMLdiv = Interactive (onScroll :: Event)
#HTMLdl Source
type HTMLdl = Interactive (onScroll :: Event)
#HTMLdt Source
type HTMLdt = Interactive (onScroll :: Event)
#HTMLem Source
type HTMLem = Interactive ()
#HTMLfieldset Source
type HTMLfieldset = Interactive (disabled :: Boolean, form :: String, name :: String, onScroll :: Event)
#HTMLfigure Source
type HTMLfigure = Interactive ()
#HTMLh1 Source
type HTMLh1 = Interactive (onScroll :: Event)
#HTMLh2 Source
type HTMLh2 = Interactive (onScroll :: Event)
#HTMLh3 Source
type HTMLh3 = Interactive (onScroll :: Event)
#HTMLh4 Source
type HTMLh4 = Interactive (onScroll :: Event)
#HTMLh5 Source
type HTMLh5 = Interactive (onScroll :: Event)
#HTMLh6 Source
type HTMLh6 = Interactive (onScroll :: Event)
#HTMLhead Source
type HTMLhead = Noninteractive ()
#HTMLheader Source
type HTMLheader = Interactive ()
#HTMLhr Source
type HTMLhr = Interactive ()
#HTMLhtml Source
type HTMLhtml = Interactive (manifest :: String, onScroll :: Event, xmlns :: String)
#HTMLi Source
type HTMLi = Interactive ()
#HTMLiframe Source
type HTMLiframe = Noninteractive (height :: CSSPixel, name :: String, onLoad :: Event, sandbox :: String, src :: String, srcDoc :: String, width :: CSSPixel)
#HTMLinput Source
type HTMLinput = Interactive (accept :: InputAcceptType, autocomplete :: OnOff, autofocus :: Boolean, checked :: Boolean, disabled :: Boolean, form :: String, formAction :: String, formEncType :: MediaType, formMethod :: FormMethod, formNoValidate :: Boolean, formTarget :: String, height :: CSSPixel, list :: String, max :: Number, min :: Number, multiple :: Boolean, name :: String, onAbort :: Event, onChange :: Event, onError :: Event, onInput :: Event, onInvalid :: Event, onLoad :: Event, onSearch :: Event, onSelect :: Event, pattern :: String, placeholder :: String, readOnly :: Boolean, required :: Boolean, size :: Int, src :: String, step :: StepValue, type :: InputType, value :: String, width :: CSSPixel)
#HTMLkbd Source
type HTMLkbd = Interactive ()
#HTMLlegend Source
type HTMLlegend = Interactive ()
#HTMLlink Source
type HTMLlink = Noninteractive (crossOrigin :: CrossOriginValue, href :: String, hreflang :: String, media :: String, onLoad :: Event, rel :: String, sizes :: String, type :: MediaType)
#HTMLmain Source
type HTMLmain = Interactive ()
#HTMLmap Source
type HTMLmap = Interactive (name :: String)
#HTMLmark Source
type HTMLmark = Interactive ()
#HTMLnoscript Source
type HTMLnoscript = Interactive ()
#HTMLol Source
type HTMLol = Interactive (onScroll :: Event, reversed :: Boolean, start :: Int, type :: OrderedListType)
#HTMLoptgroup Source
type HTMLoptgroup = Interactive (disabled :: Boolean, label :: String)
#HTMLoption Source
type HTMLoption = Interactive (disabled :: Boolean, label :: String, selected :: Boolean, value :: String)
#HTMLoutput Source
type HTMLoutput = Interactive (for :: String, form :: String, name :: String)
#HTMLp Source
type HTMLp = Interactive (onScroll :: Event)
#HTMLpre Source
type HTMLpre = Interactive (onScroll :: Event)
#HTMLprogress Source
type HTMLprogress = Interactive (max :: Number, value :: Number)
#HTMLq Source
type HTMLq = Interactive (cite :: String)
#HTMLrp Source
type HTMLrp = Interactive ()
#HTMLrt Source
type HTMLrt = Interactive ()
#HTMLruby Source
type HTMLruby = Interactive ()
#HTMLsamp Source
type HTMLsamp = Interactive ()
#HTMLscript Source
type HTMLscript = Noninteractive (async :: Boolean, charset :: String, defer :: Boolean, onError :: Event, onLoad :: Event, src :: String, type :: MediaType)
#HTMLsection Source
type HTMLsection = Interactive ()
#HTMLsmall Source
type HTMLsmall = Interactive ()
#HTMLsource Source
type HTMLsource = Interactive (media :: String, src :: String, type :: MediaType)
#HTMLspan Source
type HTMLspan = Interactive ()
#HTMLstrong Source
type HTMLstrong = Interactive ()
#HTMLsub Source
type HTMLsub = Interactive ()
#HTMLsummary Source
type HTMLsummary = Interactive ()
#HTMLsup Source
type HTMLsup = Interactive ()
#HTMLtable Source
type HTMLtable = Interactive (sortable :: Boolean)
#HTMLtbody Source
type HTMLtbody = Interactive (onScroll :: Event)
#HTMLtextarea Source
type HTMLtextarea = Interactive (autofocus :: Boolean, cols :: Int, disabled :: Boolean, form :: String, maxLength :: Int, name :: String, onChange :: Event, onInput :: Event, onScroll :: Event, onSelect :: Event, placeholder :: String, readOnly :: Boolean, required :: Boolean, rows :: Int, value :: String, wrap :: WrapValue)
#HTMLtfoot Source
type HTMLtfoot = Interactive (onScroll :: Event)
#HTMLth Source
type HTMLth = Interactive (abbr :: String, colSpan :: Int, headers :: String, rowSpan :: Int, scope :: ScopeValue, sorted :: Boolean)
#HTMLthead Source
type HTMLthead = Interactive ()
#HTMLtime Source
type HTMLtime = Interactive (datetime :: DateTime)
#HTMLtitle Source
type HTMLtitle = Noninteractive ()
#HTMLtr Source
type HTMLtr = Interactive ()
#HTMLu Source
type HTMLu = Interactive ()
#HTMLul Source
type HTMLul = Interactive (onScroll :: Event)
#HTMLvar Source
type HTMLvar = Interactive ()
#HTMLwbr Source
type HTMLwbr = Interactive ()
- Modules
- DOM.
HTML. Indexed - DOM.
HTML. Indexed. ButtonType - DOM.
HTML. Indexed. CrossOriginValue - DOM.
HTML. Indexed. DirValue - DOM.
HTML. Indexed. FormMethod - DOM.
HTML. Indexed. InputAcceptType - DOM.
HTML. Indexed. InputType - DOM.
HTML. Indexed. KindValue - DOM.
HTML. Indexed. MenuType - DOM.
HTML. Indexed. MenuitemType - DOM.
HTML. Indexed. OnOff - DOM.
HTML. Indexed. OrderedListType - DOM.
HTML. Indexed. PreloadValue - DOM.
HTML. Indexed. ScopeValue - DOM.
HTML. Indexed. StepValue - DOM.
HTML. Indexed. WrapValue