getBrowserOpen
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/runtime/browserRuntime / getBrowserOpen
Function: getBrowserOpen()
getBrowserOpen(): ((
url?:string|URL,target?:string,features?:string) =>Window|null) |undefined
Defined in: utils/runtime/browserRuntime.ts:472
Returnsβ
Functionβ
(url?: string | URL, target?: string, features?: string) => Window | null
The open() method of the Window interface loads a specified resource into a new or existing browsing context (that is, a tab, a window, or an iframe) under a specified name.
Parametersβ
url?β
string | URL
target?β
string
features?β
string
Returnsβ
Window | null
undefined