packages/components/layout/eui-app/eui-app-sidebar/sidebar.component.ts
OnInit
OnDestroy
| changeDetection | ChangeDetectionStrategy.Default |
| encapsulation | ViewEncapsulation.None |
| selector | eui-app-sidebar |
| styleUrls | ./_styles/_index.scss |
| templateUrl | ./sidebar.component.html |
Properties |
Methods |
HostBindings |
HostListeners |
| class |
Type : string
|
Default value : 'eui-app-sidebar'
|
| body:click |
body:click()
|
| close |
close()
|
Decorators :
@HostListener('body:click')
|
|
Returns :
void
|
| asService |
Type : unknown
|
Default value : inject(EuiAppShellService, { optional: true })!
|
| string |
Type : string
|
Default value : 'eui-app-sidebar'
|
Decorators :
@HostBinding('class')
|