Poll
Property | Type | Description | Optional |
---|---|---|---|
id | string | The unique ID of the poll. | ❌ |
text | string | The main text of the poll option. | ❌ |
isSelected | boolean | Indicates if the poll option is selected. | ✅ |
percentage | number | The percentage of votes this option received. | ✅ |
subText | string | Additional descriptive text for the option. | ✅ |
noVotes | number | The number of votes this option received. | ✅ |
member | Member | The member who created the poll. | ✅ |
userId | string | The ID of the user who created the poll. | ✅ |