packages/components/eui-tabs/eui-tab-content/eui-tab-content.component.ts
Component used to display the content of the tab.
AfterViewInit
| selector | eui-tab-content, euiTabContent |
| templateUrl | ./eui-tab-content.component.html |
Properties |
|
Inputs |
| hasNoContentPadding |
Type : boolean
|
Default value : false
|
| Public templatePortal |
Type : TemplatePortal
|
| templateRef |
Type : TemplateRef<any>
|
Decorators :
@ViewChild('euiTabContent')
|