[]
        
(Showing Draft Content)

Inputman.IComment

IComment インターフェイス

コメント定義

階層

  • IComment

プロパティ

content

content: string

コンテンツ

id

id: string

コメントid(一意的)

オプション parentCommentId

parentCommentId: string

親コメントID

オプション postTime

postTime: Date

投稿日時

オプション reactions

reactions: IReactionInfo[]

リアクション

オプション replies

replies: IComment[]

返信

オプション replyCount

replyCount: number

返信数

オプション updateTime

updateTime: Date

更新日時

userInfo

userInfo: UserInfo

コメントするユーザーの情報。参照 UserInfo