차단 > 이벤트 > CommentChange(댓글 변경) > (생성자)

Events.CommentChange.(constructor)

CommentChange 클래스의 새 인스턴스를 생성합니다.

서명:

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

매개변수

매개변수 유형 설명
opt_comment WorkspaceComment (선택사항) 변경되는 주석입니다. 빈 이벤트에 정의되지 않음.
opt_oldContents 문자열 (선택사항) 댓글의 이전 내용입니다.
opt_newContents 문자열 (선택사항) 댓글의 새 내용입니다.