| popoutWhenCollapsed | boolean | Should display submenu as popout or not when sidebar is collapsed | false |
| popoutMenuOffset | {mainAxis?: number | ((params: { level?: number }) => number)
alignmentAxis?: number | ((params: { level?: number }) => number)
} | Popout menu offset | - |
| triggerPopout | hover | click | If click, submenu popper will open/close when clicking on MenuItem | hover |
| browserScroll | boolean | Display Browser scroll or Perfect Scrollbar for popout | false |
| transitionDuration | number | Transition duration (in ms) for the submenu | 300 |
| collapsedMenuSectionLabel | ReactNode | Render menu section label when menu is collapsed | - |
| menuSectionStyles | MenuSectionStyles | Render method for style customization on MenuSection | - |
| menuItemStyles | MenuItemStyles | Render method for style customization on MenuItem and SubMenu components | - |
| subMenuOpenBehavior | accordion | collapse | Submenu open style | accordion |
| renderExpandIcon | (params: { open: boolean; level: number; active: boolean; disabled: boolean; }) => ReactElement | Render method for customizing submenu expand icon | - |
| renderExpandedMenuItemIcon | RenderExpandedMenuItemIcon | Render method for customizing MenuItem & SubMenu icons | - |
| textTruncate | boolean | If true, text will truncate in all the MenuItems and SubMenus | true |
| rootStyles | CSSObject | Set custom styling for the menu | - |