packages/eui/packages/components-next/src/lib/components/eui-card/components/eui-card-footer/eui-card-footer.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-card-footer |
| templateUrl | ./eui-card-footer.component.html |
Properties |
HostBindings |
constructor()
|
| class |
Default value : 'eui-card-footer'
|
| actionButtons |
Type : QueryList<EuiCardFooterActionButtonsComponent>
|
Decorators :
@ContentChild(undefined, {static: false})
|
| actionIcons |
Type : QueryList<EuiCardFooterActionIconsComponent>
|
Decorators :
@ContentChild(undefined, {static: false})
|
| actionMenu |
Type : QueryList<EuiCardFooterMenuContentComponent>
|
Decorators :
@ContentChild(undefined, {static: false})
|