IdeModalRef
class
Handle to a modal opened through IdeModalService. Wraps the CDK DialogRef
and exposes the small surface the IDE relies on from an NzModalRef: an
afterClose stream and a close(result?) method.
Properties
| Name | Type | Description |
|---|---|---|
afterClose (readonly) |
`Observable<R | undefined>` |
id |
unknown |
close()
Signature
close(result?: R): voidParameters
result(R)
Returns
void