core/bottom-drawer/bottom-drawer.model.ts
Properties |
|
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. |