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
Optional
__removeCallStack
__removeCallStack ?: any
Optional
_beforeMaximizeState
_beforeMaximizeState ?: boolean
Optional
_collapseMark
_collapseMark ?: HTMLDivElement
Optional
_forcedVisible
_forcedVisible ?: boolean
Optional
_manualVisibilityState
_manualVisibilityState ?: boolean
Optional
_ongoingAnimation
_ongoingAnimation ?: number
Optional
_scheduledLayoutDown
_scheduledLayoutDown ?: boolean
accessKey
accessKey : string
Readonly
accessKeyLabel
accessKeyLabel : string
ariaAtomic
ariaAtomic : string
ariaAutoComplete
ariaAutoComplete : string
ariaBusy
ariaBusy : string
ariaChecked
ariaChecked : string
ariaColCount
ariaColCount : string
ariaColIndex
ariaColIndex : string
ariaColSpan
ariaColSpan : string
ariaCurrent
ariaCurrent : string
ariaDisabled
ariaDisabled : string
ariaExpanded
ariaExpanded : string
ariaHasPopup
ariaHasPopup : string
ariaHidden
ariaHidden : string
ariaInvalid
ariaInvalid : string
ariaKeyShortcuts
ariaKeyShortcuts : string
ariaLabel
ariaLabel : string
ariaLevel
ariaLevel : string
ariaLive
ariaLive : string
ariaModal
ariaModal : string
ariaMultiLine
ariaMultiLine : string
ariaMultiSelectable
ariaMultiSelectable : string
ariaOrientation
ariaOrientation : string
ariaPlaceholder
ariaPlaceholder : string
ariaPosInSet
ariaPosInSet : string
ariaPressed
ariaPressed : string
ariaReadOnly
ariaReadOnly : string
ariaRequired
ariaRequired : string
ariaRoleDescription
ariaRoleDescription : string
ariaRowCount
ariaRowCount : string
ariaRowIndex
ariaRowIndex : string
ariaRowSpan
ariaRowSpan : string
ariaSelected
ariaSelected : string
ariaSetSize
ariaSetSize : string
ariaSort
ariaSort : string
ariaValueMax
ariaValueMax : string
ariaValueMin
ariaValueMin : string
ariaValueNow
ariaValueNow : string
ariaValueText
ariaValueText : string
Readonly
assignedSlot
assignedSlot : HTMLSlotElement
Readonly
attributes
attributes : NamedNodeMap
Optional
autoHideEvent
autoHideEvent ?: ( ( e ) => void )
Optional
autoHideTimer
autoHideTimer ?: number
autocapitalize
autocapitalize : string
autofocus
autofocus : boolean
Readonly
baseURI
baseURI : string
Optional
check
check ?: HTMLDivElement
Readonly
childElementCount
childElementCount : number
Readonly
childNodes
childNodes : NodeListOf < ChildNode >
Readonly
children
children : HTMLCollection
Readonly
classList
classList : DOMTokenList
className
className : string
Readonly
clientHeight
clientHeight : number
Readonly
clientLeft
clientLeft : number
Readonly
clientTop
clientTop : number
Readonly
clientWidth
clientWidth : number
Optional
column
column ?: any
Optional
content
content ?: HTMLDivElement
contentEditable
contentEditable : string
controlClass
controlClass : C
Optional
counter
counter ?: number
Readonly
dataset
dataset : DOMStringMap
draggable
draggable : boolean
Optional
dragging
dragging ?: boolean
Optional
emToPxKoef
emToPxKoef ?: number
enterKeyHint
enterKeyHint : string
event_layoutchange
event_layoutchange : ( ( e ) => any )
firstChild
firstChild : HTMLElement
Readonly
firstElementChild
Optional
focusContainer
focusContainer ?: HTMLElement
Optional
forceInvalidate
forceInvalidate ?: boolean
Optional
forceRebind
forceRebind ?: boolean
Optional
group
group ?: any
Optional
groupid
groupid ?: number
Optional
hotlink
hotlink ?: HTMLElement
Optional
initRequired
initRequired ?: boolean
innerHTML
innerHTML : string
innerText
innerText : string
inputMode
inputMode : string
Readonly
isConnected
isConnected : boolean
Readonly
isContentEditable
isContentEditable : boolean
Optional
isFiller
isFiller ?: boolean
Optional
isMoving
isMoving ?: boolean
Optional
isOpposite
isOpposite ?: boolean
Optional
isVis
isVis ?: boolean
Optional
itemID
itemID ?: number
Optional
itemIndex
itemIndex ?: number
Readonly
lastChild
lastChild : ChildNode
Readonly
lastElementChild
Optional
lastMouseUp
lastMouseUp ?: number
layoutLocked
layoutLocked : number
Optional
layoutUpdateNeeded
layoutUpdateNeeded ?: boolean
Readonly
localName
localName : string
Optional
mitem
mitem ?: any
Readonly
namespaceURI
namespaceURI : string
Readonly
nextElementSibling
Readonly
nextSibling
nextSibling : ChildNode
Readonly
nodeName
nodeName : string
Readonly
nodeType
nodeType : number
nodeValue
nodeValue : string
Optional
nonce
nonce ?: string
Readonly
offsetHeight
offsetHeight : number
Readonly
offsetLeft
offsetLeft : number
Readonly
offsetTop
offsetTop : number
Readonly
offsetWidth
offsetWidth : number
onabort
onabort : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : UIEvent
Returns any
onanimationcancel
onanimationcancel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationend
onanimationend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationiteration
onanimationiteration : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationstart
onanimationstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onauxclick
onauxclick : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onbeforeinput
onbeforeinput : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : InputEvent
Returns any
onblur
onblur : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FocusEvent
Returns any
oncancel
oncancel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncanplay
oncanplay : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncanplaythrough
oncanplaythrough : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onchange
onchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onclick
onclick : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onclose
onclose : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncontextmenu
oncontextmenu : ( ( this , ev ) => any )
Type declaration
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
oncopy
oncopy : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
oncuechange
oncuechange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncut
oncut : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
ondblclick
ondblclick : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
ondrag
ondrag : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragend
ondragend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragenter
ondragenter : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragleave
ondragleave : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragover
ondragover : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragstart
ondragstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondrop
ondrop : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondurationchange
ondurationchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onemptied
onemptied : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onended
onended : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onerror
onerror : OnErrorEventHandlerNonNull
onfocus
onfocus : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FocusEvent
Returns any
onformdata
onformdata : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FormDataEvent
Returns any
onfullscreenchange
onfullscreenchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Returns any
onfullscreenerror
onfullscreenerror : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Returns any
ongotpointercapture
ongotpointercapture : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
oninput
oninput : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oninvalid
oninvalid : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onkeydown
onkeydown : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onkeypress
onkeypress : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onkeyup
onkeyup : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onload
onload : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadeddata
onloadeddata : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadedmetadata
onloadedmetadata : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadstart
onloadstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onlostpointercapture
onlostpointercapture : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onmousedown
onmousedown : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseenter
onmouseenter : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseleave
onmouseleave : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmousemove
onmousemove : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseout
onmouseout : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseover
onmouseover : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseup
onmouseup : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onpaste
onpaste : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
onpause
onpause : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onplay
onplay : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onplaying
onplaying : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onpointercancel
onpointercancel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerdown
onpointerdown : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerenter
onpointerenter : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerleave
onpointerleave : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointermove
onpointermove : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerout
onpointerout : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerover
onpointerover : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerup
onpointerup : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onprogress
onprogress : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ProgressEvent < EventTarget >
Returns any
onratechange
onratechange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onreset
onreset : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onresize
onresize : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : UIEvent
Returns any
onscroll
onscroll : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onsecuritypolicyviolation
onsecuritypolicyviolation : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : SecurityPolicyViolationEvent
Returns any
onseeked
onseeked : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onseeking
onseeking : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselect
onselect : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselectionchange
onselectionchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselectstart
onselectstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onslotchange
onslotchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onstalled
onstalled : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onsubmit
onsubmit : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : SubmitEvent
Returns any
onsuspend
onsuspend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
ontimeupdate
ontimeupdate : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
ontoggle
ontoggle : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
Optional
ontouchcancel
ontouchcancel ?: ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchend
ontouchend ?: ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchmove
ontouchmove ?: ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchstart
ontouchstart ?: ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
ontransitioncancel
ontransitioncancel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionend
ontransitionend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionrun
ontransitionrun : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionstart
ontransitionstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
onvolumechange
onvolumechange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwaiting
onwaiting : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationend
onwebkitanimationend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationiteration
onwebkitanimationiteration : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationstart
onwebkitanimationstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkittransitionend
onwebkittransitionend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwheel
onwheel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : WheelEvent
Returns any
outerHTML
outerHTML : string
outerText
outerText : string
Readonly
ownerDocument
ownerDocument : Document
Readonly
parentElement
parentElement : HTMLElement
parentNode
parentNode : HTMLElement
Readonly
part
part : DOMTokenList
Readonly
prefix
prefix : string
Readonly
previousElementSibling
Readonly
previousSibling
previousSibling : ChildNode
Optional
rebindSelection
rebindSelection ?: boolean
Readonly
scrollHeight
scrollHeight : number
scrollLeft
scrollLeft : number
scrollTop
scrollTop : number
Readonly
scrollWidth
scrollWidth : number
Optional
selectButton
selectButton ?: HTMLDivElement
Readonly
shadowRoot
shadowRoot : ShadowRoot
Optional
sheet
sheet ?: any
Optional
shortcutdiv
shortcutdiv ?: HTMLDivElement
Optional
sortdivNumber
sortdivNumber ?: HTMLElement
spellcheck
spellcheck : boolean
Readonly
style
style : CSSStyleDeclaration
Optional
submenu
submenu ?: any
tabIndex
tabIndex : number
Readonly
tagName
tagName : string
textContent
textContent : string
Optional
textdiv
textdiv ?: HTMLElement
Optional
tooltipImmediate
tooltipImmediate ?: boolean
Optional
tooltipValueCallback
tooltipValueCallback ?: ( ( tipdiv , vis , params ) => void )
Type declaration
( tipdiv , vis , params ) : void
Parameters
tipdiv : HTMLElement
vis : boolean
Returns void
translate
translate : boolean
Optional
wasVisibleBeforeFullWindow
wasVisibleBeforeFullWindow ?: boolean
Undocumented