Sensemaking Tools Documentation
Preparing search index...
types
Comment
Interface Comment
A text that was voted on by different groups.
interface
Comment
{
id
:
string
;
text
:
string
;
topics
?:
(
{
name
:
string
}
|
{
name
:
string
;
subtopics
:
{
name
:
string
}
[]
}
)
[]
;
voteInfo
?:
VoteInfo
;
}
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
}
[]
}
)
[]
Optional
vote
Info
voteInfo
?:
VoteInfo
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.