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 :: (SyntheticAnimationEvent -> Effect Unit) -> Props
#onAnimationEnd Source
onAnimationEnd :: (SyntheticAnimationEvent -> Effect Unit) -> Props
#onAnimationIteration Source
onAnimationIteration :: (SyntheticAnimationEvent -> Effect Unit) -> Props
#onTransitionEnd Source
onTransitionEnd :: (SyntheticTransitionEvent -> Effect Unit) -> Props
#onCanPlayThrough Source
onCanPlayThrough :: (SyntheticEvent -> Effect Unit) -> Props
#onDurationChange Source
onDurationChange :: (SyntheticEvent -> Effect Unit) -> Props
#onEncrypted Source
onEncrypted :: (SyntheticEvent -> Effect Unit) -> Props
#onLoadedData Source
onLoadedData :: (SyntheticEvent -> Effect Unit) -> Props
#onLoadedMetadata Source
onLoadedMetadata :: (SyntheticEvent -> Effect Unit) -> Props
#onLoadStart Source
onLoadStart :: (SyntheticEvent -> Effect Unit) -> Props
#onProgress Source
onProgress :: (SyntheticEvent -> Effect Unit) -> Props
#onRateChange Source
onRateChange :: (SyntheticEvent -> Effect Unit) -> Props
#onTimeUpdate Source
onTimeUpdate :: (SyntheticEvent -> Effect Unit) -> Props
#onVolumeChange Source
onVolumeChange :: (SyntheticEvent -> Effect Unit) -> Props
#onCompositionEnd Source
onCompositionEnd :: (SyntheticCompositionEvent -> Effect Unit) -> Props
#onCompositionStart Source
onCompositionStart :: (SyntheticCompositionEvent -> Effect Unit) -> Props
#onCompositionUpdate Source
onCompositionUpdate :: (SyntheticCompositionEvent -> Effect Unit) -> Props
#onKeyPress Source
onKeyPress :: (SyntheticKeyboardEvent -> Effect Unit) -> Props
#onContextMenu Source
onContextMenu :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDoubleClick Source
onDoubleClick :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragEnter Source
onDragEnter :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragExit Source
onDragExit :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragLeave Source
onDragLeave :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragOver Source
onDragOver :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragStart Source
onDragStart :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseDown Source
onMouseDown :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseEnter Source
onMouseEnter :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseLeave Source
onMouseLeave :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseMove Source
onMouseMove :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseOut Source
onMouseOut :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseOver Source
onMouseOver :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onTouchCancel Source
onTouchCancel :: (SyntheticTouchEvent -> Effect Unit) -> Props
#onTouchEnd Source
onTouchEnd :: (SyntheticTouchEvent -> Effect Unit) -> Props
#onTouchMove Source
onTouchMove :: (SyntheticTouchEvent -> Effect Unit) -> Props
#onTouchStart Source
onTouchStart :: (SyntheticTouchEvent -> Effect Unit) -> Props
#onAnimationEndCapture Source
onAnimationEndCapture :: (SyntheticAnimationEvent -> Effect Unit) -> Props
#onToggleCapture Source
onToggleCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onErrorCapture Source
onErrorCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onLoadCapture Source
onLoadCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onAbortCapture Source
onAbortCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onCanPlayCapture Source
onCanPlayCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onCanPlayThroughCapture Source
onCanPlayThroughCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onDurationChangeCapture Source
onDurationChangeCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onEmptiedCapture Source
onEmptiedCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onEncryptedCapture Source
onEncryptedCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onEndedCapture Source
onEndedCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onLoadedDataCapture Source
onLoadedDataCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onLoadedMetadataCapture Source
onLoadedMetadataCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onLoadStartCapture Source
onLoadStartCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onPauseCapture Source
onPauseCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onPlayCapture Source
onPlayCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onPlayingCapture Source
onPlayingCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onProgressCapture Source
onProgressCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onRateChangeCapture Source
onRateChangeCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onSeekedCapture Source
onSeekedCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onSeekingCapture Source
onSeekingCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onStalledCapture Source
onStalledCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onSuspendCapture Source
onSuspendCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onTimeUpdateCapture Source
onTimeUpdateCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onVolumeChangeCapture Source
onVolumeChangeCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onWaitingCapture Source
onWaitingCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onCopyCapture Source
onCopyCapture :: (SyntheticClipboardEvent -> Effect Unit) -> Props
#onCutCapture Source
onCutCapture :: (SyntheticClipboardEvent -> Effect Unit) -> Props
#onPasteCapture Source
onPasteCapture :: (SyntheticClipboardEvent -> Effect Unit) -> Props
#onKeyDownCapture Source
onKeyDownCapture :: (SyntheticKeyboardEvent -> Effect Unit) -> Props
#onKeyPressCapture Source
onKeyPressCapture :: (SyntheticKeyboardEvent -> Effect Unit) -> Props
#onKeyUpCapture Source
onKeyUpCapture :: (SyntheticKeyboardEvent -> Effect Unit) -> Props
#onFocusCapture Source
onFocusCapture :: (SyntheticFocusEvent -> Effect Unit) -> Props
#onBlurCapture Source
onBlurCapture :: (SyntheticFocusEvent -> Effect Unit) -> Props
#onChangeCapture Source
onChangeCapture :: (SyntheticInputEvent -> Effect Unit) -> Props
#onInputCapture Source
onInputCapture :: (SyntheticInputEvent -> Effect Unit) -> Props
#onInvalidCapture Source
onInvalidCapture :: (SyntheticInputEvent -> Effect Unit) -> Props
#onSubmitCapture Source
onSubmitCapture :: (SyntheticInputEvent -> Effect Unit) -> Props
#onClickCapture Source
onClickCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onContextMenuCapture Source
onContextMenuCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDoubleClickCapture Source
onDoubleClickCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragCapture Source
onDragCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragEndCapture Source
onDragEndCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragEnterCapture Source
onDragEnterCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragExitCapture Source
onDragExitCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragLeaveCapture Source
onDragLeaveCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragOverCapture Source
onDragOverCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDragStartCapture Source
onDragStartCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onDropCapture Source
onDropCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseDownCapture Source
onMouseDownCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseEnterCapture Source
onMouseEnterCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseLeaveCapture Source
onMouseLeaveCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseMoveCapture Source
onMouseMoveCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseOutCapture Source
onMouseOutCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseOverCapture Source
onMouseOverCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onMouseUpCapture Source
onMouseUpCapture :: (SyntheticMouseEvent -> Effect Unit) -> Props
#onSelectCapture Source
onSelectCapture :: (SyntheticEvent -> Effect Unit) -> Props
#onTouchCancelCapture Source
onTouchCancelCapture :: (SyntheticTouchEvent -> Effect Unit) -> Props
#onTouchEndCapture Source
onTouchEndCapture :: (SyntheticTouchEvent -> Effect Unit) -> Props
#onTouchMoveCapture Source
onTouchMoveCapture :: (SyntheticTouchEvent -> Effect Unit) -> Props
#onTouchStartCapture Source
onTouchStartCapture :: (SyntheticTouchEvent -> Effect Unit) -> Props
#onScrollCapture Source
onScrollCapture :: (SyntheticUIEvent -> Effect Unit) -> Props
#onWheelCapture Source
onWheelCapture :: (SyntheticWheelEvent -> Effect Unit) -> Props
#fillOpacity Source
fillOpacity :: Int -> Props
#strokeWidth Source
strokeWidth :: Int -> Props