Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPopupEvents

The IPopupEvents interface represents events that the Popup component can fire

Hierarchy

  • IPopupEvents

Index

Methods

Methods

close

  • close(retVal: any): void
  • The close event is fired when the popup closes.

    Parameters

    • retVal: any

      Value passed to the close() method.

    Returns void

open

  • open(isModal: boolean): void
  • The open event is fired when the popup opens.

    Parameters

    • isModal: boolean

      Flag indicating whether the popup opens as modal or modeless

    Returns void

Generated using TypeDoc