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)

Members

Functions

get
string get(string name)
set
string set(string name, string value)

Mixins

__anonymous
mixin JavascriptStyleDispatch!()

Meta