Element

Undocumented in source.
@safe nothrow
struct Element {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

QueryInterface
auto QueryInterface(T0 iid)
Undocumented in source. Be warned that the author may not have intended to support it.
after
void after(SumType!(Node, string) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
animate
auto animate(Optional!(T0) keyframes, SumType!(double, KeyframeAnimationOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
animate
auto animate(Optional!(T0) keyframes)
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 shadowRootInitDict)
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
uint 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
string className()
Undocumented in source. Be warned that the author may not have intended to support it.
clientHeight
int clientHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
clientLeft
int clientLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
clientTop
int clientTop()
Undocumented in source. Be warned that the author may not have intended to support it.
clientWidth
int clientWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
closest
auto closest(string selector)
Undocumented in source. Be warned that the author may not have intended to support it.
convertPointFromNode
auto convertPointFromNode(DOMPointInit point, GeometryNode from, ConvertCoordinateOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
convertPointFromNode
auto convertPointFromNode(DOMPointInit point, GeometryNode from)
Undocumented in source. Be warned that the author may not have intended to support it.
convertQuadFromNode
auto convertQuadFromNode(DOMQuad quad, GeometryNode from, ConvertCoordinateOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
convertQuadFromNode
auto convertQuadFromNode(DOMQuad quad, GeometryNode from)
Undocumented in source. Be warned that the author may not have intended to support it.
convertRectFromNode
auto convertRectFromNode(DOMRectReadOnly rect, GeometryNode from, ConvertCoordinateOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
convertRectFromNode
auto convertRectFromNode(DOMRectReadOnly rect, GeometryNode from)
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.
fontSizeInflation
float fontSizeInflation()
Undocumented in source. Be warned that the author may not have intended to support it.
getAnimations
auto getAnimations(AnimationFilter filter)
Undocumented in source. Be warned that the author may not have intended to support it.
getAnimations
auto getAnimations()
Undocumented in source. Be warned that the author may not have intended to support it.
getAsFlexContainer
auto getAsFlexContainer()
Undocumented in source. Be warned that the author may not have intended to support it.
getAttribute
Optional!(string) getAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributeNS
Optional!(string) 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 name)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributeNodeNS
auto getAttributeNodeNS(Optional!(T0) namespaceURI, 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.
getBoxQuads
auto getBoxQuads(BoxQuadOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
getBoxQuads
auto getBoxQuads()
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.
getElementsByAttribute
auto getElementsByAttribute(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
getElementsByAttributeNS
auto getElementsByAttributeNS(Optional!(T0) namespaceURI, string name, string value)
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 localName)
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.
getElementsWithGrid
auto getElementsWithGrid()
Undocumented in source. Be warned that the author may not have intended to support it.
getGridFragments
auto getGridFragments()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransformToAncestor
auto getTransformToAncestor(Element ancestor)
Undocumented in source. Be warned that the author may not have intended to support it.
getTransformToParent
auto getTransformToParent()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransformToViewport
auto getTransformToViewport()
Undocumented in source. Be warned that the author may not have intended to support it.
hasAttribute
bool hasAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
hasAttributeNS
bool hasAttributeNS(Optional!(T0) namespace, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
hasAttributes
bool hasAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPointerCapture
bool 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
string 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
string 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
string localName()
Undocumented in source. Be warned that the author may not have intended to support it.
matches
bool matches(string selector)
Undocumented in source. Be warned that the author may not have intended to support it.
mozMatchesSelector
bool mozMatchesSelector(string selector)
Undocumented in source. Be warned that the author may not have intended to support it.
mozRequestFullScreen
auto mozRequestFullScreen()
Undocumented in source. Be warned that the author may not have intended to support it.
mozScrollSnap
void mozScrollSnap()
Undocumented in source. Be warned that the author may not have intended to support it.
namespaceURI
Optional!(string) 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(Optional!(T0) onfullscreenchange)
Undocumented in source. Be warned that the author may not have intended to support it.
onfullscreenchange
EventHandler onfullscreenchange()
Undocumented in source. Be warned that the author may not have intended to support it.
onfullscreenerror
void onfullscreenerror(Optional!(T0) onfullscreenerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onfullscreenerror
EventHandler onfullscreenerror()
Undocumented in source. Be warned that the author may not have intended to support it.
openOrClosedAssignedSlot
auto openOrClosedAssignedSlot()
Undocumented in source. Be warned that the author may not have intended to support it.
openOrClosedShadowRoot
auto openOrClosedShadowRoot()
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
string outerHTML()
Undocumented in source. Be warned that the author may not have intended to support it.
prefix
Optional!(string) 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.
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.
releaseCapture
void releaseCapture()
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 name)
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 oldAttr)
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()
Undocumented in source. Be warned that the author may not have intended to support it.
requestPointerLock
void requestPointerLock()
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.
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.
scrollBy
void scrollBy(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.
scrollHeight
int 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(int scrollLeft)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollLeft
int scrollLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollLeftMax
int scrollLeftMax()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollLeftMin
int scrollLeftMin()
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.
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.
scrollTop
void scrollTop(int scrollTop)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTop
int scrollTop()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTopMax
int scrollTopMax()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTopMin
int scrollTopMin()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollWidth
int scrollWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
setAttribute
void setAttribute(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttributeNS
void setAttributeNS(Optional!(T0) namespace, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttributeNode
auto setAttributeNode(Attr newAttr)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttributeNodeNS
auto setAttributeNodeNS(Attr newAttr)
Undocumented in source. Be warned that the author may not have intended to support it.
setCapture
void setCapture(bool retargetToElement)
Undocumented in source. Be warned that the author may not have intended to support it.
setCapture
void setCapture()
Undocumented in source. Be warned that the author may not have intended to support it.
setCaptureAlways
void setCaptureAlways(bool retargetToElement)
Undocumented in source. Be warned that the author may not have intended to support it.
setCaptureAlways
void setCaptureAlways()
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
string slot()
Undocumented in source. Be warned that the author may not have intended to support it.
tagName
string tagName()
Undocumented in source. Be warned that the author may not have intended to support it.
toggleAttribute
bool toggleAttribute(string name, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
toggleAttribute
bool toggleAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
webkitMatchesSelector
bool webkitMatchesSelector(string selector)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.Node.Node _parent;
Undocumented in source.

Meta