Module

React.DOM.Props

Package
purescript-react
Repository
purescript-contrib/purescript-react

#Props Source

data Props :: Type

#unsafeMkProps Source

unsafeMkProps :: forall val. String -> val -> Props

#unsafeUnfoldProps Source

unsafeUnfoldProps :: forall vals. String -> Record vals -> Props

#unsafePrefixProps Source

unsafePrefixProps :: forall vals. String -> Record vals -> Props

#unsafeFromPropsArray Source

unsafeFromPropsArray :: forall props. Array Props -> props

#aria Source

aria :: forall ariaAttrs. Record ariaAttrs -> Props

#_data Source

_data :: forall dataAttrs. Record dataAttrs -> Props

#style Source

style :: forall style. Record style -> Props

#dangerouslySetInnerHTML Source

#acceptCharset Source

#accessKey Source

#allowFullScreen Source

#allowTransparency Source

#autoComplete Source

#cellPadding Source

#cellSpacing Source

#challenge Source

#className Source

#cols Source

cols :: Int -> Props

#colSpan Source

#contentEditable Source

#contextMenu Source

#crossOrigin Source

#defaultChecked Source

#defaultValue Source

#formAction Source

#formEncType Source

#formMethod Source

#formNoValidate Source

#formTarget Source

#frameBorder Source

#httpEquiv Source

#inputMode Source

#integrity Source

#keyParams Source

#marginHeight Source

#marginWidth Source

#maxLength Source

#mediaGroup Source

#minLength Source

#placeholder Source

#radioGroup Source

#rows Source

rows :: Int -> Props

#rowSpan Source

#scrolling Source

#size Source

size :: Int -> Props

#span Source

span :: Int -> Props

#start Source

#tabIndex Source

#autoCapitalize Source

#autoCorrect Source

#results Source

#unselectable Source

#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

#suppressContentEditableWarning Source

#opacity Source

#fillOpacity Source

#strokeWidth Source