ブロックする >イベント >CommentChange >(コンストラクタ)
Events.CommentChange.(constructor)
CommentChange
クラスの新しいインスタンスを作成します。
署名:
constructor(opt_comment?: WorkspaceComment, opt_oldContents?: string, opt_newContents?: string);
パラメータ
パラメータ | 型 | 説明 |
---|---|---|
opt_comment | WorkspaceComment | (省略可)変更されるコメント。空のイベントの場合は未定義。 |
opt_oldContents | 文字列 | (省略可)コメントの前の内容。 |
opt_newContents | 文字列 | (省略可)コメントの新しいコンテンツ。 |