packages/components/eui-page/components/eui-page-header/eui-page-header.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-page-header |
| imports |
EuiTooltipDirective
NgTemplateOutlet
EUI_ICON
EUI_BUTTON
|
| templateUrl | ./eui-page-header.component.html |
Properties |
Methods |
|
Inputs |
Outputs |
HostBindings |
Accessors |
| collapsedLabel |
Type : string
|
Default value : ''
|
| expandedLabel |
Type : string
|
Default value : ''
|
| isCollapsed |
Type : boolean
|
Default value : false
|
| isCollapsible |
Type : boolean
|
Default value : false
|
| isHeaderMultilines |
Type : boolean
|
Default value : false
|
| label |
Type : any
|
| labelTooltip |
Type : any
|
| subLabel |
Type : any
|
| subLabelTooltip |
Type : any
|
| collapse |
Type : EventEmitter
|
| class |
Type : string
|
| Public onToggle |
onToggle()
|
|
Returns :
void
|
| headerBodyContent |
| Avoid using this property, use the `pageHeaderBodyContent` instead. |
Type : QueryList<EuiPageHeaderComponent>
|
Decorators :
@ContentChild(undefined)
|
| pageHeaderBodyContent |
Type : QueryList<EuiPageHeaderBodyComponent>
|
Decorators :
@ContentChild(undefined)
|
| cssClasses |
getcssClasses()
|