Hierarchy

Index

Properties

Methods

Properties

Config

Config: any

OnApply

OnApply: function

Type declaration

    • (): void
    • Returns void

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