Real-time Survey Tool Documentation
Preparing search index...
types
ChoiceAnswerResult
Interface ChoiceAnswerResult
Represents the result of a multiple-choice or multiple-select answer.
interface
ChoiceAnswerResult
{
count
:
number
;
option
:
string
;
}
Index
Properties
count
option
Properties
count
count
:
number
option
option
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
count
option
Real-time Survey Tool Documentation
Loading...
Represents the result of a multiple-choice or multiple-select answer.