Word.Interfaces.CoauthorData interface
An interface describing the data returned by calling coauthor.toJSON().
Properties
| email |
Gets the email address of the coauthor. |
| id | Gets the unique identifier for the |
| is |
Gets whether this author represents the current user. |
| locks | Gets a |
| name | Gets the display name of the coauthor. |
Property Details
emailAddress
Gets the email address of the coauthor.
emailAddress?: string;
Property Value
string
Remarks
id
Gets the unique identifier for the Coauthor object.
id?: string;
Property Value
string
Remarks
isMe
Gets whether this author represents the current user.
isMe?: boolean;
Property Value
boolean
Remarks
locks
Gets a CoauthoringLockCollection object that represents the locks in the document that are associated with this coauthor.
locks?: Word.Interfaces.CoauthoringLockData[];
Property Value
Remarks
name
Gets the display name of the coauthor.
name?: string;
Property Value
string