[]
        
(Showing Draft Content)

Inputman.GcCommentCommand

GcCommentCommand 列挙型

GcCommentの組み込みコマンドを定義します

メンバー

AddCommentElement

AddCommentElement: = "AddCommentElement"

特定のコメント要素を追加します(UIのみ)

AddReplyCommentElement

AddReplyCommentElement: = "AddReplyCommentElement"

特定のコメントに返信を追加します(UIのみ)

ChangeUserInfo

ChangeUserInfo: = "changeuserinfo"

GcCommentのユーザー情報を変更します

Clear

Clear: = "clear"

読み込んだコメントをクリアします

ClearSearch

ClearSearch: = "clearsearch"

検索結果をクリアします

DeleteComment

DeleteComment: = "deletecomment"

現在のユーザーによる特定のコメントに削除します

DeleteCommentElement

DeleteCommentElement: = "DeleteCommentElement"

特定のコメント要素を削除します(UIのみ)

DoDeleteCommentAction

DoDeleteCommentAction: = "dodeletecommentaction"

特定のコメントを削除します

DoEditCommentAction

DoEditCommentAction: = "doeditcommentaction"

特定のコメントを編集します

DoPostCommentAction

DoPostCommentAction: = "dopostcommentaction"

新たにコメントを追加します

DoReplyCommentAction

DoReplyCommentAction: = "doreplycommentaction"

特定のコメントを返信します

GotoComment

GotoComment: = "gotocomment"

特定のコメントまでスクロールします

Load

Load: = "load"

コメントを読み込み続けます

OpenReactionPopup

OpenReactionPopup: = "openreactionpopup"

特定のコメントでリアクションのポップアップを開きます

PostComment

PostComment: = "postcomment"

現在のユーザーによるコメントを送信します

ReactToComment

ReactToComment: = "reacttocomment"

現在のユーザーによる特定のコメントにリアクションします

ReplyToComment

ReplyToComment: = "replytocomment"

現在のユーザーによる特定のコメントに返信します

ResetSort

ResetSort: = "resetsort"

ソート状態をリセットします

Search: = "search"

GcComment内の任意のテキストを検索します

SearchNext

SearchNext: = "searchnext"

次を検索します

SearchPrevious

SearchPrevious: = "searchprevious"

前を検索します

SetComments

SetComments: = "setcomments"

GcCommentにコメントをセットします

Sort

Sort: = "sort"

コメントをソートします

UpdateComment

UpdateComment: = "updatecomment"

現在のユーザーによる特定のコメントに更新します

UpdateCommentElement

UpdateCommentElement: = "UpdateCommentElement"

特定のコメント要素を更新します(UIのみ)