lemmy-js-client
Preparing search index...
CommentActions
Type Alias CommentActions
type
CommentActions
=
{
like_score
?:
number
;
liked_at
?:
string
;
saved_at
?:
string
;
}
Index
Properties
like_
score?
liked_
at?
saved_
at?
Properties
Optional
like_
score
like_score
?:
number
The like / score for the comment.
Optional
liked_
at
liked_at
?:
string
When the comment was liked.
Optional
saved_
at
saved_at
?:
string
When the comment was saved.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
like_
score
liked_
at
saved_
at
lemmy-js-client
Loading...
The like / score for the comment.