Module El.Prop
Element properties.
val bool : Jstr.t -> bool t
bool n
is a property namedn
accessed as abool
and returningfalse
on undefined.
val int : Jstr.t -> int t
int n
is a property namedn
accessed as anint
and returning0
on undefined.
val float : Jstr.t -> float t
float n
is a property namedn
accessed as afloat
and returning0.
on undefined.
val jstr : Jstr.t -> Jstr.t t
jstr n
is the property namedn
accessed as aJstr.t
and returningJstr.empty
on undefined.