API Reference > imodeljs-frontend > IModelConnection > BriefcaseConnection > supportsGraphicalEditing supportsGraphicalEditing Method Return whether graphical editing is supported for this briefcase. It is not supported if the briefcase is read-only, or the briefcase contains a version of the BisCore ECSchema older than v0.1.11. supportsGraphicalEditing(): Promise<boolean> see BriefcaseConnection.enterEditingScope to enable graphical editing. Returns - Promise<boolean> Defined in core/frontend/src/BriefcaseConnection.ts Line 258 Last Updated: 11 June, 2024