Skip to main content

getBrowserConfirm

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/runtime/browserRuntime / getBrowserConfirm

Function: getBrowserConfirm()

getBrowserConfirm(): ((message?: string) => boolean) | undefined

Defined in: utils/runtime/browserRuntime.ts:229

Returns​

Function​

(message?: string) => boolean

window.confirm() instructs the browser to display a dialog with an optional message, and to wait until the user either confirms or cancels the dialog.

MDN Reference

Parameters​

message?​

string

Returns​

boolean


undefined