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
;
}
[]
;
}
)
[]
;
voteTalliesByGroup
?:
{
[
key
:
string
]
:
VoteTally
;
}
;
}
Index
Properties
id
text
topics?
vote
Tallies
By
Group?
Properties
id
id
:
string
text
text
:
string
Optional
topics
topics
?:
(
{
name
:
string
;
}
|
{
name
:
string
;
subtopics
:
{
name
:
string
;
}
[]
;
}
)
[]
Optional
vote
Tallies
By
Group
vote
Tallies
By
Group
?:
{
[
key
:
string
]
:
VoteTally
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
text
topics
vote
Tallies
By
Group
Sensemaking Tools Documentation - v1.0.0
Loading...
A text that was voted on by different groups.