ReadonlyATTRIBUTE_NODE ATTRIBUTE_NODE: number
ReadonlyCDATA_SECTION_NODE CDATA_SECTION_NODE: number
ReadonlyCOMMENT_NODE COMMENT_NODE: number
ReadonlyDOCUMENT_FRAGMENT_NODE DOCUMENT_FRAGMENT_NODE: number
ReadonlyDOCUMENT_NODE DOCUMENT_NODE: number
ReadonlyDOCUMENT_POSITION_CONTAINED_BY DOCUMENT_POSITION_CONTAINED_BY: number
ReadonlyDOCUMENT_POSITION_CONTAINS DOCUMENT_POSITION_CONTAINS: number
ReadonlyDOCUMENT_POSITION_DISCONNECTED DOCUMENT_POSITION_DISCONNECTED: number
ReadonlyDOCUMENT_POSITION_FOLLOWING DOCUMENT_POSITION_FOLLOWING: number
ReadonlyDOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number
ReadonlyDOCUMENT_POSITION_PRECEDING DOCUMENT_POSITION_PRECEDING: number
ReadonlyDOCUMENT_TYPE_NODE DOCUMENT_TYPE_NODE: number
ReadonlyELEMENT_NODE ELEMENT_NODE: number
ReadonlyENTITY_NODE ENTITY_NODE: number
ReadonlyENTITY_REFERENCE_NODE ENTITY_REFERENCE_NODE: number
ReadonlyNOTATION_NODE NOTATION_NODE: number
ReadonlyPROCESSING_INSTRUCTION_NODE PROCESSING_INSTRUCTION_NODE: number
ReadonlyTEXT_NODE TEXT_NODE: number
accessKey accessKey: string
ReadonlyaccessKeyLabel accessKeyLabel: string
ariaAtomic ariaAtomic: string
ariaAutoComplete ariaAutoComplete: string
ariaChecked ariaChecked: string
ariaColCount ariaColCount: string
ariaColIndex ariaColIndex: string
ariaColIndexText ariaColIndexText: 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
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
ariaRowIndexText ariaRowIndexText: string
ariaRowSpan ariaRowSpan: string
ariaSelected ariaSelected: string
ariaSetSize ariaSetSize: string
ariaValueMax ariaValueMax: string
ariaValueMin ariaValueMin: string
ariaValueNow ariaValueNow: string
ariaValueText ariaValueText: string
ReadonlyassignedSlot assignedSlot: HTMLSlotElement
Readonlyattributes attributes: NamedNodeMap
autocapitalize autocapitalize: string
autofocus autofocus: boolean
ReadonlybaseURI baseURI: string
ReadonlychildElementCount childElementCount: number
ReadonlychildNodes childNodes: NodeListOf < ChildNode >
Readonlychildren children: HTMLCollection
ReadonlyclassList classList: DOMTokenList
className className: string
ReadonlyclientHeight clientHeight: number
ReadonlyclientLeft clientLeft: number
ReadonlyclientTop clientTop: number
ReadonlyclientWidth clientWidth: number
contentEditable contentEditable: string
Readonlydataset dataset: DOMStringMap
draggable draggable: boolean
enterKeyHint enterKeyHint: string
ReadonlyfirstChild firstChild: ChildNode
ReadonlyfirstElementChild firstElementChild: Element
innerHTML innerHTML: string
innerText innerText: string
inputMode inputMode: string
ReadonlyisConnected isConnected: boolean
ReadonlyisContentEditable isContentEditable: boolean
ReadonlylastChild lastChild: ChildNode
ReadonlylastElementChild lastElementChild: Element
ReadonlylocalName localName: string
ReadonlynamespaceURI namespaceURI: string
ReadonlynextElementSibling nextElementSibling: Element
ReadonlynextSibling nextSibling: ChildNode
ReadonlynodeName nodeName: string
ReadonlynodeType nodeType: number
nodeValue nodeValue: string
Optionalnonce nonce?: string
ReadonlyoffsetHeight offsetHeight: number
ReadonlyoffsetLeft offsetLeft: number
ReadonlyoffsetParent offsetParent: Element
ReadonlyoffsetTop offsetTop: number
ReadonlyoffsetWidth offsetWidth: number
onabort onabort: ( ( this : GlobalEventHandlers , ev : UIEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: UIEvent Returns any onanimationcancel onanimationcancel: ( ( this : GlobalEventHandlers , ev : AnimationEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: AnimationEvent Returns any onanimationend onanimationend: ( ( this : GlobalEventHandlers , ev : AnimationEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: AnimationEvent Returns any onanimationiteration onanimationiteration: ( ( this : GlobalEventHandlers , ev : AnimationEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: AnimationEvent Returns any onanimationstart onanimationstart: ( ( this : GlobalEventHandlers , ev : AnimationEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: AnimationEvent Returns any onauxclick onauxclick: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onbeforeinput onbeforeinput: ( ( this : GlobalEventHandlers , ev : InputEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: InputEvent Returns any onblur onblur: ( ( this : GlobalEventHandlers , ev : FocusEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: FocusEvent Returns any oncancel oncancel: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oncanplay oncanplay: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oncanplaythrough oncanplaythrough: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onchange onchange: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onclick onclick: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onclose onclose: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oncontextmenu oncontextmenu: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration Parameters this: GlobalEventHandlers ev: MouseEvent Returns any oncopy oncopy: ( ( this : DocumentAndElementEventHandlers , ev : ClipboardEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: DocumentAndElementEventHandlers ev: ClipboardEvent Returns any oncuechange oncuechange: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oncut oncut: ( ( this : DocumentAndElementEventHandlers , ev : ClipboardEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: DocumentAndElementEventHandlers ev: ClipboardEvent Returns any ondblclick ondblclick: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any ondrag ondrag: ( ( this : GlobalEventHandlers , ev : DragEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragend ondragend: ( ( this : GlobalEventHandlers , ev : DragEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragenter ondragenter: ( ( this : GlobalEventHandlers , ev : DragEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragleave ondragleave: ( ( this : GlobalEventHandlers , ev : DragEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragover ondragover: ( ( this : GlobalEventHandlers , ev : DragEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragstart ondragstart: ( ( this : GlobalEventHandlers , ev : DragEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondrop ondrop: ( ( this : GlobalEventHandlers , ev : DragEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondurationchange ondurationchange: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onemptied onemptied: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onended onended: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onerror onerror: OnErrorEventHandlerNonNull
onfocus onfocus: ( ( this : GlobalEventHandlers , ev : FocusEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: FocusEvent Returns any onformdata onformdata: ( ( this : GlobalEventHandlers , ev : FormDataEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: FormDataEvent Returns any onfullscreenchange onfullscreenchange: ( ( this : Element , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters Returns any onfullscreenerror onfullscreenerror: ( ( this : Element , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters Returns any ongotpointercapture ongotpointercapture: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any oninput oninput: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oninvalid oninvalid: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onkeydown onkeydown: ( ( this : GlobalEventHandlers , ev : KeyboardEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: KeyboardEvent Returns any onkeypress onkeypress: ( ( this : GlobalEventHandlers , ev : KeyboardEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: KeyboardEvent Returns any onkeyup onkeyup: ( ( this : GlobalEventHandlers , ev : KeyboardEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: KeyboardEvent Returns any onload onload: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onloadeddata onloadeddata: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onloadedmetadata onloadedmetadata: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onloadstart onloadstart: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onlostpointercapture onlostpointercapture: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onmousedown onmousedown: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseenter onmouseenter: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseleave onmouseleave: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmousemove onmousemove: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseout onmouseout: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseover onmouseover: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseup onmouseup: ( ( this : GlobalEventHandlers , ev : MouseEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onpaste onpaste: ( ( this : DocumentAndElementEventHandlers , ev : ClipboardEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: DocumentAndElementEventHandlers ev: ClipboardEvent Returns any onpause onpause: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onplay onplay: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onplaying onplaying: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onpointercancel onpointercancel: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerdown onpointerdown: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerenter onpointerenter: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerleave onpointerleave: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointermove onpointermove: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerout onpointerout: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerover onpointerover: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerup onpointerup: ( ( this : GlobalEventHandlers , ev : PointerEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onprogress onprogress: ( ( this : GlobalEventHandlers , ev : ProgressEvent < EventTarget > ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: ProgressEvent < EventTarget > Returns any onratechange onratechange: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onreset onreset: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onresize onresize: ( ( this : GlobalEventHandlers , ev : UIEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: UIEvent Returns any onscroll onscroll: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onsecuritypolicyviolation onsecuritypolicyviolation: ( ( this : GlobalEventHandlers , ev : SecurityPolicyViolationEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: SecurityPolicyViolationEvent Returns any onseeked onseeked: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onseeking onseeking: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onselect onselect: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onselectionchange onselectionchange: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onselectstart onselectstart: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onslotchange onslotchange: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onstalled onstalled: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onsubmit onsubmit: ( ( this : GlobalEventHandlers , ev : SubmitEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: SubmitEvent Returns any onsuspend onsuspend: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any ontimeupdate ontimeupdate: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any ontoggle ontoggle: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any Optionalontouchcancel ontouchcancel?: ( ( this : GlobalEventHandlers , ev : TouchEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TouchEvent Returns any Optionalontouchend ontouchend?: ( ( this : GlobalEventHandlers , ev : TouchEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TouchEvent Returns any Optionalontouchmove ontouchmove?: ( ( this : GlobalEventHandlers , ev : TouchEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TouchEvent Returns any Optionalontouchstart ontouchstart?: ( ( this : GlobalEventHandlers , ev : TouchEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TouchEvent Returns any ontransitioncancel ontransitioncancel: ( ( this : GlobalEventHandlers , ev : TransitionEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TransitionEvent Returns any ontransitionend ontransitionend: ( ( this : GlobalEventHandlers , ev : TransitionEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TransitionEvent Returns any ontransitionrun ontransitionrun: ( ( this : GlobalEventHandlers , ev : TransitionEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TransitionEvent Returns any ontransitionstart ontransitionstart: ( ( this : GlobalEventHandlers , ev : TransitionEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TransitionEvent Returns any onvolumechange onvolumechange: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwaiting onwaiting: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwebkitanimationend onwebkitanimationend: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwebkitanimationiteration onwebkitanimationiteration: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwebkitanimationstart onwebkitanimationstart: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwebkittransitionend onwebkittransitionend: ( ( this : GlobalEventHandlers , ev : Event ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwheel onwheel: ( ( this : GlobalEventHandlers , ev : WheelEvent ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: WheelEvent Returns any outerHTML outerHTML: string
outerText outerText: string
ReadonlyownerDocument ownerDocument: Document
ReadonlyparentElement parentElement: HTMLElement
ReadonlyparentNode parentNode: ParentNode
Readonlypart part: DOMTokenList
Readonlyprefix prefix: string
ReadonlypreviousElementSibling previousElementSibling: Element
ReadonlypreviousSibling previousSibling: ChildNode
ReadonlyscrollHeight scrollHeight: number
scrollLeft scrollLeft: number
scrollTop scrollTop: number
ReadonlyscrollWidth scrollWidth: number
ReadonlyshadowRoot shadowRoot: ShadowRoot
spellcheck spellcheck: boolean
Readonlystyle style: CSSStyleDeclaration
ReadonlytagName tagName: string
textContent textContent: string
translate translate: boolean
Represents a IgcRingSeriesBaseComponent base series.