html
HTML​
is.HTMLDirectoryElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLDirectoryElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLDocument(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLDocument.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLFontElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLFontElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLFrameElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLFrameElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLMarqueeElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLMarqueeElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLParamElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLParamElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTableDataCellElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTableDataCellElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTableHeaderCellElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTableHeaderCellElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLAllCollection(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLAllCollection.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLCollectionBase(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLCollectionBase.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLHyperlinkElementUtils(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLHyperlinkElementUtils.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLOrSVGElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLOrSVGElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLAnchorElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLAnchorElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLAreaElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLAreaElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLAudioElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLAudioElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLBRElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLBRElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLBaseElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLBaseElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLBodyElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLBodyElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLButtonElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLButtonElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLCanvasElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLCanvasElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLCollection(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLCollection.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLDListElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLDListElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLDataElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLDataElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLDataListElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLDataListElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLDetailsElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLDetailsElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLDialogElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLDialogElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLDivElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLDivElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLEmbedElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLEmbedElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLFieldSetElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLFieldSetElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLFormControlsCollection(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLFormControlsCollection.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLFormElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLFormElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLHRElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLHRElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLHeadElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLHeadElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLHeadingElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLHeadingElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLHtmlElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLHtmlElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLIFrameElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLIFrameElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLImageElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLImageElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLInputElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLInputElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLLIElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLLIElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLLabelElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLLabelElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLLegendElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLLegendElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLLinkElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLLinkElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLMapElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLMapElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLMediaElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLMediaElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLMenuElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLMenuElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLMetaElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLMetaElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLMeterElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLMeterElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLModElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLModElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLOListElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLOListElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLObjectElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLObjectElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLOptGroupElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLOptGroupElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLOptionElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLOptionElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLOptionsCollection(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLOptionsCollection.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLOutputElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLOutputElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLParagraphElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLParagraphElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLPictureElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLPictureElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLPreElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLPreElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLProgressElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLProgressElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLQuoteElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLQuoteElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLScriptElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLScriptElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLSelectElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLSelectElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLSlotElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLSlotElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLSourceElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLSourceElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLSpanElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLSpanElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLStyleElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLStyleElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTableCaptionElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTableCaptionElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTableCellElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTableCellElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTableColElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTableColElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTableElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTableElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTableRowElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTableRowElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTableSectionElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTableSectionElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTemplateElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTemplateElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTextAreaElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTextAreaElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTimeElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTimeElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTitleElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTitleElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLTrackElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLTrackElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLUListElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLUListElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLUnknownElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLUnknownElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HTMLVideoElement(target: unknown)​
- Target argument: required.
 - Checks if the given "target" type is HTMLVideoElement.
 
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true