Skip to main content

queryAll

FitFileViewer - API Documentation v29.9.0


FitFileViewer - API Documentation / utils/dom/domHelpers / queryAll

Function: queryAll()

queryAll(selector: string, root?: ParentNode): HTMLElement[]

Defined in: utils/dom/domHelpers.js:152

Query all matching elements as an array of HTMLElements (filters out non-HTMLElements).

Parameters​

selector​

string

root?​

ParentNode = document

Default is document

Returns​

HTMLElement[]