Skip to main content

Interface: SCPollChoiceType

Interface SCPollChoice. Poll Choice Schema.

Properties

added_at

Optional added_at: Date

Added at

Defined in

poll.ts:77


choice

choice: string

Title of the poll

Defined in

poll.ts:67


deleted

Optional deleted: boolean

True if the poll is deleted

Defined in

poll.ts:82


id

Optional id: number

Id of the poll choice

Defined in

poll.ts:62


order

Optional order: number

Order in the list of choices

Defined in

poll.ts:72


vote_count

Optional vote_count: number

Number of votes

Defined in

poll.ts:87


voted

Optional voted: boolean

True if the logged user has already voted the choice

Defined in

poll.ts:92