[]
        
(Showing Draft Content)

Inputman.ICommentActionItem

ICommentActionItem インターフェイス

commentActionセクションに追加するカスタム項目

階層

  • ICommentActionItem

プロパティ

getElement

getElement: (gcComment: GcComment, comment: IComment): HTMLElement

作成されたアイテム要素を取得します

param

該当のGcComment

param

該当のcomment

returns

作成されたHTMLElement

型宣言

name

name: string

項目名

オプション onSetup

onSetup: (gcComment: GcComment): void

GcCommentが初期化されたときに実行されます

param

該当のGcComment

型宣言

shouldAppendItem

shouldAppendItem: (gcComment: GcComment, comment: IComment): boolean

項目を追加するかどうかを指定します

param

該当のGcComment

param

該当のcomment

returns

要素に項目を追加できる場合はtrue、そうでない場合はfalse

型宣言