Module HtmlElement.Impl

Parameters

Signature

type t_htmlElement = T.t;
let ofElement: Webapi__Dom__Element.t => option(Dom.htmlElement);
let accessKey: t_htmlElement => string;
let setAccessKey: t_htmlElement => string => unit;
let accessKeyLabel: t_htmlElement => string;
let contentEditable: t_htmlElement => string;
let contentEditable: t_htmlElement => Webapi__Dom__Types.contentEditable;
let setContentEditable: t_htmlElement => string => unit;
let setContentEditable: t_htmlElement => Webapi__Dom__Types.contentEditable => unit;
let isContentEditable: t_htmlElement => bool;
let contextMenu: t_htmlElement => Dom.htmlElement;
let setContextMenu: t_htmlElement => Dom.htmlElement => unit;
let dataset: t_htmlElement => Dom.domStringMap;
let dir: t_htmlElement => string;
let dir: t_htmlElement => Webapi__Dom__Types.dir;
let setDir: t_htmlElement => string => unit;
let setDir: t_htmlElement => Webapi__Dom__Types.dir => unit;
let draggable: t_htmlElement => bool;
let setDraggable: t_htmlElement => bool => unit;
let dropzone: t_htmlElement => Dom.domSettableTokenList;
let hidden: t_htmlElement => bool;
let setHidden: t_htmlElement => bool => unit;
let itemScope: t_htmlElement => bool;
let setItemScope: t_htmlElement => bool => unit;
let itemType: t_htmlElement => Dom.domSettableTokenList;
let itemId: t_htmlElement => string;
let setItemId: t_htmlElement => string => unit;
let itemRef: t_htmlElement => Dom.domSettableTokenList;
let itemProp: t_htmlElement => Dom.domSettableTokenList;
let itemValue: t_htmlElement => Js.t({.. });
let setItemValue: t_htmlElement => Js.t({.. }) => unit;
let lang: t_htmlElement => string;
let setLang: t_htmlElement => string => unit;
let offsetHeight: t_htmlElement => int;
let offsetLeft: t_htmlElement => int;
let offsetParent: t_htmlElement => option(Dom.element);
let offsetTop: t_htmlElement => int;
let offsetWidth: t_htmlElement => int;
let spellcheck: t_htmlElement => bool;
let setSpellcheck: t_htmlElement => bool => unit;
let style: t_htmlElement => Dom.cssStyleDeclaration;
let setStyle: t_htmlElement => Dom.cssStyleDeclaration => unit;
let tabIndex: t_htmlElement => int;
let setTabIndex: t_htmlElement => int => unit;
let title: t_htmlElement => string;
let setTitle: t_htmlElement => string => unit;
let translate: t_htmlElement => bool;
let setTranslate: t_htmlElement => bool => unit;
let blur: t_htmlElement => unit;
let click: t_htmlElement => unit;
let focus: t_htmlElement => unit;
let focusPreventScroll: t_htmlElement => unit;
let forceSpellCheck: t_htmlElement => unit;
let value: t_htmlElement => string;
let checked: t_htmlElement => bool;
let type_: t_htmlElement => string;
let setType: t_htmlElement => string => unit;
let rel: t_htmlElement => string;
let setRel: t_htmlElement => string => unit;
let href: t_htmlElement => string;
let setHref: t_htmlElement => string => unit;