English (English)
Theme
ServerItemCommunityComment
ServerItemCommunityComment provides information of an item community comment.
type ServerItemCommunityComment = { name: string author: string time: number content: string actions: ServerForm[] }
{ "name": "...", "author": "Username", "time": 1640995200000, "content": "...", "actions": [ // ... ] }
ServerItemCommunityComment
ServerItemCommunityComment
provides information of an item community comment.Syntax
Examples