Explicitly set the content dirty state.
Parameters
Bool | Set the content dirty state with a boolean value |
Returns
No return value.
Example:
setDirty example
// Set isDirty to false editor.content.setDirty(false);
Explicitly set the content dirty state.
Parameters
Bool | Set the content dirty state with a boolean value |
No return value.
// Set isDirty to false editor.content.setDirty(false);