packages/components/eui-comment-thread/comment-item-right-actions/eui-comment-item-right-actions.component.ts
Container component for right-aligned action buttons within a comment item. Provides a designated area for actions like edit, delete, reply, or other comment-specific operations. Content is projected via ng-content allowing flexible composition of action buttons. Automatically applies appropriate positioning and spacing for right-aligned actions. Used within eui-comment-item to organize action controls.
Example :<eui-comment-item [authorName]="'John Doe'">
Comment text here
<eui-comment-item-right-actions>
<button euiIconButton euiBasicButton icon="eui-edit"></button>
<button euiIconButton euiBasicButton icon="eui-delete"></button>
</eui-comment-item-right-actions>
</eui-comment-item>aria-label attributes for screen readerseui-comment-item component| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-comment-item-right-actions |
| styleUrls | ../styles/_index.scss |
| templateUrl | ./eui-comment-item-right-actions.component.html |
HostBindings |
Accessors |
| class |
Type : string
|
| cssClasses |
getcssClasses()
|