Real-time Survey Tool Documentation
Preparing search index...
types
FreeTextAnswerResult
Interface FreeTextAnswerResult
Represents the result of a free-text answer.
interface
FreeTextAnswerResult
{
id
:
number
;
is_hidden
:
boolean
;
is_picked
:
boolean
;
text
:
string
;
}
Index
Properties
id
is_
hidden
is_
picked
text
Properties
id
id
:
number
is_
hidden
is_hidden
:
boolean
is_
picked
is_picked
:
boolean
text
text
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
is_
hidden
is_
picked
text
Real-time Survey Tool Documentation
Loading...
Represents the result of a free-text answer.