ElementStyle

for style, i want to be able to set it with a string like a plain attribute, but also be able to do properties Javascript style.

Constructors

this
this(Element parent)
Undocumented in source.

Alias This

_attribute

Members

Functions

get
string get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
rules
string[string] rules()
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.

Properties

_attribute
inout(string) _attribute [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_element
Element _element;
Undocumented in source.

Meta