package jsoo-react

  1. Overview
  2. Docs

Module Html.PropSource

Sourceval ariaActivedescendant : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaAtomic : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaAutocomplete : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaBusy : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaChecked : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaColcount : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaColindex : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaColspan : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaControls : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaCurrent : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaDescribedby : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaDetails : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaDisabled : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaDropeffect : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaErrormessage : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaExpanded : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaFlowto : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaGrabbed : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaHaspopup : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaHidden : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaInvalid : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaKeyshortcuts : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaLabel : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaLabelledby : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaLevel : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaLive : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaModal : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaMultiline : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaMultiselectable : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaOrientation : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaOwns : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaPlaceholder : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaPosinset : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaPressed : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaReadonly : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaRelevant : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaRequired : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaRoledescription : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaRowcount : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaRowindex : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaRowspan : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaSelected : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaSetsize : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaSort : string -> React__.Dom_dsl_core.Prop.t
Sourceval ariaValuemax : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaValuemin : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaValuenow : int -> React__.Dom_dsl_core.Prop.t
Sourceval ariaValuetext : string -> React__.Dom_dsl_core.Prop.t
Sourcetype t

Common

Sourceval any : string -> 'a -> t
Sourceval string : string -> string -> t
Sourceval bool : string -> bool -> t
Sourceval int : string -> int -> t
Sourceval float_ : string -> float -> t
Sourceval event : string -> ('a Event.synthetic -> unit) -> t
Sourceval key : string -> t
Sourceval ref_ : Dom.dom_ref -> t

Modifiers

Sourceval maybe : ('a -> t) -> 'a option -> t

HTML props

Sourceval defaultChecked : bool -> t
Sourceval defaultValue : string -> t
Sourceval accessKey : string -> t
Sourceval className : string -> t
Sourceval classNames : string list -> t
Sourceval contentEditable : bool -> t
Sourceval contextMenu : string -> t
Sourceval dir : string -> t
Sourceval draggable : bool -> t
Sourceval hidden : bool -> t
Sourceval id : string -> t
Sourceval lang : string -> t
Sourceval role : string -> t
Sourceval style : Dom.Style.t -> t
Sourceval spellCheck : bool -> t
Sourceval tabIndex : int -> t
Sourceval title : string -> t
Sourceval itemID : string -> t
Sourceval itemProp : string -> t
Sourceval itemRef : string -> t
Sourceval itemScope : bool -> t
Sourceval itemType : string -> t
Sourceval accept : string -> t
Sourceval acceptCharset : string -> t
Sourceval action : string -> t
Sourceval allowFullScreen : bool -> t
Sourceval alt : string -> t
Sourceval async : bool -> t
Sourceval autoComplete : string -> t
Sourceval autoCapitalize : string -> t
Sourceval autoFocus : bool -> t
Sourceval autoPlay : bool -> t
Sourceval challenge : string -> t
Sourceval charSet : string -> t
Sourceval checked : bool -> t
Sourceval cite : string -> t
Sourceval crossOrigin : string -> t
Sourceval cols : int -> t
Sourceval colSpan : int -> t
Sourceval content : string -> t
Sourceval controls : bool -> t
Sourceval coords : string -> t
Sourceval data : string -> t
Sourceval dateTime : string -> t
Sourceval default : bool -> t
Sourceval defer : bool -> t
Sourceval disabled : bool -> t
Sourceval download : string -> t
Sourceval encType : string -> t
Sourceval form : string -> t
Sourceval formAction : string -> t
Sourceval formTarget : string -> t
Sourceval formMethod : string -> t
Sourceval headers : string -> t
Sourceval height : string -> t
Sourceval high : int -> t
Sourceval href : string -> t
Sourceval hrefLang : string -> t
Sourceval htmlFor : string -> t
Sourceval httpEquiv : string -> t
Sourceval icon : string -> t
Sourceval inputMode : string -> t
Sourceval integrity : string -> t
Sourceval keyType : string -> t
Sourceval kind : string -> t
Sourceval label : string -> t
Sourceval list : string -> t
Sourceval loop : bool -> t
Sourceval low : int -> t
Sourceval manifest : string -> t
Sourceval max : string -> t
Sourceval maxLength : int -> t
Sourceval media : string -> t
Sourceval mediaGroup : string -> t
Sourceval method_ : string -> t
Sourceval min : string -> t
Sourceval minLength : int -> t
Sourceval multiple : bool -> t
Sourceval muted : bool -> t
Sourceval name : string -> t
Sourceval nonce : string -> t
Sourceval noValidate : bool -> t
Sourceval open_ : bool -> t
Sourceval optimum : int -> t
Sourceval pattern : string -> t
Sourceval placeholder : string -> t
Sourceval playsInline : bool -> t
Sourceval poster : string -> t
Sourceval preload : string -> t
Sourceval radioGroup : string -> t
Sourceval readOnly : bool -> t
Sourceval rel : string -> t
Sourceval required : bool -> t
Sourceval reversed : bool -> t
Sourceval rows : int -> t
Sourceval rowSpan : int -> t
Sourceval sandbox : string -> t
Sourceval scope : string -> t
Sourceval scoped : bool -> t
Sourceval scrolling : string -> t
Sourceval selected : bool -> t
Sourceval shape : string -> t
Sourceval size : int -> t
Sourceval sizes : string -> t
Sourceval span : int -> t
Sourceval src : string -> t
Sourceval srcDoc : string -> t
Sourceval srcLang : string -> t
Sourceval srcSet : string -> t
Sourceval start : int -> t
Sourceval step : float -> t
Sourceval summary : string -> t
Sourceval target : string -> t
Sourceval type_ : string -> t
Sourceval useMap : string -> t
Sourceval value : string -> t
Sourceval width : string -> t
Sourceval wrap : string -> t
Sourceval onCopy : (Event.Clipboard.t -> unit) -> t
Sourceval onCut : (Event.Clipboard.t -> unit) -> t
Sourceval onPaste : (Event.Clipboard.t -> unit) -> t
Sourceval onCompositionEnd : (Event.Composition.t -> unit) -> t
Sourceval onCompositionStart : (Event.Composition.t -> unit) -> t
Sourceval onCompositionUpdate : (Event.Composition.t -> unit) -> t
Sourceval onKeyDown : (Event.Keyboard.t -> unit) -> t
Sourceval onKeyPress : (Event.Keyboard.t -> unit) -> t
Sourceval onKeyUp : (Event.Keyboard.t -> unit) -> t
Sourceval onFocus : (Event.Focus.t -> unit) -> t
Sourceval onBlur : (Event.Focus.t -> unit) -> t
Sourceval onChange : (Event.Form.t -> unit) -> t
Sourceval onInput : (Event.Form.t -> unit) -> t
Sourceval onSubmit : (Event.Form.t -> unit) -> t
Sourceval onInvalid : (Event.Form.t -> unit) -> t
Sourceval onClick : (Event.Mouse.t -> unit) -> t
Sourceval onContextMenu : (Event.Mouse.t -> unit) -> t
Sourceval onDoubleClick : (Event.Mouse.t -> unit) -> t
Sourceval onDrag : (Event.Mouse.t -> unit) -> t
Sourceval onDragEnd : (Event.Mouse.t -> unit) -> t
Sourceval onDragEnter : (Event.Mouse.t -> unit) -> t
Sourceval onDragExit : (Event.Mouse.t -> unit) -> t
Sourceval onDragLeave : (Event.Mouse.t -> unit) -> t
Sourceval onDragOver : (Event.Mouse.t -> unit) -> t
Sourceval onDragStart : (Event.Mouse.t -> unit) -> t
Sourceval onDrop : (Event.Mouse.t -> unit) -> t
Sourceval onMouseDown : (Event.Mouse.t -> unit) -> t
Sourceval onMouseEnter : (Event.Mouse.t -> unit) -> t
Sourceval onMouseLeave : (Event.Mouse.t -> unit) -> t
Sourceval onMouseMove : (Event.Mouse.t -> unit) -> t
Sourceval onMouseOut : (Event.Mouse.t -> unit) -> t
Sourceval onMouseOver : (Event.Mouse.t -> unit) -> t
Sourceval onMouseUp : (Event.Mouse.t -> unit) -> t
Sourceval onSelect : (Event.Selection.t -> unit) -> t
Sourceval onTouchCancel : (Event.Touch.t -> unit) -> t
Sourceval onTouchEnd : (Event.Touch.t -> unit) -> t
Sourceval onTouchMove : (Event.Touch.t -> unit) -> t
Sourceval onTouchStart : (Event.Touch.t -> unit) -> t
Sourceval onPointerOver : (Event.Pointer.t -> unit) -> t
Sourceval onPointerEnter : (Event.Pointer.t -> unit) -> t
Sourceval onPointerDown : (Event.Pointer.t -> unit) -> t
Sourceval onPointerMove : (Event.Pointer.t -> unit) -> t
Sourceval onPointerUp : (Event.Pointer.t -> unit) -> t
Sourceval onPointerCancel : (Event.Pointer.t -> unit) -> t
Sourceval onPointerOut : (Event.Pointer.t -> unit) -> t
Sourceval onPointerLeave : (Event.Pointer.t -> unit) -> t
Sourceval onGotPointerCapture : (Event.Pointer.t -> unit) -> t
Sourceval onLostPointerCapture : (Event.Pointer.t -> unit) -> t
Sourceval onScroll : (Event.UI.t -> unit) -> t
Sourceval onWheel : (Event.Wheel.t -> unit) -> t
Sourceval onAbort : (Event.Media.t -> unit) -> t
Sourceval onCanPlay : (Event.Media.t -> unit) -> t
Sourceval onCanPlayThrough : (Event.Media.t -> unit) -> t
Sourceval onDurationChange : (Event.Media.t -> unit) -> t
Sourceval onEmptied : (Event.Media.t -> unit) -> t
Sourceval onEncrypted : (Event.Media.t -> unit) -> t
Sourceval onEnded : (Event.Media.t -> unit) -> t
Sourceval onError : (Event.Media.t -> unit) -> t
Sourceval onLoadedData : (Event.Media.t -> unit) -> t
Sourceval onLoadedMetadata : (Event.Media.t -> unit) -> t
Sourceval onLoadStart : (Event.Media.t -> unit) -> t
Sourceval onPause : (Event.Media.t -> unit) -> t
Sourceval onPlay : (Event.Media.t -> unit) -> t
Sourceval onPlaying : (Event.Media.t -> unit) -> t
Sourceval onProgress : (Event.Media.t -> unit) -> t
Sourceval onRateChange : (Event.Media.t -> unit) -> t
Sourceval onSeeked : (Event.Media.t -> unit) -> t
Sourceval onSeeking : (Event.Media.t -> unit) -> t
Sourceval onStalled : (Event.Media.t -> unit) -> t
Sourceval onSuspend : (Event.Media.t -> unit) -> t
Sourceval onTimeUpdate : (Event.Media.t -> unit) -> t
Sourceval onVolumeChange : (Event.Media.t -> unit) -> t
Sourceval onWaiting : (Event.Media.t -> unit) -> t
Sourceval onLoad : (Event.Image.t -> unit) -> t
Sourceval onAnimationStart : (Event.Animation.t -> unit) -> t
Sourceval onAnimationEnd : (Event.Animation.t -> unit) -> t
Sourceval onAnimationIteration : (Event.Animation.t -> unit) -> t
Sourceval onTransitionEnd : (Event.Transition.t -> unit) -> t
Sourceval dangerouslySetInnerHTML : Dom.SafeString.t -> t
Sourceval suppressContentEditableWarning : bool -> t
OCaml

Innovation. Community. Security.