Interface

Api

AashModalDialog.Api

The interface provided by the component.

  • open(): void: opens the dialog
  • close(): void: closes the dialog
  • cancel(): void: cancels the dialog
  • isOpen(): boolean: returns the state of the dialog
  • updateTitle(title: string): void: update the title

View Source components/modal-dialog/AashModalDialog.ts, line 124