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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

RELEASE 2.11.0 OR ABOVE

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


Return:

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


Example:

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