DataSet

A proxy object to do the Element class' dataset property. See Element.dataset for more info.

Do not create this object directly.

Constructors

this
this(Element e)
Undocumented in source.

Members

Functions

get
string get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
set
string set(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin JavascriptStyleDispatch!()
Undocumented in source.

Meta