DomAttribute

A dom attribute.

Constructors

this
this(string name, string value)

Creates a new dom attribute.

Members

Properties

name
string name [@property getter]

Gets the name of the attribute.

name
string name [@property setter]

Sets the name of the attribute.

value
string value [@property getter]

Gets the value of the attribute.

value
string value [@property setter]

Sets the value of the attribute.

Meta