GitHubJupyter
  • Preparing search index...
  • The search index is not available
@jupyterlab
  • @jupyterlab
  • apputils
  • showDialog

Function showDialog

  • showDialog<T>(options?: Partial<Dialog.IOptions<T>>): Promise<IResult<T>>
  • Create and show a dialog.

    Type Parameters

    • T

    Parameters

    • options: Partial<Dialog.IOptions<T>> = {}

      The dialog setup options.

    Returns Promise<IResult<T>>

    A promise that resolves with whether the dialog was accepted.

    • Defined in packages/apputils/src/dialog.tsx:26

Settings

Member Visibility
GitHubJupyter
@jupyterlab
  • Loading...

Generated using TypeDoc