Documentation
Preparing search index...
ts-engine/src
Comment
Interface Comment
interface
Comment
{
authorUserId
:
string
;
createdAtTimestamp
:
number
;
creatorUserId
?:
string
;
id
:
string
;
isDeleted
:
boolean
;
lastModifiedTimestamp
:
number
;
objectId
:
string
;
objectType
:
COMMENT
;
organizationId
:
string
;
reactions
:
CommentReaction
[]
;
status
:
ObjectStatus
;
taggedUserIds
:
string
[]
;
tenantId
:
string
;
tenantName
?:
string
;
textContent
:
string
;
threadCommentId
:
string
|
null
;
}
Hierarchy
BaseObject
<
COMMENT
>
Comment
Index
Properties
author
User
Id
created
At
Timestamp
creator
User
Id?
id
is
Deleted
last
Modified
Timestamp
object
Id
object
Type
organization
Id
reactions
status
tagged
User
Ids
tenant
Id
tenant
Name?
text
Content
thread
Comment
Id
Properties
author
User
Id
authorUserId
:
string
created
At
Timestamp
createdAtTimestamp
:
number
Optional
creator
User
Id
creatorUserId
?:
string
id
id
:
string
is
Deleted
isDeleted
:
boolean
last
Modified
Timestamp
lastModifiedTimestamp
:
number
object
Id
objectId
:
string
object
Type
objectType
:
COMMENT
organization
Id
organizationId
:
string
reactions
reactions
:
CommentReaction
[]
status
status
:
ObjectStatus
tagged
User
Ids
taggedUserIds
:
string
[]
tenant
Id
tenantId
:
string
Optional
tenant
Name
tenantName
?:
string
text
Content
textContent
:
string
thread
Comment
Id
threadCommentId
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
User
Id
created
At
Timestamp
creator
User
Id
id
is
Deleted
last
Modified
Timestamp
object
Id
object
Type
organization
Id
reactions
status
tagged
User
Ids
tenant
Id
tenant
Name
text
Content
thread
Comment
Id
Documentation
Loading...