Index of types


A
any [Js.Unsafe]
Top type.

C
callback [Js]
Type of callback functions intended to be called without a meaningful this implicit parameter.
canceller [Event_arrows]
canvasPattern [Dom_html]
constr [Js]
A value of type (t1 -> ... -> tn -> t Js.t) Js.constr is a Javascript constructor expecting n arguments of types t1 to tn and returning a Javascript object of type t Js.t.
context [Dom_html]

E
event_listener [Dom_html]
The type of event listener functions.
event_listener_id [Dom_html]

F
file_any [File]
file_url [Url]
The type for local file urls.
float_prop [Js]
Type of float properties: you can set them to an OCaml float, but you will get back a native Javascript number of type float t.
form_contents [Form]
form_elt [Form]

G
gen_prop [Js]
Type used to specify the properties of Javascript objects.

H
http_frame [XmlHttpRequest]
The type for XHR results.
http_url [Url]
The type for HTTP url.

I
interval_id [Dom_html]

L
listener [Dom_events]

M
match_result_handle [Js]
A handle to a match result.
meth [Js]
Type used to specify method types: a Javascript object <m : t1 -> t2 -> ... -> tn -> t Js.meth> Js.t has a Javascript method m expecting n arguments of types t1 to tn and returns a value of type t.
meth_callback [Js]
Type of callback functions.

N
nodeType [Dom]

O
opt [Js]
Type of possibly null values.
optdef [Js]
Type of possibly undefined values.
optdef_prop [Js]
Type of read/write properties that may be undefined: you can set them to a value of some type t, but if you read them, you will get a value of type t optdef (that may be undefined).

P
prop [Js]
Type of read/write properties: a Javascript object <p : t Js.writeonly_prop> Js.t has a read/write property p of type t.

R
readonly_prop [Js]
Type of read-only properties: a Javascript object <p : t Js.readonly_prop> Js.t has a read-only property p of type t.
readyState [XmlHttpRequest]
readyState [File]
regexp [Regexp]
The type for regexps.
result [Regexp]
The type for match result.

S
string_array [Js]
Opaque type for string arrays.

T
t [Js.OPT]
t [Js]
Type of Javascript objects.
t [Event_arrows]
taggedElement [Dom_html]
timeout_id [Dom_html]
typ [Dom_html.Event]
typ [Dom_events.Typ]

U
url [Url]

W
writeonly_prop [Js]
Type of write-only properties: a Javascript object <p : t Js.writeonly_prop> Js.t has a write-only property p of type t.