Represents a side navigation container that provides quick access between views.
- Slots
-
default— The default slot for the igc-navigation-drawer. -
mini— The slot for the mini variant of the igc-navigation-drawer.
- CSS Parts
base— The base wrapper of the igc-navigation-drawer.main— The main container of the igc-navigation-drawer.mini— The mini container of the igc-navigation-drawer.
Properties
Section titled "Properties"Determines whether the drawer is opened.
open: boolean position
Section titled "position"The position of the drawer.
position: NavDrawerPosition Methods
Section titled "Methods"Closes the drawer.
hide(): Promise<boolean> Returns Promise<boolean>
Opens the drawer.
show(): Promise<boolean> Returns Promise<boolean>
toggle
Section titled "toggle"Toggles the open state of the drawer.
toggle(): Promise<boolean>