Class type Dom_html.buttonElement

inherit element
method form : formElement Js.t Js.opt Js.readonly_prop
method accessKey : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.prop
method name : Js.js_string Js.t Js.readonly_prop
method tabIndex : int Js.prop
method _type : Js.js_string Js.t Js.readonly_prop
method value : Js.js_string Js.t Js.prop