ElementStyle
struct ElementStyle {
string originalAttribute;
}
A destructor is present on this object, but not explicitly documented in the source.
From mixin JavascriptStyleDispatch!()
- opDispatch
string opDispatch(string v)
- opIndex
string opIndex(string key)
- opIndexAssign
string opIndexAssign(string value, string field)
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.