Page tree
Skip to end of metadata
Go to start of metadata

릴리즈 2.11.0 이상

에디터 본문에 변경된 내용이 있는지 확인합니다.


Return:

TypeDescription
Boolean변경된 내용이 있으면 true를 반환합니다.


Example:

if(editor.isDirty()) {
	console.log('변경된 내용이 있습니다.');
};
  • No labels