W3cubDocs

/Haxe JavaScript

DataElement

package js.html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLDataElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating data elements.

Documentation HTMLDataElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

value:String

Is a DOMString reflecting the value HTML attribute, containing a machine-readable form of the element's value.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/DataElement.html