packages/eui/packages/components-next/src/lib/layout/eui-app/eui-app-sidebar/sidebar.component.ts
| changeDetection | ChangeDetectionStrategy.Default |
| encapsulation | ViewEncapsulation.None |
| selector | eui-app-sidebar |
| styleUrls | ./_styles/_index.scss |
| templateUrl | ./sidebar.component.html |
Properties |
|
Methods |
HostBindings |
HostListeners |
constructor(asService: UxAppShellService)
|
||||||
|
Parameters :
|
| class |
Default value : 'eui-app-sidebar'
|
| body:click |
body:click()
|
| onMouseEnter | ||||||
onMouseEnter(event: any)
|
||||||
|
Parameters :
Returns :
void
|
| onMouseLeave | ||||||
onMouseLeave(event: any)
|
||||||
|
Parameters :
Returns :
void
|
| Public asService |
Type : UxAppShellService
|