ブロックする >イベント >CommentChange

Events.CommentChange クラス

ワークスペースのコメントの内容が変更されたことをリスナーに通知します。

署名:

export declare class CommentChange extends CommentBase 

拡張: CommentBase

コンストラクタ

コンストラクタ 修飾子 説明
(コンストラクタ)(opt_comment, opt_oldContents, opt_newContents) CommentChange クラスの新しいインスタンスを作成します。

プロパティ

プロパティ 修飾子 タイプ 説明
newContents_? 文字列 (省略可)コメントの新しいコンテンツ。
oldContents_? 文字列 (省略可)コメントの以前のコンテンツ。
type 文字列

メソッド

メソッド 修飾子 説明
isNull() このイベントには状態変化が記録されますか?
run(forward) 変更イベントを実行します。
toJson() イベントを JSON としてエンコードします。