Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

closed

closed: IPromise<any>

A promise that is resolved when a modal is closed and the animation completes.

opened

opened: IPromise<any>

A promise that is resolved when a modal gets opened after downloading content's template and resolving all variables.

rendered

rendered: IPromise<any>

A promise that is resolved when a modal is rendered.

result

result: IPromise<any>

A promise that is resolved when a modal is closed and rejected when a modal is dismissed.

Methods

close

  • close(result?: any): void
  • A method that can be used to close a modal, passing a result. If preventDefault is called on the modal.closing event then the modal will remain open.

    Parameters

    • Optional result: any

    Returns void

dismiss

  • dismiss(reason?: any): void
  • A method that can be used to dismiss a modal, passing a reason. If preventDefault is called on the modal.closing event then the modal will remain open.

    Parameters

    • Optional reason: any

    Returns void

Generated using TypeDoc