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.

Determines whether the drawer is opened.

open: boolean

The position of the drawer.

position: NavDrawerPosition

Closes the drawer.

hide(): Promise<boolean>

Returns Promise<boolean>

Opens the drawer.

show(): Promise<boolean>

Returns Promise<boolean>

Toggles the open state of the drawer.

toggle(): Promise<boolean>

Returns Promise<boolean>