InUseLock Interface
Detailed information about a particular object Lock that is causing the Lock update conflict. An example of a lock update conflict would be attempting to use LockControl.acquireLocks on an object that is already locked by another Briefcase.
Properties
Name | Type | Description | |
---|---|---|---|
briefcaseIds | number[] | An array of Briefcase ids that hold this lock. | |
objectId | string | Id of the object that is causing conflict. | |
state | LockState | The level of conflicting lock. |
Defined in
- core/common/src/ITwinError.ts Line 17
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.