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
access Key access Key: string
Readonlyaccess 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 Index Text aria Col Index Text: 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 Index Text aria Row Index Text: 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
Readonlyassigned Slot assigned Slot: HTMLSlotElement
Readonlyattributes attributes: NamedNodeMap
autocapitalize autocapitalize: string
autofocus autofocus: boolean
ReadonlybaseURI baseURI: string
Readonlychild Element Count child Element Count: number
Readonlychild Nodes child Nodes: NodeListOf < ChildNode >
Readonlychildren children: HTMLCollection
Readonlyclass List class List: DOMTokenList
class Name class Name: string
Readonlyclient Height client Height: number
Readonlyclient Left client Left: number
Readonlyclient Top client Top: number
Readonlyclient Width client Width: number
content Editable content Editable: string
Readonlydataset dataset: DOMStringMap
draggable draggable: boolean
enter Key Hint enter Key Hint: string
Readonlyfirst Child first Child: ChildNode
Readonlyfirst Element Child first Element Child: Element
innerHTML innerHTML: string
inner Text inner Text: string
input Mode input Mode: string
Readonlyis Connected is Connected: boolean
Readonlyis Content Editable is Content Editable: boolean
Readonlylast Child last Child: ChildNode
Readonlylast Element Child last Element Child: Element
Readonlylocal Name local Name: string
ReadonlynamespaceURI namespaceURI: string
Readonlynext Element Sibling next Element Sibling: Element
Readonlynext Sibling next Sibling: ChildNode
Readonlynode Name node Name: string
Readonlynode Type node Type: number
node Value node Value: string
Optionalnonce nonce?: string
Readonlyoffset Height offset Height: number
Readonlyoffset Left offset Left: number
Readonlyoffset Parent offset Parent: Element
Readonlyoffset Top offset Top: number
Readonlyoffset Width offset Width: 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
outer Text outer Text: string
Readonlyowner Document owner Document: Document
Readonlyparent Element parent Element: HTMLElement
Readonlyparent Node parent Node: ParentNode
Readonlypart part: DOMTokenList
Readonlyprefix prefix: string
Readonlyprevious Element Sibling previous Element Sibling: Element
Readonlyprevious Sibling previous Sibling: ChildNode
Readonlyscroll Height scroll Height: number
scroll Left scroll Left: number
scroll Top scroll Top: number
Readonlyscroll Width scroll Width: number
Readonlyshadow Root shadow Root: ShadowRoot
spellcheck spellcheck: boolean
Readonlystyle style: CSSStyleDeclaration
Readonlytag Name tag Name: string
text Content text Content: string
translate translate: boolean
Statichtml Tag Name html Tag Name: string
Defined in dist/igniteui-webcomponents-grids/lib/igc-header-row-separator-component.d.ts:17
Represents a Header Row separator. This is used to visually separate the header row from the rest of the rows in a grid.