This is documentation for Stream Chat Angular SDK v6, which is no longer actively maintained. For up-to-date documentation, see the latest version (v7).

PollAnswersListComponent

The component that displays the poll comments. By default you can open this component with the "View comments" poll action.

Poll Screenshot

Poll Comments

Inputs and outputs

pollId

pollId: undefined | string

The poll id to display

Inherited from

BasePollComponent.pollId

Defined in

projects/stream-chat-angular/src/lib/polls/base-poll.component.ts:32


messageId

messageId: undefined | string

The message id the poll is attached to

Inherited from

BasePollComponent.messageId

Defined in

projects/stream-chat-angular/src/lib/polls/base-poll.component.ts:36


upsertOwnAnswer

upsertOwnAnswer: EventEmitter<void>

The even that's emitted when the update/add comment button is clicked

Defined in

projects/stream-chat-angular/src/lib/polls/poll-actions/poll-answers-list/poll-answers-list.component.ts:30