API Reference > imodeljs-backend > HubAccess > LockScope LockScope Enumeration The scope of a lock. Members Name Value Description None 0 The entity is not locked Shared 1 Holding a shared lock blocks other users from acquiring the Exclusive lock on an entity. More than one user may acquire the shared lock. Exclusive 2 A Lock that blocks other users from making modifications to an entity. Defined in core/backend/src/BackendHubAccess.ts Line 21 Last Updated: 11 June, 2024