packages/components/eui-content-card/eui-content-card-header/eui-content-card-header.component.ts
The eui-content-card component projects the content for eui-card.
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-content-card-header |
| imports |
NgTemplateOutlet
EUI_ICON_BUTTON_EXPANDER
|
| templateUrl | ./eui-content-card-header.component.html |
| styleUrl | ./eui-content-card-header.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-content-card-header'
|
|
Binds the class to the component. |
| headerStartComponent |
Type : QueryList<EuiContentCardHeaderStartComponent>
|
Decorators :
@ContentChild(undefined, {static: false})
|
| string |
Type : string
|
Default value : 'eui-content-card-header'
|
Decorators :
@HostBinding('class')
|
|
Binds the class to the component. |