getElementByIdFlexibleList
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/ui/dom/elementIdUtils / getElementByIdFlexibleList
Function: getElementByIdFlexibleList()
getElementByIdFlexibleList(
doc:FlexibleLookupRoot|null|undefined,ids:string|string[],runtime?:ElementIdUtilsRuntime):HTMLElement|null
Defined in: utils/ui/dom/elementIdUtils.ts:89
Resolve the first matching element from a list of IDs or simple ID selectors.
Parametersβ
docβ
FlexibleLookupRoot | null | undefined
idsβ
string | string[]
runtime?β
ElementIdUtilsRuntime = ...
Returnsβ
HTMLElement | null