Edit

Share via


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 Range object that represents the portion of the document that's contained in the CoauthoringLock object.

type

Gets a CoauthoringLockType value that represents the lock type.

Property Details

owner

Gets the owner of the lock.

owner?: Word.Interfaces.CoauthorData;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

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

[ API set: WordApiDesktop 1.4 ]

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"

Remarks

[ API set: WordApiDesktop 1.4 ]