packages/components/eui-content-card/eui-content-card-header/eui-content-card-header-end.ts
Container for content placed at the end (right side) of the card header. Typically used for action buttons or menus.
Automatically integrates bookmark toggle when parent card has isBookmarkable enabled.
<eui-content-card-header-end>
<eui-icon-button icon="eui-ellipsis-vertical" size="s"/>
</eui-content-card-header-end><eui-content-card-header-end>
<eui-icon-button icon="edit" size="s"/>
<eui-icon-button icon="delete" size="s"/>
</eui-content-card-header-end>aria-label or visible text for icon buttons| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-content-card-header-end |
| imports |
EUI_ICON_TOGGLE
EUI_BUTTON
|
| templateUrl | ./eui-content-card-header-end.html |
| styleUrl | ./eui-content-card-header-end.scss |
Properties |
Methods |
Inputs |
HostBindings |
| bookmarkAccessKey |
Type : string
|
Default value : 'b'
|
|
Keyboard shortcut key for the bookmark toggle. |
| class |
Type : string
|
Default value : 'eui-content-card-header-end'
|
|
Binds the class to the component. |
| onToggle | ||||||
onToggle(event: boolean)
|
||||||
|
Parameters :
Returns :
void
|
| string |
Type : string
|
Default value : 'eui-content-card-header-end'
|
Decorators :
@HostBinding('class')
|
|
Binds the class to the component. |