DialogRef
Holds references to the object instance and published events of the Dialog.
Controls the Dialogs that were opened through the DialogService
(see example).
Name | Type | Default | Description |
---|---|---|---|
close |
|
Closes the Dialog programmatically. When called without a value, the result Observable emits an empty When called with a value, the result Observable emits the provided value. Usage Examples: typescript
| |
content |
|
A reference to the child component of the Dialog. Available when the Dialog is opened with component content. | |
dialog |
|
A reference to the Dialog instance. | |
result |
|
Emits events when the Dialog is closed either through the Close button of the title bar or through the action buttons.
If the Close button of the title bar is clicked, |
Constructors
DialogRef
()