Word.Interfaces.CoauthoringLockUpdateData interface
An interface for updating data on the CoauthoringLock
object, for use in coauthoringLock.set({ ... })
.
Properties
range | Gets a |
Property Details
range
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets a Range
object that represents the portion of the document that's contained in the CoauthoringLock
object.
range?: Word.Interfaces.RangeUpdateData;