packages/components/eui-comment-thread/comment-textarea/eui-comment-textarea.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-comment-textarea |
| imports |
TranslateModule
ReactiveFormsModule
A11yModule
EUI_TEXTAREA
EUI_AVATAR
EUI_BUTTON
EUI_LABEL
|
| styleUrls | ../styles/_index.scss |
| templateUrl | ./eui-comment-textarea.component.html |
Properties |
|
Methods |
|
Inputs |
Outputs |
HostBindings |
Accessors |
| currentAuthorAvatarUrl |
Type : string
|
Default value : null
|
| placeholder |
Type : string
|
Default value : 'eui.ANSWER'
|
| commentCancel |
Type : EventEmitter
|
| commentSend |
Type : EventEmitter
|
| class |
Type : string
|
| Public onCommentCancel |
onCommentCancel()
|
|
Returns :
void
|
| Public onCommentSend |
onCommentSend()
|
|
Returns :
void
|
| Public form |
Type : FormGroup
|
Default value : new FormGroup({
comment: new FormControl<string>(null),
})
|
| cssClasses |
getcssClasses()
|