package jsoo-react

  1. Overview
  2. Docs

Module Dsl.HtmlSource

Sourcemodule Prop : sig ... end
include module type of Prop
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 bool : string -> bool -> 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

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 spellCheck : bool -> t
Sourceval tabIndex : int -> 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 crossOrigin : string -> t
Sourceval cols : int -> t
Sourceval colSpan : int -> t
Sourceval content : string -> t
Sourceval controls : bool -> t
Sourceval coords : 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 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 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 src : string -> t
Sourceval srcDoc : string -> t
Sourceval srcLang : string -> t
Sourceval srcSet : string -> t
Sourceval start : int -> t
Sourceval step : float -> 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

Common

Sourcemodule Context : sig ... end
Sourceval fragment : Ojs.t list -> Ojs.t
Sourceval strict_mode : Ojs.t list -> Ojs.t
Sourceval none : Ojs.t
Sourceval string : string -> Ojs.t
Sourceval int : int -> Ojs.t
Sourceval float : float -> Ojs.t
Sourceval maybe : ('a -> Ojs.t) -> 'a option -> Ojs.t
Sourceval h : string -> Prop.t array -> Ojs.t list -> Ojs.t

HTML elements

Sourceval a : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval abbr : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval address : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval area : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval article : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval aside : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval audio : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval b : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval base : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval bdi : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval bdo : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval big : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval blockquote : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval body : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval br : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval button : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval canvas : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval caption : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval cite : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval code : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval col : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval colgroup : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval data : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval datalist : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval dd : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval del : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval details : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval dfn : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval dialog : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval div : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval dl : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval dt : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval em : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval embed : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval fieldset : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval figcaption : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval figure : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval form : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval h1 : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval h2 : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval h3 : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval h4 : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval h5 : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval h6 : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval head : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval header : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval hr : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval html : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval i : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval iframe : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval img : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval input : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval ins : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval kbd : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval keygen : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval label : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval legend : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval li : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval main : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval map : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval mark : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval menu : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval menuitem : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval meta : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval meter : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval nav : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval noscript : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval object_ : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval ol : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval optgroup : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval option : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval output : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval p : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval param : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval picture : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval pre : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval progress : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval q : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval rp : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval rt : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval ruby : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval s : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval samp : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval script : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval section : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval select : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval small : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval source : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval span : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval strong : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval style : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval sub : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval summary : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval sup : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval table : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval tbody : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval td : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval textarea : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval tfoot : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval th : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval thead : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval time : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval title : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval tr : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval track : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval u : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval ul : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval var : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval video : Prop.t array -> Ojs.t list -> Ojs.t
Sourceval wbr : Prop.t array -> Ojs.t list -> Ojs.t
OCaml

Innovation. Community. Security.