Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogScope

API to open, close and communicate with dialogs.

since

13.2

Hierarchy

  • DialogScope

Index

Methods

cancel

  • cancel(): Promise<void>
  • Closes an open dialog, rejecting the promise returned by open.

    since

    13.2

    Returns Promise<void>

close

  • close(value: any): Promise<void>
  • Closes an open dialog, resolving the promise returned by open with a value.

    since

    13.2

    Parameters

    Returns Promise<void>

open

  • Opens a dialog.

    since

    13.2

    Parameters

    Returns Promise<void>

options