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 |
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. |