core/bottom-drawer/bottom-drawer.model.ts
Properties |
|
| closeOnEscape |
closeOnEscape:
|
Type : boolean
|
| Optional |
|
Defines whether the drawer should be closed when Escape key is pressed.
Even if set to false, you can still close the drawer manually by injecting the BottomDrawerRef and calling the |
| closeOnNavigation |
closeOnNavigation:
|
Type : boolean
|
| Optional |
|
Defines whether the drawer should be closed when navigation start is detected. Defaults to |
| disableClickOutside |
disableClickOutside:
|
Type : boolean
|
| Optional |
|
Defines whether it should be possible to click outside of the drawer to close the drawer. |
| host |
host:
|
Type : HTMLElement
|
| Optional |
|
A host element the drawer will be appended to. |
| initialState |
initialState:
|
Type : Partial<C>
|
| Optional |
|
Data to pass to component inside drawer. |