Tiny Congress Frontend
Preparing search index...
components/ThreadedConversation/ThreadedConversation
ConversationBranch
Interface ConversationBranch
interface
ConversationBranch
{
author
:
{
avatar
?:
string
;
id
:
string
;
isAI
:
boolean
;
name
:
string
}
;
content
:
string
;
id
:
string
;
isHidden
:
boolean
;
isSelected
:
boolean
;
isViable
:
boolean
;
parentId
:
string
|
null
;
timestamp
:
Date
;
votes
:
Vote
[]
;
}
Index
Properties
author
content
id
is
Hidden
is
Selected
is
Viable
parent
Id
timestamp
votes
Properties
author
author
:
{
avatar
?:
string
;
id
:
string
;
isAI
:
boolean
;
name
:
string
}
content
content
:
string
id
id
:
string
is
Hidden
isHidden
:
boolean
is
Selected
isSelected
:
boolean
is
Viable
isViable
:
boolean
parent
Id
parentId
:
string
|
null
timestamp
timestamp
:
Date
votes
votes
:
Vote
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
content
id
is
Hidden
is
Selected
is
Viable
parent
Id
timestamp
votes
Tiny Congress Frontend
Loading...