Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titleRELEASE 2.11.0 OR ABOVE

에디터 본문에 변경된 내용이 있는지 확인합니다Check the editor body for any changes.


Return:

TypeDescription
Boolean변경된 내용이 있으면 true를 반환합니다Returns true if any changes have been made.


Example:

Code Block
languagejs
themeEmacs
if(editor.isDirty()) {
	console.log('변경된There 내용이are 있습니다changes.');
};