[]
        
(Showing Draft Content)

Inputman.ICommonContextToolbarItem

ICommonContextToolbarItem インターフェイス

コメントのコンテキストツールバー項目。参照 IContextToolbarItemBase

階層

プロパティ

オプション dropdownItems

dropdownItems: (string | GcCommentContextToolbar)[]

ドロップダウン項目

img

img: (gcComment: GcComment, comment: IComment): string | HTMLElement

項目の画像

型宣言

onAction

onAction: (gcComment: GcComment, comment: IComment): void

クリック時のイベント

型宣言

オプション onSetup

onSetup: (gcComment: GcComment): void

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

param

該当のGcComment

型宣言

shouldAppendItem

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

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

param

該当のGcComment

param

該当のcomment

returns

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

型宣言

text

text: (gcComment: GcComment, comment: IComment): string

項目のテキスト

型宣言