EnableTabButtonsHelpersRuntimeDocument
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/ui/controls/enableTabButtonsHelpersRuntime / EnableTabButtonsHelpersRuntimeDocument
Interface: EnableTabButtonsHelpersRuntimeDocument
Defined in: utils/ui/controls/enableTabButtonsHelpersRuntime.ts:8
Propertiesβ
getElementsByClassName?β
readonlyoptionalgetElementsByClassName?: (classNames:string) =>HTMLCollectionOf<Element>
Defined in: utils/ui/controls/enableTabButtonsHelpersRuntime.ts:9
Parametersβ
classNamesβ
string
Returnsβ
HTMLCollectionOf<Element>
querySelectorAll?β
readonlyoptionalquerySelectorAll?: (selectors:string) =>NodeListOf<Element>
Defined in: utils/ui/controls/enableTabButtonsHelpersRuntime.ts:12
Parametersβ
selectorsβ
string
Returnsβ
NodeListOf<Element>