Interface definition of a Base Dialog class as part of an user interface

Hierarchy

Index

Properties

Methods

Properties

OnClose

OnClose: function

OnClose callback. Calls a function with the dialog result as parameter.

Type declaration

Methods

close

  • close(): void
  • Closes the dialog. Implementations should trigger OnClose.

    Returns void

show

  • show(modal?: undefined | false | true): void
  • Shows the dialog

    Parameters

    • Optional modal: undefined | false | true

      Show as modal

    Returns void