cupertino-files / CommentInfo
Interface: CommentInfo
Defined in: src/tswp/comments.ts:72
Everything a reader can say about one comment.
Properties
authorId
authorId:
bigint|undefined
Defined in: src/tswp/comments.ts:80
authorName
authorName:
string|undefined
Defined in: src/tswp/comments.ts:81
commentStorageId
commentStorageId:
bigint
Defined in: src/tswp/comments.ts:79
The TSD.CommentStorageArchive holding the text.
created
created:
Date|undefined
Defined in: src/tswp/comments.ts:82
end
end:
number
Defined in: src/tswp/comments.ts:74
highlightId
highlightId:
bigint
Defined in: src/tswp/comments.ts:77
The TSWP.HighlightArchive making the words show highlighted.
replyCount
replyCount:
number
Defined in: src/tswp/comments.ts:84
Threaded replies, which this library reads but does not create.
start
start:
number
Defined in: src/tswp/comments.ts:73
text
text:
string
Defined in: src/tswp/comments.ts:75