Interface IIgrNavDrawerProps

Hierarchy

Hierarchy

  • IIgrNavDrawerProps

Properties

children?: ReactNode
className?: string
id?: string
open?: string | boolean

Determines whether the drawer is opened.

position?: string | NavDrawerPosition

The position of the drawer.

style?: CSSProperties