GraffitiSuite Docs
Docs
Graffitieditorstate
Loading document parsing libraries...
# GraffitiEditorState Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | IsDirty | (None) | Boolean | Returns the current dirty state of the Editor. If True, the user has made changes that have not been saved. | | Reset | (None) | (None) | Sets the Dirty state of the Editor to false, indicating that any changes have now been saved. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | lastReset | Integer | (None) | | Attributes | mIsDirty | Boolean | (None) | | Attributes | mParent | GraffitiEditor | (None) |