Skip to content

Code Editor

Code Editor Save Strategy

Allows the user to choose what should happen if unsaved changes are present in the new code editor dialog.

  • DiscardChanges: Will discard any changes made without prompting the user.
  • AutoSaveChanges: Will save any changes made without prompting the user.
  • PromptUser: Will prompt the user to either save or discard unsaved changes.

Default: DiscardChanges