Sensemaking Tools Documentation
Preparing search index...
types
CommentWithVoteInfo
Interface CommentWithVoteInfo
A text that was voted on by different groups.
interface
CommentWithVoteInfo
{
id
:
string
;
text
:
string
;
topics
?:
(
{
name
:
string
}
|
{
name
:
string
;
subtopics
:
{
name
:
string
}
[]
}
)
[]
;
voteInfo
:
GroupVoteTallies
|
VoteTally
;
}
Hierarchy (
View Summary
)
Comment
CommentWithVoteInfo
Index
Properties
id
text
topics?
vote
Info
Properties
id
id
:
string
text
text
:
string
Optional
topics
topics
?:
(
{
name
:
string
}
|
{
name
:
string
;
subtopics
:
{
name
:
string
}
[]
}
)
[]
vote
Info
voteInfo
:
GroupVoteTallies
|
VoteTally
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
text
topics
vote
Info
Sensemaking Tools Documentation
Loading...
A text that was voted on by different groups.