Edit

Share via


Word.Interfaces.CoauthorData interface

An interface describing the data returned by calling coauthor.toJSON().

Properties

emailAddress

Gets the email address of the coauthor.

id

Gets the unique identifier for the Coauthor object.

isMe

Gets whether this author represents the current user.

locks

Gets a CoauthoringLockCollection object that represents the locks in the document that are associated with this coauthor.

name

Gets the display name of the coauthor.

Property Details

emailAddress

Gets the email address of the coauthor.

emailAddress?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

id

Gets the unique identifier for the Coauthor object.

id?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]

isMe

Gets whether this author represents the current user.

isMe?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

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

[ API set: WordApiDesktop 1.4 ]

name

Gets the display name of the coauthor.

name?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]