Properties
Readonly
ATTRIBUTE_ NODE
ATTRIBUTE_ NODE : 2
Readonly
CDATA_ SECTION_ NODE
CDATA_ SECTION_ NODE : 4
Readonly
COMMENT_ NODE
COMMENT_ NODE : 8
Readonly
DOCUMENT_ FRAGMENT_ NODE
DOCUMENT_ FRAGMENT_ NODE : 11
Readonly
DOCUMENT_ NODE
DOCUMENT_ NODE : 9
Readonly
DOCUMENT_ POSITION_ CONTAINED_ BY
DOCUMENT_ POSITION_ CONTAINED_ BY : 16
Readonly
DOCUMENT_ POSITION_ CONTAINS
DOCUMENT_ POSITION_ CONTAINS : 8
Readonly
DOCUMENT_ POSITION_ DISCONNECTED
DOCUMENT_ POSITION_ DISCONNECTED : 1
Readonly
DOCUMENT_ POSITION_ FOLLOWING
DOCUMENT_ POSITION_ FOLLOWING : 4
Readonly
DOCUMENT_ POSITION_ IMPLEMENTATION_ SPECIFIC
DOCUMENT_ POSITION_ IMPLEMENTATION_ SPECIFIC : 32
Readonly
DOCUMENT_ POSITION_ PRECEDING
DOCUMENT_ POSITION_ PRECEDING : 2
Readonly
DOCUMENT_ TYPE_ NODE
DOCUMENT_ TYPE_ NODE : 10
Readonly
ELEMENT_ NODE
ELEMENT_ NODE : 1
Readonly
ENTITY_ NODE
ENTITY_ NODE : 6
Readonly
ENTITY_ REFERENCE_ NODE
ENTITY_ REFERENCE_ NODE : 5
Readonly
NOTATION_ NODE
NOTATION_ NODE : 12
Readonly
PROCESSING_ INSTRUCTION_ NODE
PROCESSING_ INSTRUCTION_ NODE : 7
Readonly
TEXT_ NODE
TEXT_ NODE : 3
access Key
access Key : string
Readonly
access Key Label
access Key Label : string
aria Atomic
aria Atomic : null | string
aria Auto Complete
aria Auto Complete : null | string
aria Busy
aria Busy : null | string
aria Checked
aria Checked : null | string
aria Col Count
aria Col Count : null | string
aria Col Index
aria Col Index : null | string
aria Col Span
aria Col Span : null | string
aria Current
aria Current : null | string
aria Disabled
aria Disabled : null | string
aria Expanded
aria Expanded : null | string
aria Has Popup
aria Has Popup : null | string
aria Hidden
aria Hidden : null | string
aria Invalid
aria Invalid : null | string
aria Key Shortcuts
aria Key Shortcuts : null | string
aria Label
aria Label : null | string
aria Level
aria Level : null | string
aria Live
aria Live : null | string
aria Modal
aria Modal : null | string
aria Multi Line
aria Multi Line : null | string
aria Multi Selectable
aria Multi Selectable : null | string
aria Orientation
aria Orientation : null | string
aria Placeholder
aria Placeholder : null | string
aria Pos In Set
aria Pos In Set : null | string
aria Pressed
aria Pressed : null | string
aria Read Only
aria Read Only : null | string
aria Required
aria Required : null | string
aria Role Description
aria Role Description : null | string
aria Row Count
aria Row Count : null | string
aria Row Index
aria Row Index : null | string
aria Row Span
aria Row Span : null | string
aria Selected
aria Selected : null | string
aria Set Size
aria Set Size : null | string
aria Sort
aria Sort : null | string
aria Value Max
aria Value Max : null | string
aria Value Min
aria Value Min : null | string
aria Value Now
aria Value Now : null | string
aria Value Text
aria Value Text : null | string
Readonly
assigned Slot
assigned Slot : null | HTMLSlotElement
Readonly
attribute Style Map
attribute Style Map : StylePropertyMap
Readonly
attributes
attributes : NamedNodeMap
autocapitalize
autocapitalize : string
autofocus
autofocus : boolean
Readonly
baseURI
baseURI : string
Readonly
child Element Count
child Element Count : number
Readonly
child Nodes
child Nodes : NodeListOf < ChildNode >
Readonly
children
children : HTMLCollection
Readonly
class List
class List : DOMTokenList
class Name
class Name : string
Readonly
client Height
client Height : number
Readonly
client Left
client Left : number
Readonly
client Top
client Top : number
Readonly
client Width
client Width : number
content Editable
content Editable : string
custom Scroll Left
custom Scroll Left : number
Optional
custom Scroll Lerp
custom Scroll Lerp ?: number
custom Scroll Top
custom Scroll Top : number
Readonly
dataset
dataset : DOMStringMap
draggable
draggable : boolean
enter Key Hint
enter Key Hint : string
Readonly
first Child
first Child : null | ChildNode
Readonly
first Element Child
first Element Child : null | Element
innerHTML
innerHTML : string
inner Text
inner Text : string
input Mode
input Mode : string
Readonly
is Connected
is Connected : boolean
Readonly
is Content Editable
is Content Editable : boolean
Readonly
last Child
last Child : null | ChildNode
Readonly
last Element Child
last Element Child : null | Element
Readonly
local Name
local Name : string
Readonly
namespaceURI
namespaceURI : null | string
Readonly
next Element Sibling
next Element Sibling : null | Element
Readonly
next Sibling
next Sibling : null | ChildNode
Readonly
node Name
node Name : string
Readonly
node Type
node Type : number
node Value
node Value : null | string
Optional
nonce
nonce ?: string
Readonly
offset Height
offset Height : number
Readonly
offset Left
offset Left : number
Readonly
offset Parent
offset Parent : null | Element
Readonly
offset Top
offset Top : number
Readonly
offset Width
offset Width : number
onabort
onabort : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : UIEvent
Returns any
onanimationcancel
onanimationcancel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationend
onanimationend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationiteration
onanimationiteration : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationstart
onanimationstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onauxclick
onauxclick : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onbeforeinput
onbeforeinput : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : InputEvent
Returns any
onblur
onblur : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FocusEvent
Returns any
oncancel
oncancel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncanplay
oncanplay : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncanplaythrough
oncanplaythrough : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onchange
onchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onclick
onclick : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onclose
onclose : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncontextmenu
oncontextmenu : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
oncopy
oncopy : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
oncuechange
oncuechange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncut
oncut : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
ondblclick
ondblclick : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
ondrag
ondrag : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragend
ondragend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragenter
ondragenter : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragleave
ondragleave : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragover
ondragover : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragstart
ondragstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondrop
ondrop : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondurationchange
ondurationchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onemptied
onemptied : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onended
onended : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onerror
onerror : OnErrorEventHandler
onfocus
onfocus : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FocusEvent
Returns any
onformdata
onformdata : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FormDataEvent
Returns any
onfullscreenchange
onfullscreenchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Returns any
onfullscreenerror
onfullscreenerror : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Returns any
ongotpointercapture
ongotpointercapture : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
oninput
oninput : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oninvalid
oninvalid : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onkeydown
onkeydown : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onkeypress
onkeypress : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onkeyup
onkeyup : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onload
onload : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadeddata
onloadeddata : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadedmetadata
onloadedmetadata : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadstart
onloadstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onlostpointercapture
onlostpointercapture : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onmousedown
onmousedown : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseenter
onmouseenter : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseleave
onmouseleave : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmousemove
onmousemove : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseout
onmouseout : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseover
onmouseover : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseup
onmouseup : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onpaste
onpaste : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
onpause
onpause : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onplay
onplay : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onplaying
onplaying : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onpointercancel
onpointercancel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerdown
onpointerdown : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerenter
onpointerenter : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerleave
onpointerleave : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointermove
onpointermove : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerout
onpointerout : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerover
onpointerover : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerup
onpointerup : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onprogress
onprogress : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ProgressEvent < EventTarget >
Returns any
onratechange
onratechange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onreset
onreset : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onresize
onresize : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : UIEvent
Returns any
onscroll
onscroll : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onsecuritypolicyviolation
onsecuritypolicyviolation : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : SecurityPolicyViolationEvent
Returns any
onseeked
onseeked : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onseeking
onseeking : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselect
onselect : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselectionchange
onselectionchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselectstart
onselectstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onslotchange
onslotchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onstalled
onstalled : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onsubmit
onsubmit : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : SubmitEvent
Returns any
onsuspend
onsuspend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
ontimeupdate
ontimeupdate : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
ontoggle
ontoggle : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
Optional
ontouchcancel
ontouchcancel ?: null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchend
ontouchend ?: null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchmove
ontouchmove ?: null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchstart
ontouchstart ?: null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
ontransitioncancel
ontransitioncancel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionend
ontransitionend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionrun
ontransitionrun : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionstart
ontransitionstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
onvolumechange
onvolumechange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwaiting
onwaiting : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationend
onwebkitanimationend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationiteration
onwebkitanimationiteration : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationstart
onwebkitanimationstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkittransitionend
onwebkittransitionend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwheel
onwheel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : WheelEvent
Returns any
outerHTML
outerHTML : string
outer Text
outer Text : string
Readonly
owner Document
owner Document : Document
Readonly
parent Element
parent Element : null | HTMLElement
Readonly
parent Node
parent Node : null | ParentNode
Readonly
part
part : DOMTokenList
Readonly
prefix
prefix : null | string
Readonly
previous Element Sibling
previous Element Sibling : null | Element
Readonly
previous Sibling
previous Sibling : null | ChildNode
Readonly
scroll Height
scroll Height : number
scroll Left
scroll Left : number
scroll Top
scroll Top : number
Readonly
scroll Width
scroll Width : number
Readonly
shadow Root
shadow Root : null | ShadowRoot
spellcheck
spellcheck : boolean
Readonly
style
style : CSSStyleDeclaration
tab Index
tab Index : number
Readonly
tag Name
tag Name : string
text Content
text Content : null | string
translate
translate : boolean
Represents a scrollable element within the CustomScroll component. These elements can track custom scroll positions and include custom interpolation settings.