Module
React.DOM.Props
- Package
- purescript-react
- Repository
- purescript-contrib/purescript-react
#unsafeMkProps Source
unsafeMkProps :: forall val. String -> val -> Props
#unsafeFromPropsArray Source
unsafeFromPropsArray :: forall props. Array Props -> props
#dangerouslySetInnerHTML Source
dangerouslySetInnerHTML :: { __html :: String } -> Props
#acceptCharset Source
acceptCharset :: String -> Props
#allowFullScreen Source
allowFullScreen :: Boolean -> Props
#allowTransparency Source
allowTransparency :: Boolean -> Props
#autoComplete Source
autoComplete :: String -> Props
#cellPadding Source
cellPadding :: String -> Props
#cellSpacing Source
cellSpacing :: String -> Props
#contentEditable Source
contentEditable :: Boolean -> Props
#contextMenu Source
contextMenu :: String -> Props
#crossOrigin Source
crossOrigin :: String -> Props
#defaultChecked Source
defaultChecked :: Boolean -> Props
#defaultValue Source
defaultValue :: String -> Props
#formAction Source
formAction :: String -> Props
#formEncType Source
formEncType :: String -> Props
#formMethod Source
formMethod :: String -> Props
#formNoValidate Source
formNoValidate :: Boolean -> Props
#formTarget Source
formTarget :: String -> Props
#frameBorder Source
frameBorder :: String -> Props
#marginHeight Source
marginHeight :: String -> Props
#marginWidth Source
marginWidth :: String -> Props
#mediaGroup Source
mediaGroup :: String -> Props
#noValidate Source
noValidate :: Boolean -> Props
#placeholder Source
placeholder :: String -> Props
#radioGroup Source
radioGroup :: String -> Props
#spellCheck Source
spellCheck :: Boolean -> Props
#autoCapitalize Source
autoCapitalize :: String -> Props
#autoCorrect Source
autoCorrect :: String -> Props
#unselectable Source
unselectable :: Boolean -> Props
#onAnimationStart Source
onAnimationStart :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onAnimationEnd Source
onAnimationEnd :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onAnimationIteration Source
onAnimationIteration :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onTransitionEnd Source
onTransitionEnd :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onLoad Source
onLoad :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onCopy Source
onCopy :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onCut Source
onCut :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onPaste Source
onPaste :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onKeyDown Source
onKeyDown :: forall result state props eff. (KeyboardEvent -> EventHandlerContext eff props state result) -> Props
#onKeyPress Source
onKeyPress :: forall result state props eff. (KeyboardEvent -> EventHandlerContext eff props state result) -> Props
#onKeyUp Source
onKeyUp :: forall result state props eff. (KeyboardEvent -> EventHandlerContext eff props state result) -> Props
#onFocus Source
onFocus :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onBlur Source
onBlur :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onChange Source
onChange :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onInput Source
onInput :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onInvalid Source
onInvalid :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onSubmit Source
onSubmit :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onClick Source
onClick :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDoubleClick Source
onDoubleClick :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDrag Source
onDrag :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDragEnd Source
onDragEnd :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDragEnter Source
onDragEnter :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDragExit Source
onDragExit :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDragLeave Source
onDragLeave :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDragOver Source
onDragOver :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDragStart Source
onDragStart :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onDrop Source
onDrop :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onMouseDown Source
onMouseDown :: forall result state props eff. (MouseEvent -> EventHandlerContext eff props state result) -> Props
#onMouseEnter Source
onMouseEnter :: forall result state props eff. (MouseEvent -> EventHandlerContext eff props state result) -> Props
#onMouseLeave Source
onMouseLeave :: forall result state props eff. (MouseEvent -> EventHandlerContext eff props state result) -> Props
#onMouseMove Source
onMouseMove :: forall result state props eff. (MouseEvent -> EventHandlerContext eff props state result) -> Props
#onMouseOut Source
onMouseOut :: forall result state props eff. (MouseEvent -> EventHandlerContext eff props state result) -> Props
#onMouseOver Source
onMouseOver :: forall result state props eff. (MouseEvent -> EventHandlerContext eff props state result) -> Props
#onMouseUp Source
onMouseUp :: forall result state props eff. (MouseEvent -> EventHandlerContext eff props state result) -> Props
#onTouchCancel Source
onTouchCancel :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onTouchEnd Source
onTouchEnd :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onTouchMove Source
onTouchMove :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onTouchStart Source
onTouchStart :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onScroll Source
onScroll :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#onWheel Source
onWheel :: forall result state props eff. (Event -> EventHandlerContext eff props state result) -> Props
#fillOpacity Source
fillOpacity :: Int -> Props
#strokeWidth Source
strokeWidth :: Int -> Props