API Reference > imodeljs-frontend > IModelConnection > GraphicalEditingScope > exit exit Method Exits this editing scope. The associated BriefcaseConnection's editingScope will be reset to undefined. exit(): Promise<void> throws Error if the scope could not be exited, e.g., if it has already been exited. see BriefcaseConnection.enterEditingScope to enter an editing scope. Returns - Promise<void> Defined in core/frontend/src/GraphicalEditingScope.ts Line 112 Last Updated: 11 June, 2024