comment.typing Client Message
Client-side message raised when a comment reply is being typed.
Usage
messaging.subscribe('comment.typing', function(data) {
// handle the event
});
Data
contentId
: Content IDparentId
: Parent Comment IDauthorId
: ID of user typingauthorDisplayName
: ID of user typing