Skip to main content

getElementByIdFlexibleList

FitFileViewer - API Documentation v29.9.0


FitFileViewer - API Documentation / utils/ui/dom/elementIdUtils / getElementByIdFlexibleList

Function: getElementByIdFlexibleList()

getElementByIdFlexibleList(doc: Document | null | undefined, ids: string | string[]): HTMLElement | null

Defined in: utils/ui/dom/elementIdUtils.js:110

Resolve the first matching element from a list of IDs or simple ID selectors.

Parameters​

doc​

Document | null | undefined

ids​

string | string[]

Returns​

HTMLElement | null