ThreadedCommentAuthor

ThreadedCommentAuthor class

Represents the person who creates the threaded comments;

class ThreadedCommentAuthor;

Properties

PropertyTypeDescription
namestringGets and sets the name.
userIdstringGets and sets the id of the user.
providerIdstringGets the id of the provider.

name

Gets and sets the name.

name : string;

userId

Gets and sets the id of the user.

userId : string;

providerId

Gets the id of the provider.

providerId : string;