The interface provided by the component.
open(): void
: opens the dialogclose(): void
: closes the dialogcancel(): void
: cancels the dialogisOpen(): boolean
: returns the state of the dialogupdateTitle(title: string): void
: update the title
Interface
The interface provided by the component.
open(): void
: opens the dialogclose(): void
: closes the dialogcancel(): void
: cancels the dialogisOpen(): boolean
: returns the state of the dialogupdateTitle(title: string): void
: update the title