- getAttributeForElement
Optional!(string) getAttributeForElement(string elementId, string attributeName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCanvasContext
auto getCanvasContext(string elementId, string contextId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getComputedStylePropertyValue
Optional!(string) getComputedStylePropertyValue(string elementId, string propertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTextContentForElement
string getTextContentForElement(string elementId)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeAttributeForElement
void removeAttributeForElement(string elementId, string attributeName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAnimationForElement
auto setAnimationForElement(string elementId, Optional!(T1) keyframes)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAnimationForElement
auto setAnimationForElement(string elementId, Optional!(T1) keyframes, SumType!(double, KeyframeAnimationOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAttributeForElement
void setAttributeForElement(string elementId, string attributeName, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCutoutRectsForElement
void setCutoutRectsForElement(string elementId, Sequence!(DOMRect) rects)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTextContentForElement
void setTextContentForElement(string elementId, string text)
Undocumented in source. Be warned that the author may not have intended to support it.