Skip to main content

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[]