Preparing search index...
The search index is not available
Sensemaking Tools Documentation - v1.0.0
Sensemaking Tools Documentation
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 full
)
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
vote
Info
?:
VoteInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
text
topics
vote
Info
Sensemaking Tools Documentation - v1.0.0
Loading...
A text that was voted on by different groups.