core/bottom-drawer/bottom-drawer-ref.ts
Properties |
Methods |
|
Accessors |
constructor(component: Type
|
|||||||||||||||
|
Parameters :
|
| instance |
Type : C
|
|
The instance of the component created. |
| Async close |
close()
|
|
Closes the bottom drawer behind the reference.
Returns :
Promise<void>
|
| onClosed$ |
getonClosed$()
|
|
Event fired when the bottom drawer behind the reference is closed.
Returns :
Observable<void>
|