getTabButtonIdentity
FitFileViewer - API Documentation v29.9.0
FitFileViewer - API Documentation / utils/ui/controls/enableTabButtonsHelpers / getTabButtonIdentity
Function: getTabButtonIdentity()
getTabButtonIdentity(
button:HTMLElement): {id:string;normalizedId:string;text:string;isOpenFile:boolean; }
Defined in: utils/ui/controls/enableTabButtonsHelpers.js:81
Get common identity data for a tab button.
Parametersβ
buttonβ
HTMLElement
Returnsβ
{ id: string; normalizedId: string; text: string; isOpenFile: boolean; }
idβ
id:
string
normalizedIdβ
normalizedId:
string
textβ
text:
string
isOpenFileβ
isOpenFile:
boolean