Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IShowPdfDocumentSuccessFn

It's important to note that this success function is not always called, because the webview may have disappeared.

Hierarchy

  • IShowPdfDocumentSuccessFn

Callable

  • __call(result: string): null
  • It's important to note that this success function is not always called, because the webview may have disappeared.

    Parameters

    • result: string

      is a message confirming the document was opened.

    Returns null

Generated using TypeDoc