isHTMLElement
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/dom/domHelpers / isHTMLElement
Function: isHTMLElement()
isHTMLElement(
el:any):el is HTMLElement
Defined in: utils/dom/domHelpers.js:90
Type guard to assert a value is an HTMLElement (vs generic Element or null).
Parametersβ
elβ
any
Returnsβ
el is HTMLElement