safeComputedStyle
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/ui/controls/enableTabButtonsHelpers / safeComputedStyle
Function: safeComputedStyle()
safeComputedStyle(
element:Element,property:string):string|undefined
Defined in: utils/ui/controls/enableTabButtonsHelpers.ts:11
Safely get computed style values when available.
Parametersβ
elementβ
Element
Element to inspect.
propertyβ
string
CSS property name.
Returnsβ
string | undefined
Computed style value when available.