Class type Js_of_ocaml__Dom_html.range
Object representing a range *
method collapsed : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod startOffset : int Js_of_ocaml.Js.readonly_propmethod endOffset : int Js_of_ocaml.Js.readonly_propmethod startContainer : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod endContainer : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod setStart : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> int -> unit Js_of_ocaml.Js.methmethod setEnd : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> int -> unit Js_of_ocaml.Js.methmethod setStartBefore : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod setEndBefore : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod setStartAfter : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod setEndAfter : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod selectNode : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod selectNodeContents : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod collapse : bool Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod cloneContents : Js_of_ocaml.Dom.documentFragment Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod extractContents : Js_of_ocaml.Dom.documentFragment Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod deleteContents : unit Js_of_ocaml.Js.methmethod insertNode : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod surroundContents : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod cloneRange : range Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod toString : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.meth