PollOptionsListComponent
Displays a poll options inside the message component. The poll component is made up of three smaller components:
- Header
- Option list
- Actions
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
maxOptionsDisplayed
maxOptionsDisplayed: undefined
| number
= 10
How many options should be displayed. If there are more options than this number, use the poll actions to display all options
Defined in
projects/stream-chat-angular/src/lib/polls/poll-options-list/poll-options-list.component.ts:18