package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Specification of CharacterData objects.

inherit node
method data : Js.js_string Js.t Js.prop
method length : int Js.readonly_prop
method subjs_stringData : int -> int -> Js.js_string Js.t Js.meth
method appendData : Js.js_string Js.t -> unit Js.meth
method insertData : int -> Js.js_string Js.t -> unit Js.meth
method deleteData : int -> int -> unit Js.meth
method replaceData : int -> int -> Js.js_string Js.t -> unit Js.meth