Interface HMSPollQuestionOption

Represents an option for a poll question.

Hierarchy

  • HMSPollQuestionOption

Properties

Properties

index: number

The index of the option within the question.

text: string

The text of the option.

voteCount: number

The count of votes received for the option. 0 is the default value.

weight: number

The weight of the option in scoring.

Generated using TypeDoc