queryAll
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/dom/domHelpers / queryAll
Function: queryAll()
queryAll(
selector:string,root?:ParentNode):HTMLElement[]
Defined in: utils/dom/domHelpers.js:127
Query all matching elements as an array of HTMLElements (filters out non-HTMLElements).
Parametersβ
selectorβ
string
root?β
ParentNode = document
Returnsβ
HTMLElement[]