itd-api / PollOption
Interface: PollOption
Defined in: models/content.ts:28
Вариант ответа в опросе.
Properties
id
ts
id: string;Defined in: models/content.ts:29
position
ts
position: number;Defined in: models/content.ts:34
Порядковый номер варианта, начиная с нуля.
text
ts
text: string;Defined in: models/content.ts:30
votesCount
ts
votesCount: number;Defined in: models/content.ts:32
Сколько голосов отдано за этот вариант.