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
__remove Call Stack __remove Call Stack ?: any
Optional
_before Maximize State _before Maximize State ?: boolean
Optional
_forced Visible _forced Visible ?: boolean
_icon Name _icon Name : string
Defined in src/controls/maintabs.ts:6 Optional
_manual Visibility State _manual Visibility State ?: boolean
Optional
_ongoing Animation _ongoing Animation ?: number
Optional
_scheduled Layout Down _scheduled Layout Down ?: boolean
access Key access Key : string
Readonly
access Key Label access Key Label : string
aria Atomic aria Atomic : string
aria Auto Complete aria Auto Complete : string
aria Checked aria Checked : string
aria Col Count aria Col Count : string
aria Col Index aria Col Index : string
aria Col Span aria Col Span : string
aria Current aria Current : string
aria Disabled aria Disabled : string
aria Expanded aria Expanded : string
aria Has Popup aria Has Popup : string
aria Hidden aria Hidden : string
aria Invalid aria Invalid : string
aria Key Shortcuts aria Key Shortcuts : string
aria Label aria Label : string
aria Level aria Level : string
aria Modal aria Modal : string
aria Multi Line aria Multi Line : string
aria Multi Selectable aria Multi Selectable : string
aria Orientation aria Orientation : string
aria Placeholder aria Placeholder : string
aria Pos In Set aria Pos In Set : string
aria Pressed aria Pressed : string
aria Read Only aria Read Only : string
aria Required aria Required : string
aria Role Description aria Role Description : string
aria Row Count aria Row Count : string
aria Row Index aria Row Index : string
aria Row Span aria Row Span : string
aria Selected aria Selected : string
aria Set Size aria Set Size : string
aria Value Max aria Value Max : string
aria Value Min aria Value Min : string
aria Value Now aria Value Now : string
aria Value Text aria Value Text : string
Readonly
assigned Slot assigned Slot : HTMLSlotElement
Readonly
attributes attributes : NamedNodeMap
Optional
auto Hide Event auto Hide Event ?: ( ( e ) => void )
Optional
auto Hide Timer auto Hide Timer ?: number
autocapitalize autocapitalize : string
autofocus autofocus : boolean
Readonly
baseURI baseURI : string
caption caption : HTMLDivElement
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
closebtn closebtn : TabCloseBtnElement
Optional
column column ?: any
content Editable content Editable : string
Readonly
dataset dataset : DOMStringMap
draggable draggable : boolean
Optional
em To Px Koef em To Px Koef ?: number
enter Key Hint enter Key Hint : string
event_ layoutchange event_ layoutchange : ( ( e ) => any )
first Child first Child : HTMLElement
Readonly
first Element Child Optional
focus Container focus Container ?: HTMLElement
Optional
force Rebind force Rebind ?: boolean
Optional
hotlink hotlink ?: HTMLElement
innerHTML innerHTML : string
inner Text inner Text : string
input Mode input Mode : string
Optional
invalid invalid ?: boolean
Optional
is Add New is Add New ?: boolean
Readonly
is Connected is Connected : boolean
Readonly
is Content Editable is Content Editable : boolean
Optional
is Opposite is Opposite ?: boolean
Optional
item Index item Index ?: number
Readonly
last Child last Child : ChildNode
Readonly
last Element Child Optional
last Mouse Up last Mouse Up ?: number
layout Locked layout Locked : number
Optional
layout Update Needed layout Update Needed ?: boolean
Readonly
local Name local Name : string
Readonly
namespaceURI namespaceURI : string
Readonly
next Element Sibling Readonly
next Sibling next Sibling : ChildNode
Readonly
node Name node Name : string
Readonly
node Type node Type : number
node Value node Value : string
Optional
nonce nonce ?: string
Readonly
offset Height offset Height : number
Readonly
offset Left offset Left : number
Readonly
offset Top offset Top : number
Readonly
offset Width offset Width : 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
outer Text outer Text : string
Readonly
owner Document owner Document : Document
Readonly
parent Element parent Element : HTMLElement
parent Node parent Node : HTMLElement
Readonly
part part : DOMTokenList
Readonly
prefix prefix : string
Readonly
previous Element Sibling Readonly
previous Sibling previous Sibling : ChildNode
Optional
rebind Selection rebind Selection ?: boolean
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 : ShadowRoot
Optional
sheet sheet ?: any
spellcheck spellcheck : boolean
Readonly
style style : CSSStyleDeclaration
Readonly
tag Name tag Name : string
text Content text Content : string
Optional
textdiv textdiv ?: HTMLElement
Optional
tooltip Immediate tooltip Immediate ?: boolean
Optional
tooltip Value Callback tooltip Value Callback ?: ( ( tipdiv , vis , params ) => void )
Type declaration ( tipdiv , vis , params ) : void Parameters tipdiv : HTMLElement vis : boolean params : AnyDict Returns void translate translate : boolean
Optional
was Visible Before Full Window was Visible Before Full Window ?: boolean
Undocumented