PollVoteResultsListComponent

Inside the poll results list, you can select an option to view all votes. This component displays all votes of an option.

Poll Results

Poll Vote Results

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


option

option: undefined | PollOption

The poll option to display the votes for

Defined in

projects/stream-chat-angular/src/lib/polls/poll-actions/poll-results/poll-vote-results-list/poll-vote-results-list.component.ts:27

© Getstream.io, Inc. All Rights Reserved.