Element

Undocumented in source.
@safe nothrow
struct Element {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

after
void after(SumType!(Node, string) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(SumType!(Node, string) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
assignedSlot
auto assignedSlot()
Undocumented in source. Be warned that the author may not have intended to support it.
attachShadow
auto attachShadow(ShadowRootInit init)
Undocumented in source. Be warned that the author may not have intended to support it.
attributes
auto attributes()
Undocumented in source. Be warned that the author may not have intended to support it.
before
void before(SumType!(Node, string) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
childElementCount
auto childElementCount()
Undocumented in source. Be warned that the author may not have intended to support it.
children
auto children()
Undocumented in source. Be warned that the author may not have intended to support it.
classList
auto classList()
Undocumented in source. Be warned that the author may not have intended to support it.
className
void className(string className)
Undocumented in source. Be warned that the author may not have intended to support it.
className
auto className()
Undocumented in source. Be warned that the author may not have intended to support it.
clientHeight
auto clientHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
clientLeft
auto clientLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
clientTop
auto clientTop()
Undocumented in source. Be warned that the author may not have intended to support it.
clientWidth
auto clientWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
closest
auto closest(string selectors)
Undocumented in source. Be warned that the author may not have intended to support it.
firstElementChild
auto firstElementChild()
Undocumented in source. Be warned that the author may not have intended to support it.
getAttribute
auto getAttribute(string qualifiedName)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributeNS
auto getAttributeNS(Optional!(T0) namespace, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributeNames
auto getAttributeNames()
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributeNode
auto getAttributeNode(string qualifiedName)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributeNodeNS
auto getAttributeNodeNS(Optional!(T0) namespace, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
getBoundingClientRect
auto getBoundingClientRect()
Undocumented in source. Be warned that the author may not have intended to support it.
getClientRects
auto getClientRects()
Undocumented in source. Be warned that the author may not have intended to support it.
getElementsByClassName
auto getElementsByClassName(string classNames)
Undocumented in source. Be warned that the author may not have intended to support it.
getElementsByTagName
auto getElementsByTagName(string qualifiedName)
Undocumented in source. Be warned that the author may not have intended to support it.
getElementsByTagNameNS
auto getElementsByTagNameNS(Optional!(T0) namespace, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
hasAttribute
auto hasAttribute(string qualifiedName)
Undocumented in source. Be warned that the author may not have intended to support it.
hasAttributeNS
auto hasAttributeNS(Optional!(T0) namespace, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
hasAttributes
auto hasAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPointerCapture
auto hasPointerCapture(int pointerId)
Undocumented in source. Be warned that the author may not have intended to support it.
id
void id(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
id
auto id()
Undocumented in source. Be warned that the author may not have intended to support it.
innerHTML
void innerHTML(string innerHTML)
Undocumented in source. Be warned that the author may not have intended to support it.
innerHTML
auto innerHTML()
Undocumented in source. Be warned that the author may not have intended to support it.
insertAdjacentElement
auto insertAdjacentElement(string where, Element element)
Undocumented in source. Be warned that the author may not have intended to support it.
insertAdjacentHTML
void insertAdjacentHTML(string position, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
insertAdjacentText
void insertAdjacentText(string where, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
lastElementChild
auto lastElementChild()
Undocumented in source. Be warned that the author may not have intended to support it.
localName
auto localName()
Undocumented in source. Be warned that the author may not have intended to support it.
matches
auto matches(string selectors)
Undocumented in source. Be warned that the author may not have intended to support it.
namespaceURI
auto namespaceURI()
Undocumented in source. Be warned that the author may not have intended to support it.
nextElementSibling
auto nextElementSibling()
Undocumented in source. Be warned that the author may not have intended to support it.
onfullscreenchange
void onfullscreenchange(EventHandler onfullscreenchange)
Undocumented in source. Be warned that the author may not have intended to support it.
onfullscreenchange
auto onfullscreenchange()
Undocumented in source. Be warned that the author may not have intended to support it.
onfullscreenerror
void onfullscreenerror(EventHandler onfullscreenerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onfullscreenerror
auto onfullscreenerror()
Undocumented in source. Be warned that the author may not have intended to support it.
outerHTML
void outerHTML(string outerHTML)
Undocumented in source. Be warned that the author may not have intended to support it.
outerHTML
auto outerHTML()
Undocumented in source. Be warned that the author may not have intended to support it.
prefix
auto prefix()
Undocumented in source. Be warned that the author may not have intended to support it.
prepend
void prepend(SumType!(Node, string) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
previousElementSibling
auto previousElementSibling()
Undocumented in source. Be warned that the author may not have intended to support it.
pseudo
auto pseudo(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
querySelector
auto querySelector(string selectors)
Undocumented in source. Be warned that the author may not have intended to support it.
querySelectorAll
auto querySelectorAll(string selectors)
Undocumented in source. Be warned that the author may not have intended to support it.
releasePointerCapture
void releasePointerCapture(int pointerId)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.
removeAttribute
void removeAttribute(string qualifiedName)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAttributeNS
void removeAttributeNS(Optional!(T0) namespace, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAttributeNode
auto removeAttributeNode(Attr attr)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceWith
void replaceWith(SumType!(Node, string) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
requestFullscreen
auto requestFullscreen(FullscreenOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
requestFullscreen
auto requestFullscreen()
Undocumented in source. Be warned that the author may not have intended to support it.
scroll
void scroll(ScrollToOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
scroll
void scroll()
Undocumented in source. Be warned that the author may not have intended to support it.
scroll
void scroll(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollBy
void scrollBy(ScrollToOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollBy
void scrollBy()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollBy
void scrollBy(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollHeight
auto scrollHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollIntoView
void scrollIntoView(SumType!(bool, ScrollIntoViewOptions) arg)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollIntoView
void scrollIntoView()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollLeft
void scrollLeft(double scrollLeft)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollLeft
auto scrollLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTo
void scrollTo(ScrollToOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTo
void scrollTo()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTo
void scrollTo(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTop
void scrollTop(double scrollTop)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTop
auto scrollTop()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollWidth
auto scrollWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
setAttribute
void setAttribute(string qualifiedName, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttributeNS
void setAttributeNS(Optional!(T0) namespace, string qualifiedName, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttributeNode
auto setAttributeNode(Attr attr)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttributeNodeNS
auto setAttributeNodeNS(Attr attr)
Undocumented in source. Be warned that the author may not have intended to support it.
setPointerCapture
void setPointerCapture(int pointerId)
Undocumented in source. Be warned that the author may not have intended to support it.
shadowRoot
auto shadowRoot()
Undocumented in source. Be warned that the author may not have intended to support it.
slot
void slot(string slot)
Undocumented in source. Be warned that the author may not have intended to support it.
slot
auto slot()
Undocumented in source. Be warned that the author may not have intended to support it.
tagName
auto tagName()
Undocumented in source. Be warned that the author may not have intended to support it.
toggleAttribute
auto toggleAttribute(string qualifiedName, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
toggleAttribute
auto toggleAttribute(string qualifiedName)
Undocumented in source. Be warned that the author may not have intended to support it.
webkitMatchesSelector
auto webkitMatchesSelector(string selectors)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.dom.Node _parent;
Undocumented in source.

Meta