Word.Interfaces.CoauthoringLockData interface
An interface describing the data returned by calling coauthoringLock.toJSON().
Properties
| owner | Gets the owner of the lock. |
| range | Gets a |
| type | Gets a |
Property Details
owner
Gets the owner of the lock.
owner?: Word.Interfaces.CoauthorData;
Property Value
Remarks
range
Gets a Range object that represents the portion of the document that's contained in the CoauthoringLock object.
range?: Word.Interfaces.RangeData;
Property Value
Remarks
type
Gets a CoauthoringLockType value that represents the lock type.
type?: Word.CoauthoringLockType | "None" | "Reservation" | "Ephemeral" | "Changed";
Property Value
Word.CoauthoringLockType | "None" | "Reservation" | "Ephemeral" | "Changed"