릴리즈 2.11.0 이상
에디터 본문에 변경된 내용이 있는지 확인합니다.
Return:
Type | Description |
---|---|
Boolean | 변경된 내용이 있으면 true를 반환합니다. |
Example:
if(editor.isDirty()) { console.log('변경된 내용이 있습니다.'); };
에디터 본문에 변경된 내용이 있는지 확인합니다.
Return:
Type | Description |
---|---|
Boolean | 변경된 내용이 있으면 true를 반환합니다. |
Example:
if(editor.isDirty()) { console.log('변경된 내용이 있습니다.'); };