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