--- Title: Sidebar action menu component Added: v2.1.0 Status: Active Last reviewed: 2018-11-20 --- # [Sidebar action menu component](../../../lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts "Defined in sidebar-action-menu.component.ts") Displays a sidebar-action menu information panel. ![Sidebar action menu button screenshot](../../docassets/images/sidebar-action-menu-button.png) ![Sidebar action menu icon screenshot](../../docassets/images/sidebar-action-menu-icon.png) ## Basic usage ### [Transclusions](../../user-guide/transclusion.md) There are three regions where you can add your own content in `
` elements with the following names: - adf-sidebar-menu-title-icon - adf-sidebar-menu-options - adf-sidebar-menu-expand-icon ```html arrow_drop_down
queue
``` ## Class members ### Properties | Name | Type | Default value | Description | | ---- | ---- | ------------- | ----------- | | expanded | `boolean` | | Toggle the sidebar action menu on expand. | | title | `string` | | The title of the sidebar action. | | width | `number` | 272 | Width in pixels for sidebar action menu options. | ## Details As the name suggests, this is basically just a layout with CSS styling.