Module

Props

Package
purescript-refract
Repository
pkamenarsky/purescript-refract

#aria Source

aria :: forall st eff ariaAttrs. Record ariaAttrs -> Props eff st

#_data Source

_data :: forall st eff dataAttrs. Record dataAttrs -> Props eff st

#style Source

style :: forall st eff style. Record style -> Props eff st

#dangerouslySetInnerHTML Source

dangerouslySetInnerHTML :: forall st eff. { __html :: String } -> Props eff st

#accept Source

accept :: forall st eff. String -> Props eff st

#acceptCharset Source

acceptCharset :: forall st eff. String -> Props eff st

#accessKey Source

accessKey :: forall st eff. String -> Props eff st

#action Source

action :: forall st eff. String -> Props eff st

#allowFullScreen Source

allowFullScreen :: forall st eff. Boolean -> Props eff st

#allowTransparency Source

allowTransparency :: forall st eff. Boolean -> Props eff st

#alt Source

alt :: forall st eff. String -> Props eff st

#async Source

async :: forall st eff. Boolean -> Props eff st

#autoComplete Source

autoComplete :: forall st eff. String -> Props eff st

#autoFocus Source

autoFocus :: forall st eff. Boolean -> Props eff st

#autoPlay Source

autoPlay :: forall st eff. Boolean -> Props eff st

#capture Source

capture :: forall st eff. Boolean -> Props eff st

#cellPadding Source

cellPadding :: forall st eff. String -> Props eff st

#cellSpacing Source

cellSpacing :: forall st eff. String -> Props eff st

#charSet Source

charSet :: forall st eff. String -> Props eff st

#challenge Source

challenge :: forall st eff. String -> Props eff st

#checked Source

checked :: forall st eff. Boolean -> Props eff st

#cite Source

cite :: forall st eff. String -> Props eff st

#classID Source

classID :: forall st eff. String -> Props eff st

#className Source

className :: forall st eff. String -> Props eff st

#cols Source

cols :: forall st eff. Int -> Props eff st

#colSpan Source

colSpan :: forall st eff. Int -> Props eff st

#content Source

content :: forall st eff. String -> Props eff st

#contentEditable Source

contentEditable :: forall st eff. Boolean -> Props eff st

#contextMenu Source

contextMenu :: forall st eff. String -> Props eff st

#controls Source

controls :: forall st eff. Boolean -> Props eff st

#coords Source

coords :: forall st eff. String -> Props eff st

#crossOrigin Source

crossOrigin :: forall st eff. String -> Props eff st

#dateTime Source

dateTime :: forall st eff. String -> Props eff st

#default Source

default :: forall st eff. Boolean -> Props eff st

#defaultChecked Source

defaultChecked :: forall st eff. Boolean -> Props eff st

#defaultValue Source

defaultValue :: forall st eff. String -> Props eff st

#defer Source

defer :: forall st eff. Boolean -> Props eff st

#dir Source

dir :: forall st eff. String -> Props eff st

#disabled Source

disabled :: forall st eff. Boolean -> Props eff st

#download Source

download :: forall st eff. String -> Props eff st

#draggable Source

draggable :: forall st eff. Boolean -> Props eff st

#encType Source

encType :: forall st eff. String -> Props eff st

#form Source

form :: forall st eff. String -> Props eff st

#formAction Source

formAction :: forall st eff. String -> Props eff st

#formEncType Source

formEncType :: forall st eff. String -> Props eff st

#formMethod Source

formMethod :: forall st eff. String -> Props eff st

#formNoValidate Source

formNoValidate :: forall st eff. Boolean -> Props eff st

#formTarget Source

formTarget :: forall st eff. String -> Props eff st

#frameBorder Source

frameBorder :: forall st eff. String -> Props eff st

#headers Source

headers :: forall st eff. String -> Props eff st

#height Source

height :: forall st eff. String -> Props eff st

#hidden Source

hidden :: forall st eff. Boolean -> Props eff st

#high Source

high :: forall st eff. String -> Props eff st

#href Source

href :: forall st eff. String -> Props eff st

#hrefLang Source

hrefLang :: forall st eff. String -> Props eff st

#htmlFor Source

htmlFor :: forall st eff. String -> Props eff st

#httpEquiv Source

httpEquiv :: forall st eff. String -> Props eff st

#icon Source

icon :: forall st eff. String -> Props eff st

#_id Source

_id :: forall st eff. String -> Props eff st

#inputMode Source

inputMode :: forall st eff. String -> Props eff st

#integrity Source

integrity :: forall st eff. String -> Props eff st

#is Source

is :: forall st eff. String -> Props eff st

#key Source

key :: forall st eff. String -> Props eff st

#keyParams Source

keyParams :: forall st eff. String -> Props eff st

#keyType Source

keyType :: forall st eff. String -> Props eff st

#kind Source

kind :: forall st eff. String -> Props eff st

#label Source

label :: forall st eff. String -> Props eff st

#lang Source

lang :: forall st eff. String -> Props eff st

#list Source

list :: forall st eff. String -> Props eff st

#loop Source

loop :: forall st eff. Boolean -> Props eff st

#low Source

low :: forall st eff. String -> Props eff st

#manifest Source

manifest :: forall st eff. String -> Props eff st

#marginHeight Source

marginHeight :: forall st eff. String -> Props eff st

#marginWidth Source

marginWidth :: forall st eff. String -> Props eff st

#max Source

max :: forall st eff. String -> Props eff st

#maxLength Source

maxLength :: forall st eff. String -> Props eff st

#media Source

media :: forall st eff. String -> Props eff st

#mediaGroup Source

mediaGroup :: forall st eff. String -> Props eff st

#method Source

method :: forall st eff. String -> Props eff st

#min Source

min :: forall st eff. String -> Props eff st

#minLength Source

minLength :: forall st eff. String -> Props eff st

#multiple Source

multiple :: forall st eff. Boolean -> Props eff st

#muted Source

muted :: forall st eff. Boolean -> Props eff st

#name Source

name :: forall st eff. String -> Props eff st

#nonce Source

nonce :: forall st eff. String -> Props eff st

#noValidate Source

noValidate :: forall st eff. Boolean -> Props eff st

#open Source

open :: forall st eff. Boolean -> Props eff st

#optimum Source

optimum :: forall st eff. String -> Props eff st

#pattern Source

pattern :: forall st eff. String -> Props eff st

#placeholder Source

placeholder :: forall st eff. String -> Props eff st

#poster Source

poster :: forall st eff. String -> Props eff st

#preload Source

preload :: forall st eff. String -> Props eff st

#profile Source

profile :: forall st eff. String -> Props eff st

#radioGroup Source

radioGroup :: forall st eff. String -> Props eff st

#readOnly Source

readOnly :: forall st eff. Boolean -> Props eff st

#rel Source

rel :: forall st eff. String -> Props eff st

#required Source

required :: forall st eff. Boolean -> Props eff st

#reversed Source

reversed :: forall st eff. Boolean -> Props eff st

#role Source

role :: forall st eff. String -> Props eff st

#rows Source

rows :: forall st eff. Int -> Props eff st

#rowSpan Source

rowSpan :: forall st eff. Int -> Props eff st

#sandbox Source

sandbox :: forall st eff. String -> Props eff st

#scope Source

scope :: forall st eff. String -> Props eff st

#scoped Source

scoped :: forall st eff. Boolean -> Props eff st

#scrolling Source

scrolling :: forall st eff. String -> Props eff st

#seamless Source

seamless :: forall st eff. Boolean -> Props eff st

#selected Source

selected :: forall st eff. Boolean -> Props eff st

#shape Source

shape :: forall st eff. String -> Props eff st

#size Source

size :: forall st eff. Int -> Props eff st

#sizes Source

sizes :: forall st eff. String -> Props eff st

#span Source

span :: forall st eff. Int -> Props eff st

#spellCheck Source

spellCheck :: forall st eff. Boolean -> Props eff st

#src Source

src :: forall st eff. String -> Props eff st

#srcDoc Source

srcDoc :: forall st eff. String -> Props eff st

#srcLang Source

srcLang :: forall st eff. String -> Props eff st

#srcSet Source

srcSet :: forall st eff. String -> Props eff st

#start Source

start :: forall st eff. Int -> Props eff st

#step Source

step :: forall st eff. String -> Props eff st

#summary Source

summary :: forall st eff. String -> Props eff st

#tabIndex Source

tabIndex :: forall st eff. Int -> Props eff st

#target Source

target :: forall st eff. String -> Props eff st

#title Source

title :: forall st eff. String -> Props eff st

#_type Source

_type :: forall st eff. String -> Props eff st

#useMap Source

useMap :: forall st eff. String -> Props eff st

#value Source

value :: forall st eff. String -> Props eff st

#width Source

width :: forall st eff. String -> Props eff st

#wmode Source

wmode :: forall st eff. String -> Props eff st

#wrap Source

wrap :: forall st eff. String -> Props eff st

#about Source

about :: forall st eff. String -> Props eff st

#datatype Source

datatype :: forall st eff. String -> Props eff st

#inlist Source

inlist :: forall st eff. String -> Props eff st

#prefix Source

prefix :: forall st eff. String -> Props eff st

#property Source

property :: forall st eff. String -> Props eff st

#resource Source

resource :: forall st eff. String -> Props eff st

#typeof Source

typeof :: forall st eff. String -> Props eff st

#vocab Source

vocab :: forall st eff. String -> Props eff st

#autoCapitalize Source

autoCapitalize :: forall st eff. String -> Props eff st

#autoCorrect Source

autoCorrect :: forall st eff. String -> Props eff st

#autoSave Source

autoSave :: forall st eff. String -> Props eff st

#color Source

color :: forall st eff. String -> Props eff st

#itemProp Source

itemProp :: forall st eff. String -> Props eff st

#itemScope Source

itemScope :: forall st eff. Boolean -> Props eff st

#itemType Source

itemType :: forall st eff. String -> Props eff st

#itemID Source

itemID :: forall st eff. String -> Props eff st

#itemRef Source

itemRef :: forall st eff. String -> Props eff st

#results Source

results :: forall st eff. Int -> Props eff st

#security Source

security :: forall st eff. String -> Props eff st

#unselectable Source

unselectable :: forall st eff. Boolean -> Props eff st

#onAnimationStart Source

onAnimationStart :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onAnimationEnd Source

onAnimationEnd :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onAnimationIteration Source

onAnimationIteration :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onTransitionEnd Source

onTransitionEnd :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onLoad Source

onLoad :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onCopy Source

onCopy :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onCut Source

onCut :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onPaste Source

onPaste :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onKeyDown Source

onKeyDown :: forall st eff. (KeyboardEvent -> Effect eff st Unit) -> Props eff st

#onKeyPress Source

onKeyPress :: forall st eff. (KeyboardEvent -> Effect eff st Unit) -> Props eff st

#onKeyUp Source

onKeyUp :: forall st eff. (KeyboardEvent -> Effect eff st Unit) -> Props eff st

#onFocus Source

onFocus :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onBlur Source

onBlur :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onChange Source

onChange :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onInput Source

onInput :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onInvalid Source

onInvalid :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onSubmit Source

onSubmit :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onClick Source

onClick :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDoubleClick Source

onDoubleClick :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDrag Source

onDrag :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDragEnd Source

onDragEnd :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDragEnter Source

onDragEnter :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDragExit Source

onDragExit :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDragLeave Source

onDragLeave :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDragOver Source

onDragOver :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDragStart Source

onDragStart :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onDrop Source

onDrop :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onMouseDown Source

onMouseDown :: forall st eff. (MouseEvent -> Effect eff st Unit) -> Props eff st

#onMouseEnter Source

onMouseEnter :: forall st eff. (MouseEvent -> Effect eff st Unit) -> Props eff st

#onMouseLeave Source

onMouseLeave :: forall st eff. (MouseEvent -> Effect eff st Unit) -> Props eff st

#onMouseMove Source

onMouseMove :: forall st eff. (MouseEvent -> Effect eff st Unit) -> Props eff st

#onMouseOut Source

onMouseOut :: forall st eff. (MouseEvent -> Effect eff st Unit) -> Props eff st

#onMouseOver Source

onMouseOver :: forall st eff. (MouseEvent -> Effect eff st Unit) -> Props eff st

#onMouseUp Source

onMouseUp :: forall st eff. (MouseEvent -> Effect eff st Unit) -> Props eff st

#onTouchCancel Source

onTouchCancel :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onTouchEnd Source

onTouchEnd :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onTouchMove Source

onTouchMove :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onTouchStart Source

onTouchStart :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onScroll Source

onScroll :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#onWheel Source

onWheel :: forall st eff. (Event -> Effect eff st Unit) -> Props eff st

#suppressContentEditableWarning Source

suppressContentEditableWarning :: forall st eff. Boolean -> Props eff st

#x Source

x :: forall st eff. Int -> Props eff st

#y Source

y :: forall st eff. Int -> Props eff st

#cx Source

cx :: forall st eff. Int -> Props eff st

#cy Source

cy :: forall st eff. Int -> Props eff st

#r Source

r :: forall st eff. Int -> Props eff st

#fill Source

fill :: forall st eff. String -> Props eff st

#opacity Source

opacity :: forall st eff. Int -> Props eff st

#fillOpacity Source

fillOpacity :: forall st eff. Int -> Props eff st

#stroke Source

stroke :: forall st eff. String -> Props eff st

#strokeWidth Source

strokeWidth :: forall st eff. Int -> Props eff st

#points Source

points :: forall st eff. String -> Props eff st

#d Source

d :: forall st eff. String -> Props eff st

#viewBox Source

viewBox :: forall st eff. String -> Props eff st

#unsafeEventConvert Source

unsafeEventConvert :: forall a. Event -> a

#onEnter Source

onEnter :: forall st eff. Effect eff st Unit -> Props eff st

#onEscape Source

onEscape :: forall st eff. Effect eff st Unit -> Props eff st