aboutsummaryrefslogtreecommitdiff
path: root/elements/prop.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-01-05 21:43:08 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-01-05 21:43:08 +0100
commit6ae97ecca8b4f38213f0f45aa6eaef944cd6b497 (patch)
tree4161c43168fa02f89f4fcf352142d4646d0e980a /elements/prop.ml
parenta8f37f041dce3f16917b6659d3ca97492f178f4d (diff)
Responsive sliders
Diffstat (limited to 'elements/prop.ml')
-rwxr-xr-xelements/prop.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/elements/prop.ml b/elements/prop.ml
index 715adec..054864c 100755
--- a/elements/prop.ml
+++ b/elements/prop.ml
@@ -13,3 +13,8 @@ let offsetHeight
let outerHTML
: Jstr.t t
= El.Prop.jstr (Jstr.v "outerHTML")
+
+
+let value
+ : Jstr.t t
+ = El.Prop.jstr (Jstr.v "value")