API Reference > imodeljs-frontend > IModelConnection > BriefcaseConnection > enterEditingScope enterEditingScope Method Begin a new graphical editing scope. enterEditingScope(): Promise<GraphicalEditingScope> throws Error if an editing scope already exists or one could not be created. see GraphicalEditingScope.exit to exit the scope. see BriefcaseConnection.supportsGraphicalEditing to determine whether this method should be expected to succeed. see BriefcaseConnection.editingScope to obtain the current editing scope, if one is in progress. Returns - Promise<GraphicalEditingScope> Defined in core/frontend/src/BriefcaseConnection.ts Line 268 Last Updated: 11 June, 2024