封鎖 >事件 >CommentChange >(建構函式)

Events.CommentChange.(constructor)

建構 CommentChange 類別的新例項

Signature:

constructor(opt_comment?: WorkspaceComment, opt_oldContents?: string, opt_newContents?: string);

參數

參數 類型 說明
opt_comment WorkspaceComment (選用) 正在變更的留言。未定義空白事件。
opt_oldContents 字串 (選用) 留言的先前內容。
opt_newContents 字串 (選用) 新增註解的內容。